git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2216 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-11-03 02:30:27 +00:00
parent 93b36a90b9
commit 8375685b47
2 changed files with 39 additions and 10 deletions

View File

@ -1,6 +1,9 @@
README README
^^^^^^ ^^^^^^
This README discusses issues unique to NuttX configurations for the
MCU-123 LPC2148 development board.
Development Environment Development Environment
^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^
@ -293,17 +296,23 @@ can be selected as follow:
Where <subdir> is one of the following: Where <subdir> is one of the following:
ostest ostest:
^^^^^^ This configuration directory, performs a simple OS test using
examples/ostest.
This configuration directory, performs a simple OS test using nsh:
examples/ostest. Configures the NuttShell (nsh) located at examples/nsh. The
Configuration enables only the serial NSH interfaces.
nsh usbserial:
^^^ This configuration directory exercises the USB serial class
driver at examples/usbserial. See examples/README.txt for
more information.
Configures the NuttShell (nsh) located at examples/nsh. The usbstorage:
Configuration enables only the serial NSH interfaces. This configuration directory exercises the USB mass storage
class driver at examples/usbstorage. See examples/README.txt for
more information.
Configuration Options Configuration Options
^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^

View File

@ -1,6 +1,21 @@
README README
^^^^^^ ^^^^^^
This README discusses issues unique to NuttX configurations for the
STMicro STM3210E-EVAL development board.
Contents
^^^^^^^^
- Development Environment
- GNU Toolchain Options
- IDEs
- NuttX buildroot Toolchain
- DFU
- LEDs
- STM3210E-EVAL-specific Configuration Options
- Configurations
Development Environment Development Environment
^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^
@ -141,8 +156,9 @@ DFU
^^^ ^^^
The linker files in these projects can be configured to indicate that you The linker files in these projects can be configured to indicate that you
will be loading code using STMicro built-in USB DFU loader or via some JTAG will be loading code using STMicro built-in USB Device Firmware Upgrade (DFU)
emulator. You can specify the DFU bootloader by adding the following line: loader or via some JTAG emulator. You can specify the DFU bootloader by
adding the following line:
CONFIG_STM32_DFU=y CONFIG_STM32_DFU=y
@ -392,3 +408,7 @@ Where <subdir> is one of the following:
This configuration builds a trivial bring-up binary. It is This configuration builds a trivial bring-up binary. It is
useful only because it words with the RIDE7 IDE and R-Link debugger. useful only because it words with the RIDE7 IDE and R-Link debugger.
usbserial:
This configuration directory exercises the USB serial class
driver at examples/usbserial. See examples/README.txt for
more information.