Env mega2560ext adds pins 70-85 (#19022)
This commit is contained in:
@@ -406,9 +406,20 @@ src_filter = ${common.default_src_filter} +<src/HAL/AVR>
|
||||
# ATmega2560
|
||||
#
|
||||
[env:mega2560]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
|
||||
#
|
||||
# ATmega2560 with extended pins 70-85 defined
|
||||
#
|
||||
[env:mega2560ext]
|
||||
platform = atmelavr
|
||||
extends = mega2560
|
||||
board = megaatmega2560
|
||||
board_build.variant = megaextendedpins
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
pre:buildroot/share/PlatformIO/scripts/copy_marlin_variant_to_framework.py
|
||||
|
||||
#
|
||||
# ATmega1280
|
||||
|
||||
Reference in New Issue
Block a user