.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
Add board config to support MAX6675
|
2015-10-18 07:54:21 +08:00 |
stm32_autoleds.c
|
Rename board_led_initialize to board_autoled_initiaize
|
2015-11-01 09:03:01 -06:00 |
stm32_bmp180.c
|
Remove dangling whitespace
|
2015-10-04 15:28:03 -06:00 |
stm32_boot.c
|
Rename board_led_initialize to board_autoled_initiaize
|
2015-11-01 09:03:01 -06:00 |
stm32_bringup.c
|
Add board config to support MAX6675
|
2015-10-18 07:54:21 +08:00 |
stm32_buttons.c
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
stm32_ethernet.c
|
STM32F4-Discovery: Add support for the NSH network initialization thread in the netnsh configuration. Attempted to enable the networking monitor as well, but it turns out that the PHY interrupt is not supported with the STM32F4-DISBB base board
|
2015-09-28 10:58:47 -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
|
Eliminate warnings
|
2015-09-08 10:19:34 -06:00 |
stm32_max6675.c
|
Add file missed in last commit
|
2015-10-18 08:03:17 +08:00 |
stm32_max31855.c
|
Remove dangling whitespace
|
2015-10-04 15:28:03 -06:00 |
stm32_nsh.c
|
configs/stm32f4discovery/: Add support to BMP180 driver on STM32F4Discovery. From Alan Carvalho de Assis.
|
2015-07-20 07:22:01 -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
|
Add board config to support MAX6675
|
2015-10-18 07:54:21 +08:00 |
stm32_ssd1289.c
|
Fix typo
|
2015-09-10 21:20:53 -04:00 |
stm32_ssd1351.c
|
STM32F4-Discovery: Add SSD1351 SPI 4-wire interface
|
2015-10-06 19:05:32 -04: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 |
stm32_zerocross.c
|
STM32F4-Discvovery: Add low level support for the Zero Cross driver. From Alan Carvalho de Assis
|
2015-10-13 07:35:09 -06:00 |
stm32f4discovery.h
|
Add board config to support MAX6675
|
2015-10-18 07:54:21 +08:00 |