summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
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
^^^^^^^^^^^^^