⬆️ Assert newer GCC in PIO via atmelavr@~3.4 (#23432)

This commit is contained in:
Jason Smith
2022-01-02 21:27:22 -08:00
committed by Scott Lahteine
parent 2faf4e2a99
commit 4efe4788af
13 changed files with 49 additions and 177 deletions

View File

@ -42,7 +42,6 @@ extra_scripts = ${common.extra_scripts}
# STM32F103RC
#
[common_STM32F103RC_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
monitor_speed = 115200
@ -51,7 +50,6 @@ monitor_speed = 115200
# MEEB_3DP (STM32F103RCT6 with 512K)
#
[env:STM32F103RC_meeb]
platform = ${common_stm32f1.platform}
extends = common_STM32F103RC_maple
board = marlin_MEEB_3DP
build_flags = ${common_stm32f1.build_flags}
@ -75,7 +73,6 @@ upload_protocol = dfu
# FYSETC STM32F103RC
#
[env:STM32F103RC_fysetc_maple]
platform = ${common_stm32f1.platform}
extends = common_STM32F103RC_maple
extra_scripts = ${common_stm32f1.extra_scripts}
buildroot/share/PlatformIO/scripts/STM32F103RC_fysetc.py
@ -91,7 +88,6 @@ upload_protocol = serial
# STM32F103RC_btt_USB_maple ......... RCT6 with 256K (USB mass storage)
#
[env:STM32F103RC_btt_maple]
platform = ${common_stm32f1.platform}
extends = common_STM32F103RC_maple
board_build.address = 0x08007000
board_build.ldscript = STM32F103RC_SKR_MINI_256K.ld
@ -102,7 +98,6 @@ build_flags = ${common_stm32f1.build_flags}
monitor_speed = 115200
[env:STM32F103RC_btt_USB_maple]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RC_btt_maple
build_flags = ${env:STM32F103RC_btt_maple.build_flags} -DUSE_USB_COMPOSITE
lib_deps = ${env:STM32F103RC_btt_maple.lib_deps}
@ -112,7 +107,6 @@ lib_deps = ${env:STM32F103RC_btt_maple.lib_deps}
# Generic STM32F103RE environment
#
[env:STM32F103RE_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RE
monitor_speed = 115200
@ -121,7 +115,6 @@ monitor_speed = 115200
# Creality (STM32F103RET6)
#
[env:STM32F103RET6_creality_maple]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RE_maple
build_flags = ${common_stm32f1.build_flags} -DTEMP_TIMER_CHAN=4
board_build.address = 0x08007000
@ -139,7 +132,6 @@ upload_protocol = jlink
# STM32F103RE_btt_USB_maple ......... RET6 (USB mass storage)
#
[env:STM32F103RE_btt_maple]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RE_maple
board_build.address = 0x08007000
board_build.ldscript = STM32F103RE_SKR_MINI_512K.ld
@ -150,7 +142,6 @@ debug_tool = stlink
upload_protocol = stlink
[env:STM32F103RE_btt_USB_maple]
platform = ${common_stm32f1.platform}
extends = env:STM32F103RE_btt_maple
build_flags = ${env:STM32F103RE_btt_maple.build_flags} -DUSE_USB_COMPOSITE
lib_deps = ${common_stm32f1.lib_deps}
@ -160,7 +151,6 @@ lib_deps = ${common_stm32f1.lib_deps}
# Geeetech GTM32 (STM32F103VET6)
#
[env:STM32F103VE_GTM32]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
build_flags = ${common_stm32f1.build_flags}
@ -174,7 +164,6 @@ upload_protocol = serial
# Longer 3D board in Alfawise U20 (STM32F103VET6)
#
[env:STM32F103VE_longer_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
board_build.address = 0x08010000
@ -191,7 +180,6 @@ build_unflags = ${common_stm32f1.build_unflags}
# MKS Robin Mini (STM32F103VET6)
#
[env:mks_robin_mini_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
extra_scripts = ${common_stm32f1.extra_scripts}
@ -203,7 +191,6 @@ build_flags = ${common_stm32f1.build_flags}
# MKS Robin Nano (STM32F103VET6)
#
[env:mks_robin_nano35_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
extra_scripts = ${common_stm32f1.extra_scripts}
@ -217,7 +204,6 @@ upload_protocol = jlink
# MKS Robin (STM32F103ZET6)
#
[env:mks_robin_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103ZE
extra_scripts = ${common_stm32f1.extra_scripts}
@ -229,7 +215,6 @@ build_flags = ${common_stm32f1.build_flags}
# MKS Robin Pro (STM32F103ZET6)
#
[env:mks_robin_pro_maple]
platform = ${common_stm32f1.platform}
extends = env:mks_robin_maple
extra_scripts = ${common_stm32f1.extra_scripts}
buildroot/share/PlatformIO/scripts/mks_robin_pro.py
@ -238,7 +223,6 @@ extra_scripts = ${common_stm32f1.extra_scripts}
# TRIGORILLA PRO (STM32F103ZET6)
#
[env:trigorilla_pro_maple]
platform = ${common_stm32f1.platform}
extends = env:mks_robin_maple
extra_scripts = ${common_stm32f1.extra_scripts}
@ -247,7 +231,6 @@ extra_scripts = ${common_stm32f1.extra_scripts}
# MKS Robin E3 with TMC2209
#
[env:mks_robin_e3_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
extra_scripts = ${common_stm32f1.extra_scripts}
@ -260,7 +243,6 @@ build_flags = ${common_stm32f1.build_flags}
# - LVGL UI
#
[env:mks_robin_e3p_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
extra_scripts = ${common_stm32f1.extra_scripts}
@ -274,7 +256,6 @@ upload_protocol = jlink
# MKS Robin Lite/Lite2 (STM32F103RCT6)
#
[env:mks_robin_lite_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
extra_scripts = ${common_stm32f1.extra_scripts}
@ -284,7 +265,6 @@ extra_scripts = ${common_stm32f1.extra_scripts}
# MKS ROBIN LITE3 (STM32F103RCT6)
#
[env:mks_robin_lite3_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103RC
extra_scripts = ${common_stm32f1.extra_scripts}
@ -294,7 +274,6 @@ extra_scripts = ${common_stm32f1.extra_scripts}
# JGAurora A5S A1 (STM32F103ZET6)
#
[env:jgaurora_a5s_a1_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103ZE
board_build.address = 0x0800A000
@ -309,7 +288,6 @@ build_flags = ${common_stm32f1.build_flags}
# Malyan M200 (STM32F103CB)
#
[env:STM32F103CB_malyan_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = marlin_malyanM200
build_flags = ${common_stm32f1.build_flags}
@ -322,7 +300,6 @@ lib_ignore = ${common_stm32f1.lib_ignore}
# Chitu boards like Tronxy X5s (STM32F103ZET6)
#
[env:chitu_f103_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = marlin_CHITU_F103
extra_scripts = ${common_stm32f1.extra_scripts}
@ -338,7 +315,6 @@ build_unflags = ${common_stm32f1.build_unflags}
# Use this target if G28 or G29 are always failing.
#
[env:chitu_v5_gpio_init_maple]
platform = ${common_stm32f1.platform}
extends = env:chitu_f103_maple
build_flags = ${env:chitu_f103_maple.build_flags} -DCHITU_V5_Z_MIN_BUGFIX
@ -346,7 +322,6 @@ build_flags = ${env:chitu_f103_maple.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
@ -364,7 +339,6 @@ build_flags = ${common_stm32f1.build_flags}
# STM32F103VE_ZM3E4V2_USB_maple ......... VET6 with 512K
#
[ZONESTAR_ZM3E_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
platform_packages = tool-stm32duino
board_build.address = 0x08005000
@ -380,20 +354,17 @@ lib_deps = ${common_stm32f1.lib_deps}
lib_ignore = Adafruit NeoPixel, SPI, SailfishLCD, SailfishRGB_LED, SlowSoftI2CMaster, TMCStepper
[env:STM32F103RC_ZM3E2_USB_maple]
platform = ${ZONESTAR_ZM3E_maple.platform}
extends = ZONESTAR_ZM3E_maple
board = genericSTM32F103RC
board_build.ldscript = ZONESTAR_ZM3E_256K.ld
[env:STM32F103VC_ZM3E4_USB_maple]
platform = ${ZONESTAR_ZM3E_maple.platform}
extends = ZONESTAR_ZM3E_maple
board = genericSTM32F103VC
board_build.ldscript = ZONESTAR_ZM3E_256K.ld
build_flags = ${ZONESTAR_ZM3E_maple.build_flags} -DTONE_TIMER=1 -DTONE_CHANNEL=2
[env:STM32F103VE_ZM3E4V2_USB_maple]
platform = ${ZONESTAR_ZM3E_maple.platform}
extends = ZONESTAR_ZM3E_maple
board = genericSTM32F103VE
board_build.ldscript = ZONESTAR_ZM3E_512K.ld
@ -404,7 +375,6 @@ board_upload.maximum_size = 499712
# ERYONE ERY32 Mini (STM32F103VET6)
#
[env:ERYONE_ERY32_MINI_maple]
platform = ${common_stm32f1.platform}
extends = common_stm32f1
board = genericSTM32F103VE
build_flags = ${common_stm32f1.build_flags}