zephyr/subsys/lorawan
Jordan Yates bf3872a05c lorawan: initialise data structures earlier
Now that `lorawan_init` only initialises data structures and does not
start the stack or communicate with a physical device, run the init as
soon as possible. This allows `lorawan_register_downlink_callback` to
be called much earlier by other init functions.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-06-01 13:44:16 -04:00
..
nvm
services init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
CMakeLists.txt lorawan: add common backend for services 2023-01-23 10:05:49 +00:00
Kconfig lorawan: add common backend for services 2023-01-23 10:05:49 +00:00
lorawan.c lorawan: initialise data structures earlier 2023-06-01 13:44:16 -04:00
lw_priv.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
lw_priv.h