zephyrproject-rtos / gsoc-2022-arduino-core

Arduino Core Zephyr Module (GSoC 2022 Project)
Apache License 2.0
44 stars 11 forks source link

samples: threads: build fails with DT related errors #22

Closed DhruvaG2000 closed 2 years ago

DhruvaG2000 commented 2 years ago

The threads sample throws a huge bunch of errors like:

/home/dhruva/zephyrproject/zephyr/include/zephyr/devicetree.h:81:17: error: 'DT_N_S_zephyr_user_P_d21_gpios_IDX_0_VAL_pin' was not declared in this scope; did you mean 'DT_N_S_zephyr_user_P_pull_up_gpios_IDX_0_VAL_pin'?
   81 | #define DT_ROOT DT_N
      |                 ^~~~