Replies: 1 comment 1 reply
-
As far as I understand you should have gotten a warning in KConfig when enabling Normally when I experience missing device tree instances I check if I get any warnings from KConfig in my build. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have esp32-c6-devkit-1 board. it has a led strip connected to regular gpio pin and I wanted to use ws2812_gpio.c. I got error __device_dts_ord_7.
Why/How device tree compiler not failing? I think it should not be able to compile at first place, if my board is not in the supported boards list. As of now error occurs on final linking stage. It seems weird to me
Beta Was this translation helpful? Give feedback.
All reactions