zephyr/modules/openthread
Robert Lubos c63ca134c6 net: openthread: Fix tasklet error printed on boot
OpenThread tries to signal pending tasklets during initialization, which
currently generate an error, as the work queue configured to handle
tasklets is initialized later. This is not a fatal issue, as the
initialization code on the Zephyr side triggers a work item immediately
after the work queue was initialized, but it doesn't look good to have
errors printed on boot.

Therefore, move the work queue initialization before the OpenThread
stack initialization, so that tasklets triggered from OT side can be
signalled properly w/o an error.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-06-09 14:59:35 -07:00
..
include openthread: Fix OpenThread independence from Zephyr network. 2025-06-03 14:48:56 +01:00
platform openthread: Add Kconfigs for packet TX time and carrier functions 2025-05-30 16:35:39 +02:00
CMakeLists.txt openthread: Fix OpenThread independence from Zephyr network. 2025-06-03 14:48:56 +01:00
Kconfig openthread: Add Kconfigs for packet TX time and carrier functions 2025-05-30 16:35:39 +02:00
Kconfig.features
Kconfig.thread secure_storage: add a global registry header file for PSA key IDs 2025-02-13 20:22:09 +01:00
openthread_utils.c openthread: Fix OpenThread independence from Zephyr network. 2025-06-03 14:48:56 +01:00
openthread.c net: openthread: Fix tasklet error printed on boot 2025-06-09 14:59:35 -07:00
shell.c openthread: Add header for OpenThread module 2025-05-30 10:26:44 +02:00