.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
mikroe-stm32f4-internal.h
|
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_boot.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
stm32_clockconfig.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
stm32_cxxinitialize.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
stm32_extmem.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
stm32_idle.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
stm32_mio283qt2.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_mio283qt9a.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_nsh.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_pm.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
stm32_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 |
stm32_qencoder.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -06:00 |
stm32_spi.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -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_vs1053.c
|
Mikroe STM32F4: Rename files for better conformance to naming conventions
|
2015-03-21 09:35:04 -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 |