nuttx/configs/zkit-arm-1769/src
2018-08-23 09:09:39 -06:00
..
.gitignore
lpc17_adc.c
lpc17_appinit.c binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem. 2018-08-23 09:09:39 -06:00
lpc17_boot.c
lpc17_buttons.c
lpc17_can.c
lpc17_dac.c
lpc17_lcd.c configs: Review all implementations of board_lcd_initialize(). The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success. Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative. 2018-04-21 18:03:01 -06:00
lpc17_leds.c
lpc17_spi.c
lpc17_ssp.c
lpc17_usbmsc.c
Makefile
zkit-arm-1769.h