Closed
Description
My library uses standard avr-libc headers provided by the Arduino IDE normally, and the lack of these headers is breaking the CI workflow.
fatal error: avr/io.h: No such file or directory
fatal error: avr/wdt.h: No such file or directory
fatal error: util/atomic.h: No such file or directory
How can I add appropriate scripting to ensure they're provided?
Also, independently, I need to prevent the workflow from attempting to compile against the ESP8266, as it is AVR only library.
How can that be done?
Error during build: Error resolving FQBN: getting build properties for board esp8266:esp8266:huzzah: invalid option 'FlashSize'
Metadata
Metadata
Assignees
Labels
No labels