- Make sure all the new files are terminated with newlines - Fix typos
@ -116,4 +116,4 @@ function(arm_none_eabi_gcc_check)
endfunction()
arm_none_eabi_gcc_add_path()
arm_none_eabi_gcc_check()
@ -12,4 +12,4 @@ if(DEFINED CI_JOB_INDEX AND DEFINED CI_JOB_COUNT)
${CMAKE_COMMAND} -E true
DEPENDS ${ci_targets}
)
endif()
@ -17,4 +17,4 @@ list(APPEND openocd_cfg "reset halt")
list(JOIN openocd_cfg "\n" contents)
set(contents "${contents}\n")
file(WRITE ${OUTPUT} ${contents})
@ -1,4 +1,4 @@
main_sources(STM32_STDPERIPH_SRC
drivers/bus_spi.c
drivers/serial_uart.c
@ -56,4 +56,4 @@ list(APPEND STM32F4_USB_SRC ${STM32_USBOTG_SRC})
list(APPEND STM32F4_USB_SRC ${STM32_USBCORE_SRC})
list(APPEND STM32F4_USB_SRC ${STM32_USBCDC_SRC})
list(APPEND STM32F4_USB_SRC ${STM32_USBHID_SRC})
list(APPEND STM32F4_USB_SRC ${STM32_USBWRAPPER_SRC})
@ -129,4 +129,4 @@ define_target_stm32f7(22 e)
define_target_stm32f7(45 g)
define_target_stm32f7(46 g)
define_target_stm32f7(65 g)
define_target_stm32f7(65 i)
@ -13,4 +13,4 @@ function(setup_svd target_exe target_name)
COMMAND ${CMAKE_COMMAND} -E false)
exclude_from_all(${svd_target_name})
@ -83,5 +83,5 @@ Data rate 496Hz 35806 bytes/s 358100 baud
```
## Developer Notes
Providing MSC is automatically enabled for all F4 and up a targets that support
Providing MSC is automatically enabled for all F4 and up targets that support
`ONBOARDFLASH` and /or `SDCARD`.
@ -1 +1 @@
target_stm32f303xc(ALIENFLIGHTF3 SKIP_RELEASES)
target_stm32f405xg(ALIENFLIGHTF4 SKIP_RELEASES)
target_stm32f722xe(ANYFCM7 SKIP_RELEASES)
target_stm32f722xe(ASGARD32F7)
target_stm32f303xc(CHEBUZZF3 SKIP_RELEASES)
target_stm32f303xc(COLIBRI_RACE SKIP_RELEASES)
target_stm32f765xg(FRSKYPILOT)
target_stm32f722xe(FRSKY_ROVERF7)
target_stm32f303xc(KISSFC SKIP_RELEASES)
target_stm32f405xg(KROOZX HSE_MHZ 16 SKIP_RELEASES)
target_stm32f722xe(SPEEDYBEEF7)
target_stm32f303xc(SPRACINGF3NEO SKIP_RELEASES)
@ -1,3 +1,3 @@
target_stm32f405xg(YUPIF4 SKIP_RELEASES)
target_stm32f405xg(YUPIF4MINI SKIP_RELEASES)
target_stm32f405xg(YUPIF4R2 SKIP_RELEASES)
target_stm32f722xe(YUPIF7)