zephyr/subsys/net/l2/openthread
Maciej Baczmanski 341359568f openthread: fix logging configuration
Currently, `CONFIG_OPENTHREAD_LOG_LEVEL` is used to set log level
in OT and register log modules in Zephyr. OpenThread allows 5
levels, causing issues when `OPENTHREAD_LOG_LEVEL_DEBG` is
selected ad we are trying to register modules with unknown lvl.

This commit adds `CONFIG_OPENTHREAD_MODULE_LOG_LEVEL` which is
aligned for Zephyr's log levels.

Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
2025-01-28 14:13:31 +01:00
..
CMakeLists.txt
Kconfig openthread: fix logging configuration 2025-01-28 14:13:31 +01:00
openthread_utils.c net: openthread: Fix the handling of address state changes 2024-08-20 19:42:13 -04:00
openthread_utils.h
openthread.c net: Added configuring child timeouts on openthread start 2025-01-24 08:39:05 +01:00