-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
🔨 Update SAMD51 build deps
- Loading branch information
1 parent
a4a0887
commit 35a03d6
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,12 @@ | |
[env:SAMD51_grandcentral_m4] | ||
platform = atmelsam | ||
board = adafruit_grandcentral_m4 | ||
build_flags = ${common.build_flags} -std=gnu++17 | ||
build_flags = ${common.build_flags} -std=gnu++17 -DUSE_TINYUSB | ||
build_unflags = -std=gnu++11 | ||
build_src_filter = ${common.default_src_filter} +<src/HAL/SAMD51> | ||
lib_deps = ${common.lib_deps} | ||
SoftwareSerialM | ||
Adafruit TinyUSB Library | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
thisiskeithb
Member
|
||
extra_scripts = ${common.extra_scripts} | ||
pre:buildroot/share/PlatformIO/scripts/SAMD51_grandcentral_m4.py | ||
custom_marlin.HAS_MEDIA = SdFat - Adafruit Fork, Adafruit SPIFlash | ||
|
Sorry for the random drive by comment: Doesn't the spaces mean that they're treated as 3 different libraries and thus they likely don't exist and get ignored?