mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 07:15:02 -06:00
⬆️ Assert newer GCC in PIO via atmelavr@~3.4 (#23432)
This commit is contained in:
parent
6fd48a9881
commit
554a2fc84a
13 changed files with 49 additions and 177 deletions
|
@ -23,17 +23,17 @@
|
|||
# BigTree SKR mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
|
||||
#
|
||||
[env:STM32G0B1RE_btt]
|
||||
platform = ststm32@~14.1.0
|
||||
platform_packages = framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/main.zip
|
||||
extends = stm32_variant
|
||||
board = marlin_STM32G0B1RE
|
||||
extends = stm32_variant
|
||||
platform = ststm32@~14.1.0
|
||||
platform_packages = framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32/archive/main.zip
|
||||
board = marlin_STM32G0B1RE
|
||||
board_build.offset = 0x2000
|
||||
board_upload.offset_address = 0x08002000
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DADC_RESOLUTION=12
|
||||
-DPIN_SERIAL4_RX=PC_11 -DPIN_SERIAL4_TX=PC_10
|
||||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024
|
||||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4
|
||||
-DSTEP_TIMER_IRQ_PRIO=0
|
||||
upload_protocol = stlink
|
||||
debug_tool = stlink
|
||||
build_flags = ${stm32_variant.build_flags}
|
||||
-DADC_RESOLUTION=12
|
||||
-DPIN_SERIAL4_RX=PC_11 -DPIN_SERIAL4_TX=PC_10
|
||||
-DSERIAL_RX_BUFFER_SIZE=1024 -DSERIAL_TX_BUFFER_SIZE=1024
|
||||
-DTIMER_SERVO=TIM3 -DTIMER_TONE=TIM4
|
||||
-DSTEP_TIMER_IRQ_PRIO=0
|
||||
upload_protocol = stlink
|
||||
debug_tool = stlink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue