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.77k stars 6.57k forks source link

drivers: hwinfo: Build fails on some SoC #22979

Closed alexanderwachter closed 4 years ago

alexanderwachter commented 4 years ago

Describe the bug The hwinfo driver does not build for:

To Reproduce Build with one of those socks mentioned above

Expected behavior Should build on every SoC that has a device-ID

Impact annoyance. We want to declare the API as stabe, so it has to build for every supported SoC.

alexanderwachter commented 4 years ago

Fix: #22947