summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 23:14:54 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-02-02 23:14:54 +0000
commit16166e4a5ea25f9c01784a11162de92156b5b872 (patch)
tree5db2d7fe63865f55a665a3ac3a86ed6d4468c6a0 /nuttx/ChangeLog
parent48fd86b3cbce7ecde8f571148444d8953dcc68da (diff)
downloadnuttx-16166e4a5ea25f9c01784a11162de92156b5b872.tar.gz
nuttx-16166e4a5ea25f9c01784a11162de92156b5b872.tar.bz2
nuttx-16166e4a5ea25f9c01784a11162de92156b5b872.zip
Add stm3240g-eval nsh2 configuration: SDIO and no UART
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4363 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b925e914b..3dc5d697f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2437,4 +2437,9 @@
Add a configuration to test the USB composite device.
* configs/stm3240g-eval/telnetd: Add a configuration for testing the
Telnet daemon.
+ * configs/stm3240g-eval/nsh2: This is another NSH configuration. It differs
+ from the original nsh configuration because it does not have an RS-232
+ console (only a Telnet console) and SDIO is enabled. This configuration is
+ required because the STM3240G-EVAL board cannot simultaneously support
+ RS-232 and SDIO due to pin conflicts.