From 9432626fd7e4c6bbcb463ab366f95d8ba251d2c7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 5 Nov 2009 22:58:36 +0000 Subject: [PATCH] Incorporate the work thread git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2230 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index efa24c38ec..f92069e539 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1599,6 +1599,10 @@ nuttx-0.4.14 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * arch/arm/src/stm32/stm32_gpio.c - Add support for configure an input GPIO to generate an EXTI interrupt. * config/stm3210e-eval/src/up_buttons.c - Add support for on-board buttons. + * include/nuttx/rwbuffer.h -- Add generic support for read-ahead buffering + and write buffering that can be used in any block driver. + * include/nuttx/wqueue.h -- Added a generic worker thread that can used to + defer processing from an interrupt to a task. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>