Adafruit Grand Central M4 (#14749)
This commit is contained in:
committed by
Scott Lahteine
parent
fec52e61ea
commit
290466578f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user