nuttx-apps/examples/hidkbd
2017-04-18 07:24:15 -06:00
..
.gitignore
hidkbd_main.c apps/examples/hidkbd: Remove call to arch_usbhost_initialize(). That is violation of the OS interfacing rules and will no longer be supported. USB host should be initialized as part of the normal board bring-up logic as with any other devices and should not involve illegal calls from applications into the OS. 2017-03-09 15:17:49 -06:00
Kconfig examples/hidkbd: Add some missing configuration settings. 2017-04-18 07:24:15 -06:00
Make.defs
Makefile examples/hidkbd: Add some missing configuration settings. 2017-04-18 07:24:15 -06:00