Skip to content

Commit

Permalink
🔨 Use Newer Platform & Toolchain for STM32G0
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed Dec 28, 2023
1 parent cc641d7 commit 9f378b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ini/stm32g0.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ build_flags = -DPIN_WIRE_SCL=PB3 -DPIN_WIRE_SDA=PB4
#
[env:BTT_EBB42_V1_1_filament_extruder]
extends = stm32_variant
platform = ststm32@~14.1.0
platform = ststm32@~17.1.0
platform_packages = framework-arduinoststm32@~4.20600.231001
toolchain-gccarmnoneeabi@1.100301.220327
toolchain-gccarmnoneeabi@1.120301.0
board = marlin_BTT_EBB42_V1_1
board_build.offset = 0x0000
board_upload.offset_address = 0x08000000
Expand All @@ -47,9 +47,9 @@ upload_command = dfu-util -a 0 -s 0x08000000:leave -D "$SOURCE"
#
[env:STM32G0B1RE_btt]
extends = stm32_variant
platform = ststm32@~14.1.0
platform = ststm32@~17.1.0
platform_packages = framework-arduinoststm32@~4.20600.231001
toolchain-gccarmnoneeabi@1.100301.220327
toolchain-gccarmnoneeabi@1.120301.0
board = marlin_STM32G0B1RE
board_build.offset = 0x2000
board_upload.offset_address = 0x08002000
Expand Down Expand Up @@ -104,9 +104,9 @@ upload_protocol = custom
#
[env:STM32G0B1VE_btt]
extends = stm32_variant
platform = ststm32@~14.1.0
platform = ststm32@~17.1.0
platform_packages = framework-arduinoststm32@~4.20600.231001
toolchain-gccarmnoneeabi@1.100301.220327
toolchain-gccarmnoneeabi@1.120301.0
board = marlin_STM32G0B1VE
board_build.offset = 0x2000
board_upload.offset_address = 0x08002000
Expand Down

0 comments on commit 9f378b5

Please sign in to comment.