Arduino_STM32/STM32F4/cores/maple/libmaple
stevstrong b7fb21aa0c make USB serial Tx blocking (bugfix for lost TX characters) 2017-06-20 18:33:00 +02:00
..
usbF4 make USB serial Tx blocking (bugfix for lost TX characters) 2017-06-20 18:33:00 +02:00
HardwareSerial.cpp added pin modes: GPIO_AF_OUTPUT_PP_PU (for SDIO) 2017-06-02 19:32:34 +02:00
HardwareSerial.h added serial bool operator for "if(!Serial)" 2017-06-02 20:26:55 +02:00
adc.c F4 development 2017-05-11 00:57:08 +02:00
adc.h Merge branch 'master' into generic_f4 2017-06-02 20:11:45 +02:00
bitband.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
bkp.c put back original bkp.* files (not symlink) 2015-12-10 12:39:51 -05:00
bkp.h put back original bkp.* files (not symlink) 2015-12-10 12:39:51 -05:00
dac.c F4 development 2017-05-11 00:57:08 +02:00
dac.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
delay.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
dma.h F4 development 2017-05-11 00:57:08 +02:00
dmaF4.c implemented SDIO 2017-06-18 17:27:02 +02:00
dmaF4.h implemented SDIO 2017-06-18 17:27:02 +02:00
dma_common.h integrate a copy of SPI from STM32F1 into STM32F4 2015-06-13 18:14:51 -04:00
exc.S Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
exti.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
exti.h F4 development 2017-05-11 00:57:08 +02:00
flash.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
flash.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
fsmc.c added FSMC + SPI brought in line with F1 2017-05-22 17:36:50 +02:00
fsmc.h added FSMC + SPI brought in line with F1 2017-05-22 17:36:50 +02:00
gpio.h F4 development 2017-05-11 00:57:08 +02:00
gpioF4.c bugfix: other variants than generic did not work 2017-05-12 20:51:12 +02:00
gpio_def.h added pin modes: GPIO_AF_OUTPUT_PP_PU (for SDIO) 2017-06-02 19:32:34 +02:00
i2c.c F4 development 2017-05-11 00:57:08 +02:00
i2c.h F4 development 2017-05-11 00:57:08 +02:00
iwdg.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
iwdg.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
libmaple.h F4 development 2017-05-11 00:57:08 +02:00
libmaple_types.h F4 development 2017-05-11 00:57:08 +02:00
main.cpp Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
nvic.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
nvic.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
pwr.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
pwr.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
rcc.h F4 development 2017-05-11 00:57:08 +02:00
rccF4.c F4 development 2017-05-11 00:57:08 +02:00
rccF4.h F4 development 2017-05-11 00:57:08 +02:00
ring_buffer.h convert USBSerial and HardwareSerial to derived from Stream instead of Print 2015-08-11 18:50:38 -04:00
rules.mk F4 development 2017-05-11 00:57:08 +02:00
scb.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
sdio.c implemented SDIO 2017-06-18 17:27:02 +02:00
sdio.h implemented SDIO 2017-06-18 17:27:02 +02:00
spi.c F4 development 2017-05-11 00:57:08 +02:00
spi.h F4 development 2017-05-11 00:57:08 +02:00
spiF4.h F4 development 2017-05-11 00:57:08 +02:00
spi_f4.c F4 development 2017-05-11 00:57:08 +02:00
spi_private.h integrate a copy of SPI from STM32F1 into STM32F4 2015-06-13 18:14:51 -04:00
stm32.h F4 development 2017-05-11 00:57:08 +02:00
syscalls.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
systick.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
systick.h Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
timer.c F4 development 2017-05-11 00:57:08 +02:00
timer.h F4 development 2017-05-11 00:57:08 +02:00
usart.c Initial support for STM32F4 series, based on AeroQuad codebase. Board variant for STM32F4 discovery (F407VG). Runs blinky! 2014-12-28 14:29:08 +00:00
usart.h F4 development 2017-05-11 00:57:08 +02:00
util.c F4 development 2017-05-11 00:57:08 +02:00
util.h F4 development 2017-05-11 00:57:08 +02:00