summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-06 15:55:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-06 15:55:07 +0000
commit89bf1ad3436abe815fa7441e157ba59078189993 (patch)
treee0313581183bf57cdb231723ce77869886182721 /nuttx/ChangeLog
parentbdd764863020c9a7730ecf7a78d8d43247f6d0ce (diff)
downloadnuttx-89bf1ad3436abe815fa7441e157ba59078189993.tar.gz
nuttx-89bf1ad3436abe815fa7441e157ba59078189993.tar.bz2
nuttx-89bf1ad3436abe815fa7441e157ba59078189993.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 315a98d48..bb092821b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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).
+