nuttx/configs/olimex-lpc1766stk/src
2017-04-09 07:22:49 -06:00
..
.gitignore
lpc17_appinit.c Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver. 2016-12-06 08:51:37 -06:00
lpc17_boot.c
lpc17_buttons.c Buttons: Change return value of board_buttons() and the type of btn_buttonset_t to uint32_t so that more than 8 buttons can be supported. 2017-04-09 07:22:49 -06:00
lpc17_can.c Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver. 2016-12-06 08:51:37 -06:00
lpc17_hidmouse.c
lpc17_lcd.c
lpc17_leds.c
lpc17_ssp.c irq_dispatch: Add argument pointer to irq_dispatch 2017-02-27 06:27:56 -06:00
lpc17_usbmsc.c
lpc1766stk.h Remove BOARDIOC_CAN_INITIALIZE. CAN initialization is now done in the board initialization logic just like every other device driver. 2016-12-06 08:51:37 -06:00
Makefile Remove all references to arch_usbhost_initialize(). That was incorrectly called from apps/examples/hidkbd. That is violation of the OS interfacing rules and will no longer be supported. USB host should be initialized as part of the board bring-up logic was with any other devices and should not involve illegal calls from applications into the OS. 2017-03-09 14:46:31 -06:00