-
Hey, I developed an ethernet driver for our custom board and I included ETH_NET_DEVICE_DT_INST_DEFINE macro at the end of the file: ETH_NET_DEVICE_DT_INST_DEFINE(n, I see that the entry function kinetis_ethernet_xsight_eth_init I passed in ETH_NET_DEVICE_DT_INST_DEFINE macro s being called in debugging. That's my api_funcs struct: I see that zephyr doesn't call api_funcs.iface_api.init (kinetis_ethernet_xsight_eth_iface_init) function and the context's iface remains empty for my driver. Does someone maybe know what can cause this problem ? Thanks, |
Beta Was this translation helpful? Give feedback.
closed