summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-08 14:18:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-08 14:18:41 +0000
commit916021be8feae425ee4b1496d52a1c16d727bd13 (patch)
treee6bc1516df79d59ff36ab1b4e910b9b630d47046 /nuttx/ChangeLog
parent9d4bbfeffeddf0b090f1931c9508e592b2cf7d48 (diff)
downloadnuttx-916021be8feae425ee4b1496d52a1c16d727bd13.tar.gz
nuttx-916021be8feae425ee4b1496d52a1c16d727bd13.tar.bz2
nuttx-916021be8feae425ee4b1496d52a1c16d727bd13.zip
cosmetic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1862 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 65d20a20e..8ee2f38b8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -763,5 +763,9 @@
* arch/arm/str71x/str71x_serial.c: The STR711 interrupt driven serial driver
finally works after some extradinary measures to handle missed interrupts.
NSH is fully functional on the Olimex STR-P711 board.
+ * example/nsh: Moved architecture specific files from NSH directory to board-
+ specific directories.
+ * config/olimex-strp711/src/up_nsh.c: Add an NSH board specific directory for
+ for the Olimex STR7P11 board.