zephyrproject-rtos/arduino-core-zephyr

Builds fail if variant does not have any GPIOs

Opened this issue · 1 comments

Add conditional compilation for all relevant GPIO implementations, so that in the absence of GPIOs the builds don't just fail.
This will especially help in adding variants like am62x_m4 that don't yet have GPIO support.

As part of cleanup, I think each variant should have it's own config based on what features it is supporting and we should obey that config