nuttx/configs/tm4c123g-launchpad/src
2015-03-31 15:00:23 -06:00
..
.gitignore
Makefile tm4c123g-launchad: Add ADC support. From Calvin Maguranis. 2015-02-17 13:52:17 -06:00
tm4c123g-launchpad.h 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
tm4c_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
tm4c_at24.c
tm4c_autoleds.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
tm4c_boot.c Move board_ prototypes from arch.h to board.h 2015-02-27 20:02:03 -06:00
tm4c_bringup.c Calvin's changes to the tm4c123g-launchpad 2015-03-23 10:05:50 -06:00
tm4c_buttons.c Calvin's changes to the tm4c123g-launchpad 2015-03-23 10:05:50 -06:00
tm4c_nsh.c Rename arch_nshinitialize() to board_app_initialize() 2015-03-31 10:21:31 -06:00
tm4c_ssi.c
tm4c_timer.c Calvin's changes to the tm4c123g-launchpad 2015-03-23 10:05:50 -06:00