Env mega2560ext adds pins 70-85 (#19022)

This commit is contained in:
ellensp 2020-08-20 12:18:39 +12:00 committed by GitHub
parent a4809b3a47
commit 64e181979c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 488 additions and 4 deletions

View file

@ -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