summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-25 14:51:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-25 14:51:56 -0600
commit508541b6ffd1e5de99d7ae82d62cc1a8c7f98452 (patch)
treece696a7c44e716be275de4a7e434b6e3fe3f5050 /nuttx/ChangeLog
parent904290645f804de5db4c585f2a0b240658e94312 (diff)
downloadnuttx-508541b6ffd1e5de99d7ae82d62cc1a8c7f98452.tar.gz
nuttx-508541b6ffd1e5de99d7ae82d62cc1a8c7f98452.tar.bz2
nuttx-508541b6ffd1e5de99d7ae82d62cc1a8c7f98452.zip
Viewtools netnsh configuration supports Telnet console; A framework for SD card and USB device support
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 fb5970b58..454c28dd1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6303,4 +6303,7 @@
LCD on the Maple board. From Librae (2013-12-23).
* configs/viewtool-stm32f107/netnsh: Add a NSH configuration that
supports networking with the DP83848C module installed (2013-12-25).
-
+ * configs/viewtool-stm32f107/src/stm32_nsh.c, stm32_mmcsd.c, stm32_usb.c,
+ and stm32_usbmsc.c: Lay out basic framework for USB and SD card
+ support. Code is incomplete and has been neither built nor tested
+ (2013-12-25).