device tree
Massimiliano Cialdi
As explained here https://www.zephyrproject.org/doc/1.8.0/application/application.html#application-structure
I have ceated a directory My-app and the src -- <baseDir> |-- My-app | |-- src |-- zephyr |-- dts : If I have to write devicetree files to support my board can I add a subdirectory in My-app? -- <baseDir> |-- My-app | |-- src | |-- dts |-- zephyr |-- dts : Or do I have to work in <baseDir>/zephyr/dts? best regards Max
|
|