Adafruit Grand Central M4 (#14749)

This commit is contained in:
Giuliano Zaro
2019-07-28 21:48:29 +02:00
committed by Scott Lahteine
parent fec52e61ea
commit 290466578f
125 changed files with 2555 additions and 99 deletions

View File

@@ -617,3 +617,17 @@ lib_ldf_mode = off
lib_deps =
extra_scripts =
src_filter = ${common.default_src_filter} +<src/HAL/HAL_LINUX>
#
# Adafruit Grand Central M4 (Atmel SAMD51P20A ARM Cortex-M4)
#
[env:adafruit_grandcentral_m4]
platform = atmelsam
board = adafruit_grandcentral_m4
framework = arduino
build_flags = ${common.build_flags}
-Wl,-Map,$BUILD_DIR/firmware.map -Wl,--cref
lib_deps = ${common.lib_deps}
lib_ignore = U8glib-HAL
c1921b4
src_filter = ${common.default_src_filter} +<src/HAL/HAL_SAMD51>