diff --git a/ChangeLog b/ChangeLog index 315a98d48f2..bb092821b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1319,7 +1319,7 @@ * lib/lib_strnlen.c -- Added POSIX 2008 strnlen() function. Contributed by Michael Hrabanek. * Fix wild, consistent naming error. For some reason, I called the at32uc3* - parts at91uc* everywhere. Fixed by changing lots of files. + parts at91uc* everywhere. Fixed by changing lots of files and directories. * configs/avr32dev1/ostest - The AVR32 port now successfully passes the examples/ostest. We have a good AVR32 port! * configs/avr32dev1/nsh - Added a configuration to support the NuttShell @@ -1327,5 +1327,9 @@ is, very likely, my hardware setup). * lib/lib_open.c - Fix an error in fdopen when a valid file desciptor does not refer to an open file. + * configs/olimex-lpc1766stk - Add support for the Olimex LPC1766-STK + development board. (Initial check-in is just a clone of the Nucleus-2G + LPC1768 board logic). + diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index d3fff7c9bb6..1a25852be49 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: November 5, 2010

+

Last Updated: November 6, 2010

@@ -785,15 +785,15 @@ This is primarily a bugfix release and includes some important corrections to the code:

@@ -801,13 +801,13 @@ Other notable changes in NuttX-5.12 include:

@@ -1038,8 +1038,8 @@

Support for on-demand paging has been developed for the EA3131. - That support would all execute of a program in SPI FLASH by paging code sections out of SPI flash as needed. - However, as of this writing, I have not had the opportunity to verify this new feature. + That support would all execute of a program in SPI FLASH by paging code sections out of SPI flash as needed. + However, as of this writing, I have not had the opportunity to verify this new feature.

@@ -1231,20 +1231,24 @@

- NXP LPC1768. - Configurations are available for two boards: + NXP LPC1766 and LPC1768. + Configurations are available for three 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). + The Nucleus 2G and the mbed boards feature the NXP LPC1768 MCU; + the Olimex LPC1766-STK board features an LPC1766. + All use a GNU arm-elf or arm-eabi toolchain* under either Linux or Cygwin (with native Windows GNU tools or Cygwin-based GNU tools).