Skip to content

Commit

Permalink
found another way to fix the linker issue with the ZeroDMA library: a…
Browse files Browse the repository at this point in the history
…dding "lib_archive = false"
  • Loading branch information
RudolphRiedel committed Apr 22, 2022
1 parent 086ce02 commit dfc9087
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/EVE_Test_Arduino_PlatformIO/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ build_flags =

[env:adafruit_metro_m4]
platform = atmelsam
lib_deps = ${env.lib_deps}
adafruit/Adafruit Zero DMA Library
lib_archive = false
upload_protocol = sam-ba
board = adafruit_metro_m4
build_flags =
Expand Down

0 comments on commit dfc9087

Please sign in to comment.