Split up platformio.ini (#21507)

This commit is contained in:
Scott Lahteine
2021-04-01 21:53:19 -05:00
committed by GitHub
parent 0dde8f8968
commit 3229100025
14 changed files with 1504 additions and 1441 deletions

27
ini/samd51.ini Normal file
View File

@ -0,0 +1,27 @@
#
# Marlin Firmware
# PlatformIO Configuration File
#
#################################
# #
# SAMD51 Architecture #
# #
#################################
#
# Adafruit Grand Central M4 (Atmel SAMD51P20A ARM Cortex-M4)
#
[env:SAMD51_grandcentral_m4]
platform = atmelsam
board = adafruit_grandcentral_m4
build_flags = ${common.build_flags} -std=gnu++17
build_unflags = -std=gnu++11
src_filter = ${common.default_src_filter} +<src/HAL/SAMD51>
lib_deps = ${common.lib_deps}
SoftwareSerialM
Adafruit SPIFlash
extra_scripts = ${common.extra_scripts}
pre:buildroot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py
custom_marlin.SDSUPPORT = SdFat - Adafruit Fork
debug_tool = jlink