Closed
Description
When building a project that does not use the Arduino API Module, it is still selected and built:
ZEPHYR_ARDUINO_API_MODULE(=y)
menu "arduino-api (/home/mike/compile/golioth-zephyr-workspace/modules/lib/Arduino-Zephyr-API)"
We should check that the KConfig for this symbol defaults to n
To reproduce
- Go to the zephyr drectory
west build -b arduino_nano_33_ble samples/basic/minimal/ -p
- Build will fail with devicetree errors
west build -t menuconfig
/arduino
will pull up a search that shows the Arduino API Module is enabled but it should not be.
Metadata
Metadata
Assignees
Labels
No labels