From 83f4b246cb4d08ea392d0c0871acf14f57310c09 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 Jul 2012 20:58:47 +0000 Subject: [PATCH] LPC43 Need to use fractional dividers to get the low-level UART BAUD correct git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4931 42af7a65-404d-4744-a932-0658087f49c3 --- configs/lpc4330-xplorer/README.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/configs/lpc4330-xplorer/README.txt b/configs/lpc4330-xplorer/README.txt index 48f9fd22342..2f54965e1d8 100644 --- a/configs/lpc4330-xplorer/README.txt +++ b/configs/lpc4330-xplorer/README.txt @@ -806,11 +806,12 @@ Where 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 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