zephyr/modules/openthread
Arkadiusz Balys 1dbe7fa2b8 openthread: Fix OpenThread independence from Zephyr network.
If CONFIG_OPENTHREAD_SYS_INIT is enabled, OpenThread initialisation
should also consider running OpenThread automatically if
CONFIG_OPENTHREAD_MANUAL_START is disabled.

Removed also dependency on the `net_bytes_from_str` functions from
the openthread.h file. Now, in the OpenThread module, there is an
additional `openthread_utils.c/.h` file that can implement useful
utilities for the OpenThread platform. Currently, it implements
the `bytes_from_str` function to use it instead of
`net_bytes_from_str`.

Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
2025-06-03 14:48:56 +01: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 net: openthread: Add modcarrier command to OT diag module. 2024-12-04 12:10:11 +01:00
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 openthread: Fix OpenThread independence from Zephyr network. 2025-06-03 14:48:56 +01:00
shell.c openthread: Add header for OpenThread module 2025-05-30 10:26:44 +02:00