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
7d12e1fd
Commit
7d12e1fd
authored
14 years ago
by
patacongo
Browse files
Options
Downloads
Patches
Plain Diff
Extend README
git-svn-id:
svn://svn.code.sf.net/p/nuttx/code/trunk@3263
42af7a65-404d-4744-a932-0658087f49c3
parent
fb15f94d
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
drivers/README.txt
+18
-1
18 additions, 1 deletion
drivers/README.txt
with
18 additions
and
1 deletion
drivers/README.txt
+
18
−
1
View file @
7d12e1fd
...
...
@@ -4,7 +4,12 @@ README
This directory contains various device drivers -- both block and
character drivers as well as other more specialized drivers.
Files in this directory:
Contents:
- Files in this directory
- Subdirectories of this directory
- Skeleton files
Files in this directory
^^^^^^^^^^^^^^^^^^^^^^^
can.c
...
...
@@ -71,3 +76,15 @@ usbdev/
usbhost/
USB host drivers. See also include/nuttx/usb/usbhost.h
Skeleton Files
^^^^^^^^^^^^^^
Skeleton files a "empty" frameworks for NuttX drivers. They are provided to
give you a good starting point if you want to create a new NuttX driver.
The following skeleton files are available:
drivers/lcd/skeleton.c -- Skeleton LCD driver
drivers/mtd/skeleton.c -- Skeleton memory technology device drivers
drivers/net/skeleton.c -- Skeleton network/Ethernet drivers
drivers/usbhost/usbhost_skeleton.c -- Skeleton USB host class driver
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