mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 07:51:57 +00:00
There's a lot of code which assumes net_if_get_link_addr(iface)->addr Forgetting to set it leads to deferred, spectacular crashes. It's impractical to assert it on every usage. So, instead let's assert it after call to driver->init(), as that is supposed to set it. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> |
||
---|---|---|
.. | ||
app_memory | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
storage | ||
usb | ||
CMakeLists.txt | ||
Kconfig |