Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
8375685b
Commit
8375685b
authored
15 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
update
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@2216
42af7a65-404d-4744-a932-0658087f49c3
parent
93b36a90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/mcu123-lpc214x/README.txt
+17
-8
17 additions, 8 deletions
configs/mcu123-lpc214x/README.txt
configs/stm3210e-eval/README.txt
+22
-2
22 additions, 2 deletions
configs/stm3210e-eval/README.txt
with
39 additions
and
10 deletions
configs/mcu123-lpc214x/README.txt
+
17
−
8
View file @
8375685b
README
^^^^^^
This README discusses issues unique to NuttX configurations for the
MCU-123 LPC2148 development board.
Development Environment
^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -293,17 +296,23 @@ can be selected as follow:
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
examples/ostest.
nsh:
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
Configuration enables only the serial NSH interfaces.
usbstorage:
This configuration directory exercises the USB mass storage
class driver at examples/usbstorage. See examples/README.txt for
more information.
Configuration Options
^^^^^^^^^^^^^^^^^^^^^
...
...
This diff is collapsed.
Click to expand it.
configs/stm3210e-eval/README.txt
+
22
−
2
View file @
8375685b
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
^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -141,8 +156,9 @@ DFU
^^^
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
emulator. You can specify the DFU bootloader by adding the following line:
will be loading code using STMicro built-in USB Device Firmware Upgrade (DFU)
loader or via some JTAG emulator. You can specify the DFU bootloader by
adding the following line:
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
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment