summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
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/Documentation
parent0e37090fe20e9df40888e73ff6cc95ad4cffcfb1 (diff)
downloadpx4-nuttx-2a13b10af3129b2d1baa34dcc29cf98a3e0dc0c0.tar.gz
px4-nuttx-2a13b10af3129b2d1baa34dcc29cf98a3e0dc0c0.tar.bz2
px4-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/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 25797e2a0..beb581b9e 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: November 28, 2010</p>
+ <p>Last Updated: November 29, 2010</p>
</td>
</tr>
</table>
@@ -1997,7 +1997,11 @@ nuttx-5.15 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;