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
6bae54fe
Commit
6bae54fe
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
f68d96a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configs/mbed/README.txt
+18
-10
18 additions, 10 deletions
configs/mbed/README.txt
with
18 additions
and
10 deletions
configs/mbed/README.txt
+
18
−
10
View file @
6bae54fe
...
...
@@ -40,13 +40,13 @@ GNU Toolchain Options
the CodeSourcery or devkitARM toolchain, you simply need add one of the
following configuration options to your .config (or defconfig) file:
CONFIG_
LPC17
_CODESOURCERYW=y : CodeSourcery under Windows
CONFIG_
LPC17
_CODESOURCERYL=y : CodeSourcery under Linux
CONFIG_
LPC17
_DEVKITARM=y : devkitARM under Windows
CONFIG_
LPC17
_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
CONFIG_
ARMV7M_TOOLCHAIN
_CODESOURCERYW=y : CodeSourcery under Windows
CONFIG_
ARMV7M_TOOLCHAIN
_CODESOURCERYL=y : CodeSourcery under Linux
CONFIG_
ARMV7M_TOOLCHAIN
_DEVKITARM=y : devkitARM under Windows
CONFIG_
ARMV7M_TOOLCHAIN
_BUILDROOT=y : NuttX buildroot under Linux or Cygwin (default)
If you are not using CONFIG_
LPC17
_BUILDROOT, then you may also
have to modify
the PATH in the setenv.h file if your make cannot find the tools.
If you are not using CONFIG_
ARMV7M_TOOLCHAIN
_BUILDROOT, then you may also
have to modify
the PATH in the setenv.h file if your make cannot find the tools.
NOTE: the CodeSourcery (for Windows)and devkitARM are Windows native toolchains.
The CodeSourcey (for Linux) and NuttX buildroot toolchains are Cygwin and/or
...
...
@@ -423,11 +423,18 @@ USB Host Configuration
cd ..
2. Then edit the top-level .config file to enable USB host. Make the
following changes:
following changes
using 'make menuconfig'
:
CONFIG_LPC17_USBHOST=y
CONFIG_USBHOST=y
CONFIG_SCHED_WORKQUEUE=y
System Type -> LPC17xx Peripheral Support
CONFIG_LPC17_USBHOST=y : USB host controller driver support
Device Drivers -> USB Host Driver Support
CONFIG_USBHOST=y : USB host support
CONFIG_USBHOST_ISCO_DISABLE=y : Not needed
CONFIG_USBHOST_MSC=y : Mass storage class support
Library Routines
CONFIG_SCHED_WORKQUEUE=y : Enable worker thread
When this change is made, NSH should be extended to support USB flash
devices. When a FLASH device is inserted, you should see a device
...
...
@@ -446,6 +453,7 @@ Configurations
General
-------
Each mbed configuration is maintained in a sub-directory and can be selected
as follow:
...
...
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