From 979c0410e02cb6217fdc87bff44d17c3182ed1d7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 15 Jan 2011 22:30:23 +0000 Subject: 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 --- nuttx/examples/README.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'nuttx/examples/README.txt') 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 ^^^^^^^^^^^^^ -- cgit v1.2.3