nuttx/configs/olimex-lpc1766stk/src
2018-05-19 16:46:21 -06:00
..
.gitignore
lpc17_appinit.c Squashed commit of the following: 2018-01-31 16:11:54 -06:00
lpc17_boot.c
lpc17_buttons.c configs: Still trying to get consistent name. button driver expects board to define NUM_BUTTONS, not BOARD_NUM_BUTTONS. That was changed in all board.h header files, but there are still references in configs/ C files to BOARD_NUM_BUTTONS 2017-12-17 16:54:53 -06:00
lpc17_can.c Move CAN subsystem to its own directory and put device drivers there 2017-05-12 11:48:47 -03:00
lpc17_hidmouse.c This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00
lpc17_leds.c
lpc17_ssp.c Add an instance argument to the SPIDEV definitions. 2017-04-29 12:26:52 -06:00
lpc17_usbmsc.c
lpc1766stk.h This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00
Makefile drivers/lcd and configs/olimex-lpc1766stk: Remove support for the Nokia6100 LCD. That LCD uses a 9-bit SPI interface (the 9th bit being the command/data bit that is normally a discrete). That communication was never successfully integrated. I now believe that it would would require some special support from the low-level, MCU SPI driver to manage that 9th bit. The deleted code is still available in the Obsoleted repository in the nuttx/drivers/lcd, nuttx/configs/olimex-lpc1766stk, and Patches directories. 2018-05-19 16:46:21 -06:00