diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 57c2b8723f..0c11fc7048 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -800,31 +800,43 @@ -
nuttx-5.17 Release Notes: +
nuttx-5.18 Release Notes: +
- The 64th release of NuttX, Version 5.17, was made on January 19, 2010 and is available for download from the - SourceForge website. + The 65th release of NuttX, Version 5.18, was made on February 27, 2011 and is available for download from the + SourceForge website. The change log associated with the release is available here. Unreleased changes after this release are available in SVN. These unreleased changes are listed here.
- This release follows close on the heels of the 5.16 release and extends the USB host capabilities first introduced in that version. -
+ This is first release from the new NuttX SVN repository. + This release is made primarily to keep the release tarball in synchronization with SVN. + Many smaller changes have been made as identified in the ChangeLog. + Headlines would include: +
- And other changes as detailed in the ChangeLog. -
-nuttx-5.17 2011-01-19 Gregory Nutt <spudmonkey@racsa.co.cr> - - * include/nuttx/usb -- rename usb_storage.h to storage.h. - * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Add support for low-speed devices. - * drivers/usbhost/usbhost_skeleton.c -- Template for new class drivers - * include/nuttx/usb/hid.h and drivers/usbhost/usbhost_hidkbd.c -- New - files for HID keyboard support. - * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Will now handle multiple - concurrent transfers on different endpoints (still only one TD per - endpoint). All methods are protected from re-entrancy; lots of re- - structuring in preparation for interrupt endpoint support. - * arch/arm/src/lpc17xx/lpc17_usbhost.c -- Add support for periodic - interrupt transfers. - * examples/hidkbd - Added a simple test for the USB host HID keyboard - class driver. - * configs/olimex-lpc1766stk/hidkbd - Added a configuration to build the - USB host HID keyboard class driver test for the LPC17xx. - * Ran the tool CppCheck (http://sourceforge.net/apps/mediawiki/cppcheck) and - fixed several errors in the code identified by the tool. - -pascal-2.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr> - - * Updated to use standard C99 types in stdint.h and - stdbool.h. This change was necessary for compatibility - with NuttX-5.0 (any beyond). - -buildroot-1.9 2011-02-10 <spudmonkey@racsa.co.cr> - - * configs/arm926t-defconfig-4.3.3: update arm926t-defconfig-4.2.4 - * configs/arm926t-defconfig-nxflat: NXFLAT-only configuration for - arm926 - * toolchain/gdb/gdb.mk - Remove ncurses dependency from gdb_target target. - * toolchain/gdb/gdb.mk - Added --disable-werror to GDB configuration line. - GDB 6.8 won't build because the tarbal was released with -Werror enabled and - the build stops on the first warning. - * Add support for Freescale m9s12x using binutils 2.18 and gcc 3.3.6 and - patches available from http://www.msextra.com/tools courtesy of James - Cortina. Add configs/m9x12x-defconfig-3.3.6. -- -
- Unreleased Changes - | -
-nuttx-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> +nuttx-5.18 2011-02-27 Gregory Nutt <spudmonkey@racsa.co.cr> * Incorporate several uIP patches from http://gitweb.aeruder.net/?p=uip.git;a=summary. - Lost SYNACK causes connection reset @@ -2086,6 +2049,39 @@ nuttx-5.18 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> mc9s12ne64 on the Future Electronics Group NE64 /PoE Badge board. Howeve, this port remains untested until I figure out this BDM / Code Warrior and paged build thing + * Added a new 'kill' command to NSH that will support sending signals to + running NuttX tasks. + +pascal-2.0 2009-12-21 Gregory Nutt <spudmonkey@racsa.co.cr> + + * Updated to use standard C99 types in stdint.h and + stdbool.h. This change was necessary for compatibility + with NuttX-5.0 (any beyond). + +buildroot-1.9 2011-02-10 <spudmonkey@racsa.co.cr> + + * configs/arm926t-defconfig-4.3.3: update arm926t-defconfig-4.2.4 + * configs/arm926t-defconfig-nxflat: NXFLAT-only configuration for + arm926 + * toolchain/gdb/gdb.mk - Remove ncurses dependency from gdb_target target. + * toolchain/gdb/gdb.mk - Added --disable-werror to GDB configuration line. + GDB 6.8 won't build because the tarbal was released with -Werror enabled and + the build stops on the first warning. + * Add support for Freescale m9s12x using binutils 2.18 and gcc 3.3.6 and + patches available from http://www.msextra.com/tools courtesy of James + Cortina. Add configs/m9x12x-defconfig-3.3.6. ++ +
+ Unreleased Changes + | +
+nuttx-5.19 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>