nuttx-apps/examples/hidkbd
2017-04-18 07:24:15 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
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 apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev. 2015-05-06 08:19:54 -06:00
Makefile examples/hidkbd: Add some missing configuration settings. 2017-04-18 07:24:15 -06:00