zephyr/modules/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
..
platform openthread: fix logging configuration 2025-01-28 14:13:31 +01:00
CMakeLists.txt modules: openthread: Add of spinel hdlc rcp host interface 2024-11-27 10:37:21 -05:00
Kconfig
Kconfig.features net: openthread: Add modcarrier command to OT diag module. 2024-12-04 12:10:11 +01:00
Kconfig.thread net: openthread: Add openthread tcat multiradio config. 2024-12-19 12:36:54 +01:00