Rename, clean up boards/variants (#21655)

* Consolidate variant scripts
* Rename Marlin-local boards
* Simplify variants where possible
* Rename variants
* CHITU_F103 and MEEB_3DP: Maple platform `platformio-build-stm32f1.py` uses the 'board' name, not 'board_build.variant' so folder names match 'board' and not `board_build.variant`.
This commit is contained in:
Scott Lahteine 2021-04-27 04:49:21 -05:00 committed by GitHub
parent 69d85cce2d
commit ee016e605c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
167 changed files with 340 additions and 840 deletions

View file

@ -35,9 +35,9 @@ board = megaatmega2560
[env:mega2560ext]
platform = atmelavr
extends = env:mega2560
board_build.variant = megaextendedpins
board_build.variant = MARLIN_MEGA_EXTENDED
extra_scripts = ${common.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/copy_marlin_variant_to_framework.py
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
#
# ATmega1280
@ -52,9 +52,9 @@ board = megaatmega1280
#
[mega_extended_optimized]
extends = common_avr8
board_build.variant = megaextendedpins
board_build.variant = MARLIN_MEGA_EXTENDED
extra_scripts = ${common.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/copy_marlin_variant_to_framework.py
pre:buildroot/share/PlatformIO/scripts/generic_create_variant.py
upload_speed = 57600
build_flags = ${common.build_flags} -fno-tree-scev-cprop -fno-split-wide-types -Wl,--relax -mcall-prologues
@ -88,7 +88,7 @@ board = reprap_rambo
[env:FYSETC_F6]
platform = atmelavr
extends = common_avr8
board = fysetc_f6
board = fysetc_f6_13
#
# Sanguinololu (ATmega644p)
@ -161,7 +161,7 @@ build_flags = ${tuned_1284p.build_flags}
[env:at90usb1286_cdc]
platform = teensy
extends = common_avr8
board = at90usb1286
board = marlin_at90usb1286
lib_ignore = ${env:common_avr8.lib_ignore}, Teensy_ADC, NativeEthernet
#