diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 203ae6e8886..8dd0eaa498d 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -729,31 +729,37 @@ -
nuttx-5.2 Release Notes: +
nuttx-5.3 Release Notes:
- This 49th release of NuttX was made on March 18, 2010 and is available for download from the + This 50th release of NuttX was made on April 11, 2010 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 CVS. These unreleased changes are listed here.
- This release completes the verification of the basic port for the NXP - LPC3131 MCU - on the Embedded Artists EA3131 board. - This basic port includes basic boot-up, serial console, and timer interrupts. This port - has been verified on the using the NuttX OS test and includes a working - implementation of the NuttShell (NSH). + This release suport for one new achitecture:
+- An extended release will follow and should include SDIO-based SD card - support and device USB. + And extensions to two existing architures:
+- A few additional features and bugfixes of a minor nature were also incorporated - as detailed in the ChangeLog. + Two important bugfix was also included:
+|
+ + NXP LPC2378. + Support is provided for the NXP LPC2378 MCU. In particular, + support is provided for the Olimex-LPC2378 development board. + This port was contributed by Rommel Marcelo is was first released in NuttX-5.3. + This port also used the GNU arm-elf toolchain* under Linux or Cygwin. + +
+ STATUS: + This port boots and passes the OS test (examples/ostest) and includes a + working includes a working implementation of the NuttShell ((NSH)). + The port is complete and verified. + As of NuttX 5.3, the port includes only basic timer interrupts and serial console support. + ++ Development Environments: (Same as for the NXP LPC214x). + + |
+|||
| @@ -934,8 +968,8 @@ |
NXP LPC3131.
- The basic port for the NXP LPC3131 on the Embedded Artists EA3131
- development board was released in NuttX-5.1 with a GNU arm-elf or arm-eabi toolchain* under Linux or Cygwin
+ The port for the NXP LPC3131 on the Embedded Artists EA3131
+ development board was first released in NuttX-5.1 with a GNU arm-elf or arm-eabi toolchain* under Linux or Cygwin
(but was not functional until NuttX-5.2).
|
@@ -1606,21 +1640,26 @@ Other memory:
-nuttx-5.2 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> +nuttx-5.3 2010-04-11 Gregory Nutt <spudmonkey@racsa.co.cr> - * arch/arm/src/sam3u/sam3u_pio.c - Fix an address calculation error - that caused ports B & C to get mapped to the PIOA base address. - This is an important bugfix! (a patch is available) - * arch/arm/src/lpc313x/lpc313x_boot.c - Fix an error in the vector - initialization was causing a memory fault. - * lib/lib_strtod.c - Add strtod() - * lpc3131/ea3131 - Several bring fixes submitted by David Hewson. The - lpc3131 is almost there! Thanks David! - * arch/arm/src/arm/up_head.S - Corrected backward conditional compilation - that selects if vectors are located at 0x0000:0000 or 0xffff:f000. - This fixes the last show stopper bug in the lpc313x bring-up. - * configs/ea3131/nsh - Added a NuttShell (NSH) configuration for the - EA3131. + * arch/arm/src/lpc313x/lpc313x_usbdev.c - USB driver for the LPC313x + contributed by David Hewson. + * configs/ea3131/src/up_ubstrgc.c, configs/ea3131/usbserial, + configs/ea3131/usbstorage - USB storage and USB serial example support + contributed by David Hewson. + * Several important compilation error fixes in lpc313x and (dualspeed) USB + code also contributed by David Hewson. + * arch/arm/src/sam3u/sam3u_dmac.c - DMA support for the AT90SAM3U. + * arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U + (Neither the DMA nor the HSMCI driver are functional on the initial checkin). + * drivers/usbdev - Several important fixes to the USB mass storage driver + submitted by David Hewson. + * configs/olimex-lpc2378, arch/arm/include/lpc2378, and arch/arm/src/lpc2378 - + Basic port of the NXP 2378 on the Olimex board contributed by + Rommel Marcelo. + * arch/arm/src/sam3u/sam3u_internal.h - Fixed a critical bug in the AT91SAM3U + PIO decoding. No PIOs greater than 15 could be used on any port! Obviously, + no one has been using this port. pascal-2.0 2010-12-21 Gregory Nutt <spudmonkey@racsa.co.cr> @@ -1650,7 +1689,7 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>
-nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> +nuttx-5.3 2010-04-11 Gregory Nutt <spudmonkey@racsa.co.cr> * arch/arm/src/lpc313x/lpc313x_usbdev.c - USB driver for the LPC313x contributed by David Hewson. @@ -1660,9 +1699,8 @@ nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Several important compilation error fixes in lpc313x and (dualspeed) USB code also contributed by David Hewson. * arch/arm/src/sam3u/sam3u_dmac.c - DMA support for the AT90SAM3U. - (untested on initial checkin). * arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U - (incomplete on initial checkin). + (Neither the DMA nor the HSMCI driver are functional on the initial checkin). * drivers/usbdev - Several important fixes to the USB mass storage driver submitted by David Hewson. * configs/olimex-lpc2378, arch/arm/include/lpc2378, and arch/arm/src/lpc2378 - @@ -1672,6 +1710,8 @@ nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> PIO decoding. No PIOs greater than 15 could be used on any port! Obviously, no one has been using this port. +nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> + pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> buildroot-1.9 2010-xx-xxdiff --git a/Documentation/README.html b/Documentation/README.html index 20df92f9cf4..686ed824b4d 100755 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -9,7 +9,7 @@ @@ -86,6 +86,10 @@ | | |- include/README.txt | | |- src/README.txt | | `- README.txt + | |- olimex-lpc2378/ + | | |- include/README.txt + | | |- src/README.txt + | | `- README.txt | |- pjrc-8051/ | | |- include/README.txt | | |- src/README.txt NuttX README Files
-Last Updated: January 21, 2009
+Last Updated: Aprill 11, 2009