summaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-03 23:25:49 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-03 23:25:49 +0000
commit6ab3a2a10626f28693ff0b7db7c41e5b9e760131 (patch)
treeef4e43b32b283e3844cdc3490183282e21a93f03 /nuttx/configs/sure-pic32mx
parent1940235b4d0905284790420442463d41d5905f15 (diff)
downloadpx4-nuttx-6ab3a2a10626f28693ff0b7db7c41e5b9e760131.tar.gz
px4-nuttx-6ab3a2a10626f28693ff0b7db7c41e5b9e760131.tar.bz2
px4-nuttx-6ab3a2a10626f28693ff0b7db7c41e5b9e760131.zip
Fixes for STM32 ADC driver on the F4; LC17xx LED initial state
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4257 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/sure-pic32mx')
-rw-r--r--nuttx/configs/sure-pic32mx/README.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/nuttx/configs/sure-pic32mx/README.txt b/nuttx/configs/sure-pic32mx/README.txt
index b7d2ae236..365ac8277 100644
--- a/nuttx/configs/sure-pic32mx/README.txt
+++ b/nuttx/configs/sure-pic32mx/README.txt
@@ -329,7 +329,6 @@ PIC32MX Configuration Options
CONFIG_PIC32MX_USBDEV - USB device
CONFIG_PIC32MX_USBHOST - USB host
-
PIC32MX Configuration Settings
DEVCFG0:
CONFIG_PIC32MX_DEBUGGER - Background Debugger Enable. Default 3 (disabled). The
@@ -431,3 +430,13 @@ Where <subdir> is one of the following:
ostest:
This configuration directory, performs a simple OS test using
apps/examples/ostest.
+
+ nsh:
+ Configures the NuttShell (nsh) located at apps/examples/nsh. The
+ Configuration enables only the serial NSH interface.
+
+ The examples/usbterm program can be included as an NSH built-in
+ function by defined the following in your .config file:
+
+ CONFIG_USBEV=y : Enable basic USB device support
+ CONFIG_PIC32MX_USBDEV=y : Enable PIC32 USB device support