.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs.
|
2015-05-29 12:08:15 -06:00 |
stm32_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 |
stm32_boot.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 |
stm32_bringup.c
|
STM32 F4 Discovery: Move up_cxxinitialize from nuttx/configs/stm32f4discovery/src to apps/platform/stm32f4discovery where it belongs.
|
2015-05-29 12:08:15 -06:00 |
stm32_buttons.c
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
stm32_extmem.c
|
STM32F4 Discovery: Rename most everything in the board source directory to conform with the ever evolving naming standard
|
2014-02-03 17:19:30 -06:00 |
stm32_idle.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 |
stm32_nsh.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
stm32_pm.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_pmbuttons.c
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
stm32_pwm.c
|
Fix dedbug output; used wrong macro
|
2015-04-16 12:37:47 -06:00 |
stm32_qencoder.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
stm32_sdio.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
stm32_spi.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -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_ug2864ambag01.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
stm32_ug2864hsweg01.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
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
stm32_watchdog.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
stm32f4discovery.h
|
STM32F4-Discovery: Part of logic to initialize the ELF loaded in the board startup logic. From Leo aloe3132
|
2015-04-30 14:32:30 -06:00 |