.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
shenzhou-internal.h
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_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 |
stm32_autoleds.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_boot.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_buttons.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_can.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_chipid.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_composite.c
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
stm32_cxxinitialize.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_ili93xx.c
|
More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
|
2015-04-04 11:49:15 -06:00 |
stm32_mmcsd.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_nsh.c
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
stm32_relays.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_spi.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_ssd1289.c
|
More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
|
2015-04-04 11:49:15 -06:00 |
stm32_touchscreen.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_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_usbmsc.c
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
stm32_userleds.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_w25.c
|
Shenzhou: Rename files for better conformance to naming conventions
|
2015-03-21 09:10:42 -06:00 |
stm32_watchdog.c
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |