diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 427f08687bb..403d0d69776 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@
Last Updated: September 8, 2010
+Last Updated: September 9, 2010
NXP LPC1768. - This port uses the Nucleus 2G board from 2G Engineering - featuring the NXP LPC1768 MCU. - This port uses a GNU arm-elf or arm-eabi toolchain* under either Linux or Cygwin (with native Windows GNU - tools or Cygwin-based GNU tools). + Configurations are available for two boards: +
+ Both boards feature the NXP LPC1768 MCU and a GNU arm-elf or arm-eabi toolchain* under + either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools).
@@ -1282,6 +1291,9 @@ However, due to some technical reasons, neither the SPI nor the USB device drivers are fully verified. (Although it has been reported to me that the SPI microSD is functional on other platforms).
++ Support for the mbed board was contributed by Dave Marples and released in NuttX-5.11. +
Development Environments: 1) Linux with native Linux GNU toolchain, 2) Cygwin with Cygwin GNU toolchain, or 3) Cygwin @@ -1957,6 +1969,11 @@ nuttx-5.11 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> reading from offsets into this file that correspond to virtual fault addresses. up_fillpage.c implements logic to perform page files using the CONFIG_PAGING_BINPATH file. + * configs/mbed - Add configuration to support the mbed.org LPC1768 + board (Contributed by Dave Marples). + * sched/sem_wait.c and sem_waitirq.c - Eliminate a race condition + that can occur when a semaphore wait is interrupt by a signal. + (see email thread: http://tech.groups.yahoo.com/group/nuttx/message/530) pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>