From e7e008f0cb53f3ab599a286ff3cac86061ccfa8f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 6 Nov 2010 15:55:07 +0000 Subject: [PATCH] Add support for the Olimex LPC1766-STK board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3079 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 187 ++++++++++++++++++++++----------------- 1 file changed, 104 insertions(+), 83 deletions(-) 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).