Env mega2560ext adds pins 70-85 (#19022)
This commit is contained in:
parent
a4809b3a47
commit
64e181979c
3 changed files with 488 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue