nuttx/configs/lpcxpresso-lpc1768/src
2015-11-01 09:07:36 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
lpc17_adc.c Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() interface so that it can call board_adc_setup() on behalf of an application. Change apps/examples/adc to that is now calls boardctl() instead of adc_devinit() in order to initalize the ADC device. 2015-03-31 15:00:23 -06:00
lpc17_boot.c Rename board_led_initialize to board_autoled_initiaize 2015-11-01 09:03:01 -06:00
lpc17_dac.c LPCXpresso LPC1768: Rename files for better conformance to naming conventions 2015-03-21 10:29:46 -06:00
lpc17_leds.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:36 -06:00
lpc17_nsh.c Refresh/fix some more LPC17xx configurations 2015-07-01 11:43:06 -06:00
lpc17_oled.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_pwm.c Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that will enable calling board_pwm_setup() from boardctl(). Replace calls to pwm_devinit() in apps/examples/pwm with calls to boardctl(). In all configurations that enable the apps/examples/pwm test, make sure that boardctl() suppoprt is properly enabled. 2015-03-31 16:59:22 -06:00
lpc17_ssp.c LPCXpresso LPC1768: Rename files for better conformance to naming conventions 2015-03-21 10:29:46 -06:00
lpc17_usbmsc.c Refresh some LPC17xx configurations; fix a few LPC17xx configuration build problems 2015-07-01 09:35:21 -06:00
lpcxpresso_internal.h LPCXpresso LPC1768: Rename files for better conformance to naming conventions 2015-03-21 10:29:46 -06:00
Makefile Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience" 2015-09-04 16:42:34 -06:00