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
c678c8db
Commit
c678c8db
authored
15 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
misc updates
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@1869
42af7a65-404d-4744-a932-0658087f49c3
parent
64497e92
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
arch/arm/src/str71x/str71x_usb.h
+6
-1
6 additions, 1 deletion
arch/arm/src/str71x/str71x_usb.h
configs/eagle100/README.txt
+4
-3
4 additions, 3 deletions
configs/eagle100/README.txt
with
10 additions
and
4 deletions
arch/arm/src/str71x/str71x_usb.h
+
6
−
1
View file @
c678c8db
...
...
@@ -157,9 +157,14 @@
/* Endpoint register mask (no toggle fields) */
#define USB_EPR_
MASK
(USB_EPR_CTRRX|USB_EPR_SETUP|USB_EPR_TFIELD|\
#define USB_EPR_
NOTOGGLE_MASK
(USB_EPR_CTRRX|USB_EPR_SETUP|USB_EPR_TFIELD|\
USB_EPR_KIND
|
USB_EPR_CTRTX
|
USB_EPR_ADDRFIELD
)
/* Toggles only */
#define USB_EPR_TXDTOG_MASK (USB_EPR_TXSTAT_MASK|USB_EPR_NOTOGGLE_MASK)
#define USB_EPR_RXDTOG_MASK (USB_EPR_RXSTAT_MASK|USB_EPR_NOTOGGLE_MASK)
/************************************************************************************
* Public Types
************************************************************************************/
...
...
This diff is collapsed.
Click to expand it.
configs/eagle100/README.txt
+
4
−
3
View file @
c678c8db
...
...
@@ -40,7 +40,7 @@ GNU Toolchain Options
NOTE: the CodeSourcery and devkitARM toolchains are Windows native toolchains.
The NuttX buildroot toolchain is a Cygwin toolchain. There are several limitations
to using a Windows based toolchain in a Cygwin environment. The two biggest
g
are:
to using a Windows based toolchain in a Cygwin environment. The two biggest are:
1. The Windows toolchain cannot follow Cygwin paths. Path conversions are
performed automatically in the Cygwin makefiles using the 'cygpath' utility
...
...
@@ -54,11 +54,11 @@ GNU Toolchain Options
That is because you are building the copy of the file in the "fake" symbolic
directory. If you use a Windows toolchain, you should get in the habit of
making like this:
make clean_context; make CROSSDEV=arm-none-eabi-
An alias in your .bashrc file might make that less painful.
NuttX buildroot Toolchain
^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
@@ -68,6 +68,7 @@ NuttX buildroot Toolchain
If you have no Cortex-M3 toolchain, one can be downloaded from the NuttX
SourceForge download site (https://sourceforge.net/project/showfiles.php?group_id=189573).
This GNU toolchain builds and executes in the Cygwin environment.
1. You must have already configured Nuttx in <some-dir>/nuttx.
...
...
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