zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.61k stars 6.5k forks source link

croxel_cx1825 fails to build samples which require arduino_header #74889

Closed aescolar closed 3 months ago

aescolar commented 3 months ago

Describe the bug Samples which require the DT node arduino_header fail to build in the croxel_cx1825 The board claims support for arduino_i2c & arduino_gpio in its twister yaml, but with those several samples which filter on those tags and require arduino_header will fail to build.

To Reproduce Steps to reproduce the behavior:

  1. twister -p croxel_cx1825/nrf52840 -T samples/shields/x_nucleo_iks4a1/
  2. See errors

Same for samples/sensor/amg88xx/sample.sensor.amg88xx.amg88xx_eval_kit

Expected behavior No build failures, or tags which properly filter this board out of these tests.

Impact 11 failures in weekly CI related to this.

Logs and console output

devicetree error: /soc/i2c@40003000/lsm6dso16is@6a: undefined node label 'arduino_header'

Environment (please complete the following information):

ubieda commented 3 months ago

Looking now. Thanks for tagging me, @aescolar