summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-30 01:55:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-11-30 01:55:22 +0000
commit2a13b10af3129b2d1baa34dcc29cf98a3e0dc0c0 (patch)
treeab35730ea08ba3a9026707772897a65412290cbd /nuttx/ChangeLog
parent0e37090fe20e9df40888e73ff6cc95ad4cffcfb1 (diff)
downloadnuttx-2a13b10af3129b2d1baa34dcc29cf98a3e0dc0c0.tar.gz
nuttx-2a13b10af3129b2d1baa34dcc29cf98a3e0dc0c0.tar.bz2
nuttx-2a13b10af3129b2d1baa34dcc29cf98a3e0dc0c0.zip
Debuggin SPI-based MicroSD card
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3147 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 fb7cea4f5..91aa689d6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1376,5 +1376,9 @@
* 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)
+ NSH. Networking and telnetd interface functional. Still testing SPI-based
+ SD/MMC.
+ * examples/nsh/nsh_netinit.c -- Fix NSH bug. If CONFIG_NET is selected, but
+ CONFIG_EXAMPLES_NSH_TELNETD is not selected, then the network is never
+ initialized and bad things happen if you try to ping.