summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-28 17:26:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-28 17:26:08 +0000
commit7549ec2dc9034240a2fb26131a4b971f0395b473 (patch)
tree3c9ab7ede31401833dae1114a15b9c7e99d338bc /nuttx/ChangeLog
parent801ca3bfcc76fe1947acaaafde4c15ade19e3fde (diff)
downloadnuttx-7549ec2dc9034240a2fb26131a4b971f0395b473.tar.gz
nuttx-7549ec2dc9034240a2fb26131a4b971f0395b473.tar.bz2
nuttx-7549ec2dc9034240a2fb26131a4b971f0395b473.zip
Enable network and SD/MMC card support
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3145 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2fad0a5f7..fb7cea4f5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1373,5 +1373,8 @@
re-use any extra Bank0 memory for heap. configs/olimex-lpc1766stk/nettest
now uses only 8Kb at the beginning of Bank0; the 8Kb at the end of Bank0 is
included in the heap
-
+ * arch/arm/src/lpc17xx/lpc17_ssp.c -- Fix compilation errors when SSP1 is
+ selected.
+ * configs/olimex-lpc1766stk/nsh -- Enable network and SD/MMC card support in
+ NSH (not verified on initial check-in)