Browse Source
Fix Grand Central SD dependency (#21660)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
vanilla_fb_2.0.x
Axel Sepúlveda
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
ini/samd51.ini
|
@ -20,8 +20,7 @@ build_unflags = -std=gnu++11 |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/SAMD51> |
|
|
src_filter = ${common.default_src_filter} +<src/HAL/SAMD51> |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
SoftwareSerialM |
|
|
SoftwareSerialM |
|
|
Adafruit SPIFlash |
|
|
|
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
pre:buildroot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py |
|
|
pre:buildroot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py |
|
|
custom_marlin.SDSUPPORT = SdFat - Adafruit Fork |
|
|
custom_marlin.SDSUPPORT = SdFat - Adafruit Fork, Adafruit SPIFlash |
|
|
debug_tool = jlink |
|
|
debug_tool = jlink |
|
|