32bitSaviour
DIIDevHeads IoT Integration Server
•Created by melta101 on 12/23/2024 in #📦-middleware-and-os
How to Configure DTS and Struct for SPI Controller Driver with Child Nodes in Zephyr?
What if you define a struct for a child node. Then in your config you have an array of the children like so
const struct spi_children_dev childs[4];
. This way you could parse the device tree and initialize each child node. What if.19 replies