Replies: 4 comments
-
Zephyr uses a lot of companion project. In general, each SoC have a hal_ that define low level. |
Beta Was this translation helpful? Give feedback.
-
I also can't seem to find this header anywhere. Also not to be mean, but including a link to the getting started guide does not answer the question and is condescending at best. |
Beta Was this translation helpful? Give feedback.
-
You would typically find these files in the HAL for your particular SOC. It's not part of the Zephyr source tree, but rather one of the modules pulled by west in your workspace. Look for |
Beta Was this translation helpful? Give feedback.
-
It's on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I see in many .dts files it has the following include line at the top, but I can't seem to find this file located anywhere. Is this some remaining line from an older commit or am I just missing some important information here?
#include <dt-bindings/pinctrl/samd21-da1gXabcd-pinctrl.h>
Beta Was this translation helpful? Give feedback.
All reactions