🐛 Fix env:STM32F103RE maple/unified split-up (#22019)

Followup to #21999
This commit is contained in:
ellensp
2021-06-03 19:40:16 +12:00
committed by Scott Lahteine
parent c9a3f41152
commit dd0e5c26d1
3 changed files with 43 additions and 16 deletions

View File

@ -57,6 +57,33 @@ extra_scripts = ${common.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
buildroot/share/PlatformIO/scripts/stm32_bootloader.py
#
# STM32F103RE
#
[env:STM32F103RE]
platform = ${common_stm32.platform}
extends = common_stm32
board = genericSTM32F103RE
monitor_speed = 115200
#
# STM32F103VE
#
[env:STM32F103VE]
platform = ${common_stm32.platform}
extends = common_stm32
board = genericSTM32F103VE
monitor_speed = 115200
#
# STM32F103ZE
#
[env:STM32F103ZE]
platform = ${common_stm32.platform}
extends = common_stm32
board = genericSTM32F103ZE
monitor_speed = 115200
[env:STM32F103RC_btt]
platform = ${common_stm32.platform}
extends = common_STM32F103RC