summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 22:30:23 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 22:30:23 +0000
commit979c0410e02cb6217fdc87bff44d17c3182ed1d7 (patch)
treefb50e1bc9c25c3d3f60b9a9f8e0f92f8d1da9e83 /nuttx/examples/README.txt
parent3f0f70063b9aa18280083f32cae2d1b01849d838 (diff)
downloadpx4-nuttx-979c0410e02cb6217fdc87bff44d17c3182ed1d7.tar.gz
px4-nuttx-979c0410e02cb6217fdc87bff44d17c3182ed1d7.tar.bz2
px4-nuttx-979c0410e02cb6217fdc87bff44d17c3182ed1d7.zip
Many changes in preparation for HID keyboard
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3253 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index e6075ec84..0fb3101d8 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -64,6 +64,15 @@ examples/helloxx
library suupport is available, and that class are instantiated
correctly.
+examples/hidkbd
+^^^^^^^^^^^^^^^^
+
+ This is a simple test to debug/verify the USB host HID keyboard class
+ driver.
+
+ CONFIG_EXAMPLES_HIDKBD_DEFPRIO - Priority of "waiter" thread.
+ CONFIG_EXAMPLES_HIDKBD_STACKSIZE - Stacksize of "waiter" thread.
+
examples/igmp
^^^^^^^^^^^^^