mivinci / hugo-theme-minima

A clean and minimal Hugo theme.
https://mivinci.github.io/hugo-theme-minima
MIT License
130 stars 37 forks source link

posts/zephyr-oot-modules/ #61

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

James Delaney's Blog - Creating out-of-tree modules for Zephyr RTOS

https://jdelaney.me/posts/zephyr-oot-modules/

csann commented 2 months ago

How does the project find the driver in the OOT module? As far as I can tell the project is not informed of the location of the OOT module. Does zephyr scan the entire machine? In my case, I have zephyr in ~/. And I have the OOT module and project on my desktop (~/Desktop). As far as I can tell, the project knows nothing about the OOT module.

csann commented 2 months ago

I have not figured out how the CMAKE process works. How does zephyr navigate through all the files, examining all the yaml, yml, KConfig, CMakeList.txt files, and maybe other files to obtain what is needed to build the project. If you can point me to an explanation, I would appreciate it.