summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 20:31:20 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-19 20:31:20 +0000
commite6c2f9b9de21f1281370f850cac367897eba9c60 (patch)
treeacdd65149bbef2b748521ccbb928d2df7a7d7158 /nuttx/drivers
parentf422dc1c902a11f373dd64ede508df64b6e6e2c8 (diff)
downloadpx4-nuttx-e6c2f9b9de21f1281370f850cac367897eba9c60.tar.gz
px4-nuttx-e6c2f9b9de21f1281370f850cac367897eba9c60.tar.bz2
px4-nuttx-e6c2f9b9de21f1281370f850cac367897eba9c60.zip
Extend README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3263 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/README.txt19
1 files changed, 18 insertions, 1 deletions
diff --git a/nuttx/drivers/README.txt b/nuttx/drivers/README.txt
index ddc92a2b7..d0949e514 100644
--- a/nuttx/drivers/README.txt
+++ b/nuttx/drivers/README.txt
@@ -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