forked from MarlinFirmware/Marlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Assert newer GCC in PIO via atmelavr@~3.4 (MarlinFirmware#23432)
- Loading branch information
1 parent
2faf4e2
commit 4efe478
Showing
13 changed files
with
49 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,10 @@ monitor_speed = 250000 | |
#board_build.flash_mode = qio | ||
|
||
[env:FYSETC_E4] | ||
platform = [email protected] | ||
extends = env:esp32 | ||
board_build.partitions = default_16MB.csv | ||
|
||
[env:PANDA] | ||
platform = [email protected] | ||
extends = env:esp32 | ||
build_flags = ${env:esp32.build_flags} -DUSE_ESP32_EXIO -DUSE_ESP32_TASK_WDT | ||
lib_deps = ${common.lib_deps} | ||
|
@@ -40,5 +38,4 @@ monitor_speed = 115200 | |
|
||
[env:mks_tinybee] | ||
extends = env:esp32 | ||
platform = [email protected] | ||
board_build.partitions = default_8MB.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.