Add support for Zephyr based boards such as UNO Q#103
Add support for Zephyr based boards such as UNO Q#103KurtE wants to merge 1 commit intoadafruit:masterfrom
Conversation
Same issue as the ST7735 library: adafruit/Adafruit-ST7735-Library#222 The zephyr boards do not define pins_arduino.h nor wiring_private.h So updated the file to exclude them in much the same was as UNO R4 boards.
|
@KurtE |
I totally agree! Which is why I opened up issue: Note: I tried earlier (MBED versions) and it was denied. |
add empty files: wiring_private.h pins_arduino.h resolves: arduino#393 Also mentioned in a pull request against one of the Adafruit libraries: adafruit/Adafruit_ILI9341#103 Which has not been touched for several months.
Same issue as the ST7735 library:
adafruit/Adafruit-ST7735-Library#222
The zephyr boards do not define pins_arduino.h nor wiring_private.h So updated the file to exclude
them in much the same was as UNO R4 boards.
Verified it built for Portenta H7 running Zephyr. Ran the graphics test after updating the pin number
It ran fine.