Support for FLY MINI (#19185)

This commit is contained in:
石立枫
2020-10-09 19:09:27 +08:00
committed by Scott Lahteine
parent 8143d70829
commit 0b13608bad
7 changed files with 219 additions and 1 deletions

View File

@@ -1125,6 +1125,19 @@ build_flags = ${common_stm32.build_flags}
extra_scripts = ${common.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
#
# FLY MINI(stm32f103rct6)
#
[env:FLY_MINI]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
platform_packages = tool-stm32duino
extra_scripts = ${common.extra_scripts}
buildroot/share/PlatformIO/scripts/fly_mini.py
build_flags = ${common_stm32f1.build_flags}
-DDEBUG_LEVEL=0 -DSS_TIMER=4
#
# FYSETC S6 (STM32F446VET6 ARM Cortex-M4)
#