mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-10 07:15:02 -06:00
🔨 Require PIO >= 6.0.1 (#24205)
This commit is contained in:
parent
b523ddf1b2
commit
6a880280e4
13 changed files with 71 additions and 71 deletions
|
@ -18,7 +18,7 @@ build_flags = ${common.build_flags}
|
|||
-DTIM_IRQ_PRIO=13
|
||||
-DADC_RESOLUTION=12
|
||||
build_unflags = -std=gnu++11
|
||||
src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/backtrace>
|
||||
build_src_filter = ${common.default_src_filter} +<src/HAL/STM32> +<src/HAL/shared/backtrace>
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
pre:buildroot/share/PlatformIO/scripts/stm32_serialbuffer.py
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue