summaryrefslogtreecommitdiff
path: root/nuttx/configs/twr-k60n512/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-25 03:13:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-25 03:13:28 +0000
commitdd1ef395973e4ab66fea26c543856e7c29e794cf (patch)
tree9ef724295feb6465ad892d4334bdc0376f30ace5 /nuttx/configs/twr-k60n512/README.txt
parent67d6e613acb5129a2ca4a66ddf9cc6577933bc37 (diff)
downloadpx4-nuttx-dd1ef395973e4ab66fea26c543856e7c29e794cf.tar.gz
px4-nuttx-dd1ef395973e4ab66fea26c543856e7c29e794cf.tar.bz2
px4-nuttx-dd1ef395973e4ab66fea26c543856e7c29e794cf.zip
Fix nxgl_splitline bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3912 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/twr-k60n512/README.txt')
-rw-r--r--nuttx/configs/twr-k60n512/README.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/nuttx/configs/twr-k60n512/README.txt b/nuttx/configs/twr-k60n512/README.txt
index 794820845..a907c556b 100644
--- a/nuttx/configs/twr-k60n512/README.txt
+++ b/nuttx/configs/twr-k60n512/README.txt
@@ -614,3 +614,31 @@ Where <subdir> is one of the following:
using the DFU bootloader.
CONFIG_KINETIS_BUILDROOT=y : NuttX buildroot under Linux or Cygwin
+
+ nsh:
+ ---
+ Configures the NuttShell (nsh) located at apps/examples/nsh. The
+ Configuration enables both the serial and telnet NSH interfaces.
+ Support for the board's SPI-based MicroSD card is included
+ (but not passing tests as of this writing).
+
+ NOTE: An SDHC driver is underwork and can be enabled in the NSH
+ configuration for further testing be setting the following
+ configuration faluesas follows:
+
+ -CONFIG_KINETIS_SDHC=n
+ +CONFIG_KINETIS_SDHC=y # Enable the SDHC driver
+
+ -CONFIG_GPIO_IRQ=n
+ +CONFIG_GPIO_IRQ=y # Enable GPIO interrupts
+
+ -CONFIG_KINETIS_PORTEINTS=n
+ +CONFIG_KINETIS_PORTEINTS=y # Enable PortE GPIO interrupts
+
+ -CONFIG_SCHED_WORKQUEUE=n
+ +CONFIG_SCHED_WORKQUEUE=y # Enable the NuttX workqueue
+
+ -CONFIG_NSH_ARCHINIT=n
+ +CONFIG_NSH_ARCHINIT=y # Provide NSH intialization logic
+
+