🔨 Move FLY_MINI env to stm32f1.ini
This commit is contained in:
parent
5ceccc95a8
commit
c207111cc6
|
@ -381,6 +381,20 @@ board = genericSTM32F103RC
|
||||||
extra_scripts = ${common_stm32f1.extra_scripts}
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
||||||
buildroot/share/PlatformIO/scripts/mks_robin_lite3.py
|
buildroot/share/PlatformIO/scripts/mks_robin_lite3.py
|
||||||
|
|
||||||
|
#
|
||||||
|
# FLY MINI (STM32F103RCT6)
|
||||||
|
#
|
||||||
|
[env:FLY_MINI]
|
||||||
|
platform = ${common_stm32f1.platform}
|
||||||
|
extends = common_stm32f1
|
||||||
|
board = genericSTM32F103RC
|
||||||
|
board_build.address = 0x08005000
|
||||||
|
board_build.ldscript = fly_mini.ld
|
||||||
|
extra_scripts = ${common_stm32f1.extra_scripts}
|
||||||
|
buildroot/share/PlatformIO/scripts/custom_board.py
|
||||||
|
build_flags = ${common_stm32f1.build_flags}
|
||||||
|
-DDEBUG_LEVEL=0 -DSS_TIMER=4
|
||||||
|
|
||||||
#
|
#
|
||||||
# JGAurora A5S A1 (STM32F103ZET6)
|
# JGAurora A5S A1 (STM32F103ZET6)
|
||||||
#
|
#
|
||||||
|
|
|
@ -68,20 +68,6 @@ build_flags = ${common_stm32.build_flags}
|
||||||
extra_scripts = ${common.extra_scripts}
|
extra_scripts = ${common.extra_scripts}
|
||||||
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
|
||||||
|
|
||||||
#
|
|
||||||
# FLY MINI (STM32F103RCT6)
|
|
||||||
#
|
|
||||||
[env:FLY_MINI]
|
|
||||||
platform = ${common_stm32f1.platform}
|
|
||||||
extends = common_stm32f1
|
|
||||||
board = genericSTM32F103RC
|
|
||||||
board_build.address = 0x08005000
|
|
||||||
board_build.ldscript = fly_mini.ld
|
|
||||||
extra_scripts = ${common_stm32f1.extra_scripts}
|
|
||||||
buildroot/share/PlatformIO/scripts/custom_board.py
|
|
||||||
build_flags = ${common_stm32f1.build_flags}
|
|
||||||
-DDEBUG_LEVEL=0 -DSS_TIMER=4
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# FYSETC S6 (STM32F446RET6 ARM Cortex-M4)
|
# FYSETC S6 (STM32F446RET6 ARM Cortex-M4)
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue