nuttx/configs/olimex-lpc1766stk/src
2015-03-31 16:20:21 -06:00
..
.gitignore
lpc17_boot.c configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 18:49:24 -06:00
lpc17_buttons.c Move board_ prototypes from arch.h to board.h 2015-02-27 20:02:03 -06:00
lpc17_can.c
lpc17_hidbkd.c
lpc17_hidmouse.c rch_tcinitialize() and arch_tcunitinitialize() renamed to board_tsc_setup() and board_tsc_teardown(). These are not long called directly by applications but only indirectly throught the crappy boardctl() OS interface. 2015-03-31 13:21:25 -06:00
lpc17_lcd.c Rename up_nxdrvinit() to board_graphics_setup(). Add CONFIG_BOARDCTL_GRAPHICS that will enabled calls to board_graphics_setup() from boardctrl(). In apps/ and NxWidgts/, replace all calls to up_nxdrvinit with calls to boardctl(). 2015-03-31 16:20:21 -06:00
lpc17_leds.c configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 18:49:24 -06:00
lpc17_nsh.c Rename arch_nshinitialize() to board_app_initialize() 2015-03-31 10:21:31 -06:00
lpc17_ssp.c
lpc17_usbmsc.c
lpc1766stk.h
Makefile