1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00
betaflight/lib/CMSIS/CM1/DeviceSupport/ST/STM32F30x
Dominic Clifton 8d9ce86a5a get GPIO and USART ports working.
The STM32F3DISCOVERY board would crash when setting GPIOA Pin_13 or
Pin_14 to analog mode so they are excluded in the gpio initialisation.

The USART GPIO configuration did not work when using the F10x code.  The
USART status and DMA registers are different too.
2014-04-25 15:19:28 +01:00
..
startup First commit of port to STM32F3DISCOVERY board. 2014-04-25 01:09:19 +01:00
stm32f30x.h First commit of port to STM32F3DISCOVERY board. 2014-04-25 01:09:19 +01:00
stm32f30x_conf.h First commit of port to STM32F3DISCOVERY board. 2014-04-25 01:09:19 +01:00
stm32f30x_gpio.c get GPIO and USART ports working. 2014-04-25 15:19:28 +01:00
stm32f30x_gpio.h get GPIO and USART ports working. 2014-04-25 15:19:28 +01:00
stm32f30x_rcc.c get GPIO and USART ports working. 2014-04-25 15:19:28 +01:00
stm32f30x_rcc.h get GPIO and USART ports working. 2014-04-25 15:19:28 +01:00
system_stm32f30x.c Avoid calling SetSysClock twice. 2014-04-25 12:10:51 +01:00
system_stm32f30x.h First commit of port to STM32F3DISCOVERY board. 2014-04-25 01:09:19 +01:00