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
44dd71de
Commit
44dd71de
authored
11 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Completes EHCI header file
parent
dc07d65e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configs/sama5d3x-ek/README.txt
+14
-2
14 additions, 2 deletions
configs/sama5d3x-ek/README.txt
include/nuttx/usb/ehci.h
+785
-565
785 additions, 565 deletions
include/nuttx/usb/ehci.h
with
799 additions
and
567 deletions
configs/sama5d3x-ek/README.txt
+
14
−
2
View file @
44dd71de
...
...
@@ -1240,8 +1240,20 @@ Configurations
and prevents NSH from receiving data. There is no issue when the
debug output is suppressed and card insertial and removal works as
expected (at least on the HSMCI1 microSD slot).
2013-8-11: Added OHCI configuration. Untested!
2013-8-14: I found an error in the way that the HSCMI clocking was
configured (a SAM3/4 cloning error). Need to retest both HSMCI0/1
with the corrected clocking.
2013-8-11: Added description to add OHCI to the configuration.
2013-8-16: The OCHI configuration is now basically functional.
Testing is not yet extensive, however:
a) I have lots of DEBUG output enabled. There could be issues
when I re-test with debug options disabled.
b) I have tested only control and bulk endpoints. I still need
to test interrupt endpoints.
c) I have tested only the Mass Storage Class (MSC) and not CDC/ACM.
d) OHCI will support 3 downstream points, but I currently have only
one enabled.
ostest:
This configuration directory, performs a simple OS test using
...
...
This diff is collapsed.
Click to expand it.
include/nuttx/usb/ehci.h
+
785
−
565
View file @
44dd71de
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