aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/sure-pic32mx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-03 23:25:49 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-03 23:25:49 +0000
commita2f9aff90684eb1995f5ea430018568dee6a2120 (patch)
treeef4e43b32b283e3844cdc3490183282e21a93f03 /nuttx/configs/sure-pic32mx
parent77f614d62483e3027b88c87d4bfbe77c16e9aa23 (diff)
downloadpx4-firmware-a2f9aff90684eb1995f5ea430018568dee6a2120.tar.gz
px4-firmware-a2f9aff90684eb1995f5ea430018568dee6a2120.tar.bz2
px4-firmware-a2f9aff90684eb1995f5ea430018568dee6a2120.zip
Fixes for STM32 ADC driver on the F4; LC17xx LED initial state
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4257 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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