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
cc5a678a
Commit
cc5a678a
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Extend boardctl() USB device control to include PL2303 serial
parent
e2b16e0c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
TODO
+3
-5
3 additions, 5 deletions
TODO
arch
+1
-1
1 addition, 1 deletion
arch
configs
+1
-1
1 addition, 1 deletion
configs
include/sys/boardctl.h
+3
-0
3 additions, 0 deletions
include/sys/boardctl.h
with
8 additions
and
7 deletions
TODO
+
3
−
5
View file @
cc5a678a
...
...
@@ -469,14 +469,12 @@ o Kernel/Protected Build
These functions call directly into operating system functions
like:
- usbdev_serialinitialize - Called in apps/examples/usbserial,
apps/examples/usbterm
- cdcacm_classobject - Called from apps/system/composite.
- usbmsc_configure - Called from
o
apps/system/usbmsc and
- usbmsc_configure - Called from apps/system/usbmsc and
apps/system/composite
- usbmsc_bindlun - Called from
o
apps/system/usbmsc and
- usbmsc_bindlun - Called from apps/system/usbmsc and
apps/system/composite
- usbmsc_exportluns - Called from
o
apps/system/usbmsc.
- usbmsc_exportluns - Called from apps/system/usbmsc.
Status: Open
Priority: Medium/High -- the kernel build configuration is not fully fielded
...
...
This diff is collapsed.
Click to expand it.
arch
@
9da37a09
Subproject commit
e0727147413b44e3c263abe8df70542dfa6b1edb
Subproject commit
9da37a0989a52853fe27bb4acadf52dc155e7440
This diff is collapsed.
Click to expand it.
configs
@
7d4cd683
Subproject commit
132d630c0fdbc793ad5a1438879ae50a399044e0
Subproject commit
7d4cd683fe8b2a6be2bf9d25c91afefa877a50bf
This diff is collapsed.
Click to expand it.
include/sys/boardctl.h
+
3
−
0
View file @
cc5a678a
...
...
@@ -228,6 +228,9 @@ enum boardioc_usbdev_identifier_e
#ifdef CONFIG_CDCACM
,
BOARDIOC_USBDEV_CDCACM
/* CDC/ACM */
#endif
#ifdef CONFIG_PL2303
,
BOARDIOC_USBDEV_PL2303
/* PL2303 serial */
#endif
#ifdef CONFIG_USBMSC
,
BOARDIOC_USBDEV_MSC
/* Mass storage class */
#endif
...
...
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