nuttx/configs/stm3240g-eval/src
2015-11-01 12:45:58 -06:00
..
.gitignore
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
stm32_adc.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_autoleds.c Rename board_led_off to board_autoled_off 2015-11-01 09:10:08 -06:00
stm32_boot.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
stm32_buttons.c Move board_ prototypes from arch.h to board.h 2015-02-27 20:02:03 -06:00
stm32_can.c Rename can_devinit() to board_can_initialize(). Hook in to boardctl() with BOARDIOC_CAN_INITIALIZE 2015-08-18 13:21:45 -06:00
stm32_deselectlcd.c STM3240G-EVAL: Rename files for compatibility with current naming conventions 2014-11-28 11:06:43 -06:00
stm32_deselectsram.c STM3240G-EVAL: Rename files for compatibility with current naming conventions 2014-11-28 11:06:43 -06:00
stm32_extmem.c STM3240G-EVAL: Rename files for compatibility with current naming conventions 2014-11-28 11:06:43 -06:00
stm32_lcd.c Fix some spacing problems 2015-10-04 14:59:44 -06:00
stm32_nsh.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_ostest.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_pwm.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_selectlcd.c Fix typo 2015-09-10 21:20:53 -04:00
stm32_selectsram.c Fix typo 2015-09-10 21:20:53 -04:00
stm32_spi.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_stmpe811.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_usb.c Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected. 2015-05-06 14:11:29 -06:00
stm32_userleds.c Standardize naming of user LEDs interface functions 2015-11-01 12:45:58 -06:00
stm32_watchdog.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm3240g-eval.h Eliminate warning 2015-09-08 10:41:59 -06:00