adafruit / Adafruit_ZeroDMA

DMA helper/wrapped for ATSAMD21 such as Arduino Zero & Feather M0
MIT License
58 stars 23 forks source link

compiler.h missing from utility directory #4

Closed deadmoo83 closed 7 years ago

deadmoo83 commented 7 years ago

\Documents\Arduino\libraries\Adafruit_ZeroDMA/utility/dma.h:319:22: fatal error: compiler.h: No such file or directory

PaintYourDragon commented 7 years ago

Installing Adafruit_ASFcore should take care of this in the interim until a proper patch is devised.

PaintYourDragon commented 7 years ago

Adafruit_ASFcore is definitely a prerequisite library. README had been updated appropriately, that'll be the preferred method going forward. Thanks!