aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-11 20:58:47 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-11 20:58:47 +0000
commita4426d194e4a5579e2ab891798cccc43e04f7b0e (patch)
tree41ff71b33ef6b9657e32e87098e4301a730672c8 /nuttx/configs
parente78472258f99378a15b12bc2fa11d97262ea2170 (diff)
downloadpx4-firmware-a4426d194e4a5579e2ab891798cccc43e04f7b0e.tar.gz
px4-firmware-a4426d194e4a5579e2ab891798cccc43e04f7b0e.tar.bz2
px4-firmware-a4426d194e4a5579e2ab891798cccc43e04f7b0e.zip
LPC43 Need to use fractional dividers to get the low-level UART BAUD correct
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4931 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/lpc4330-xplorer/README.txt15
1 files changed, 12 insertions, 3 deletions
diff --git a/nuttx/configs/lpc4330-xplorer/README.txt b/nuttx/configs/lpc4330-xplorer/README.txt
index 48f9fd223..2f54965e1 100644
--- a/nuttx/configs/lpc4330-xplorer/README.txt
+++ b/nuttx/configs/lpc4330-xplorer/README.txt
@@ -806,11 +806,12 @@ Where <subdir> is one of the following:
ostest:
------
- This configuration directory, performs a simple OS test using
+ This configuration of this directory performs a simple OS test using
examples/ostest. By default, this project assumes that you are
- using the DFU bootloader.
+ executing directly from SRAM.
- CONFIG_LPC43_CODESOURCERYW=y : CodeSourcery under Windows
+ CONFIG_BOOT_SRAM=y : Executing in SRAM
+ CONFIG_LPC32_CODEREDW=y : Code Red under Windows
This configuration directory, performs a simple test of the USB host
HID keyboard class driver using the test logic in examples/hidkbd.
@@ -843,3 +844,11 @@ Where <subdir> is one of the following:
+CONFIG_EXAMPLES_OSTEST_FPUSIZE=(4*33)
+ nsh:
+ ----
+ This configuration is the NuttShell (NSH) example at examples/nsh/
+ examples/ostest. By default, this project assumes that you are
+ executing directly from SRAM.
+
+ CONFIG_BOOT_SRAM=y : Executing in SRAM
+ CONFIG_LPC32_CODEREDW=y : Code Red under Windows