.. |
.gitignore
|
|
|
Makefile
|
STM32F4-Discovery: Add support for the pca9635 LED chip. From Alan Carvalho de Assis
|
2015-12-15 13:58:28 -06:00 |
stm32_autoleds.c
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
stm32_bmp180.c
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:25:14 -06:00 |
stm32_boot.c
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |
stm32_bringup.c
|
Need to include sys/mount.h to avoid a warning
|
2016-01-27 16:08:51 -06: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
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
stm32_max6675.c
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |
stm32_max31855.c
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -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_pca9635.c
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:25:14 -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
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |
stm32_ssd1289.c
|
Fix typo
|
2015-09-10 21:20:53 -04:00 |
stm32_ssd1351.c
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |
stm32_timer.c
|
(Hopefully) cosmetic changes from review of recent merges for conformance to coding standard
|
2015-11-17 16:53:49 -06:00 |
stm32_ug2864ambag01.c
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |
stm32_ug2864hsweg01.c
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |
stm32_uid.c
|
added unique id implementation for f4discovery
|
2015-11-22 13:28:59 -05: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 |
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
|
For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize
|
2016-01-26 12:21:39 -06:00 |