parent
6f9194eb29
commit
b44d4746c8
@ -342,3 +342,17 @@ build_unflags = ${common_stm32f1.build_unflags}
|
|||||||
platform = ${common_stm32f1.platform}
|
platform = ${common_stm32f1.platform}
|
||||||
extends = env:chitu_f103
|
extends = env:chitu_f103
|
||||||
build_flags = ${env:chitu_f103.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
|
build_flags = ${env:chitu_f103.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
|
||||||
|
|
||||||
|
#
|
||||||
|
# FLYmaker FLY Mini (STM32F103RCT6)
|
||||||
|
#
|
||||||
|
[env:FLY_MINI_maple]
|
||||||
|
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
|
||||||
|
@ -261,7 +261,7 @@ build_flags = ${common_stm32.build_flags}
|
|||||||
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
src_filter = ${common.default_src_filter} +<src/HAL/STM32>
|
||||||
|
|
||||||
#
|
#
|
||||||
# FLY Mini (STM32F103RCT6)
|
# FLYmaker FLY Mini (STM32F103RCT6)
|
||||||
#
|
#
|
||||||
[env:FLY_MINI]
|
[env:FLY_MINI]
|
||||||
platform = ${common_stm32.platform}
|
platform = ${common_stm32.platform}
|
||||||
|
Loading…
Reference in New Issue
Block a user