zephyr/subsys/logging/backends
Jukka Rissanen 5a9a39caf3 net: mgmt: Convert the mgmt API to use 64-bit masks
Instead of using 32 bit enum values for event numbers, convert
the code to use 64 bit long bit fields. This means that the
user API is changed to use 64 bit event values instead of 32
bit event values.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-06-18 10:54:44 +02:00
..
CMakeLists.txt logging: backend: mqtt 2025-06-11 16:18:51 -07:00
Kconfig logging: backend: mqtt 2025-06-11 16:18:51 -07:00
Kconfig.adsp
Kconfig.adsp_mtrace
Kconfig.ble
Kconfig.efi_console
Kconfig.fs
Kconfig.mqtt logging: backend: mqtt 2025-06-11 16:18:51 -07:00
Kconfig.multidomain
Kconfig.native_posix
Kconfig.net logging: backend: net: use connection mgr 2025-05-10 13:02:21 +02:00
Kconfig.rtt
Kconfig.semihost
Kconfig.spinel
Kconfig.swo
Kconfig.uart
Kconfig.ws
Kconfig.xtensa_sim logging: backend/xtensa_sim: more generic enabling condition 2025-05-01 18:16:20 +02:00
log_backend_adsp_mtrace.c logging: mtrace: don't activate with hook == NULL 2025-04-25 19:00:49 +02:00
log_backend_adsp.c
log_backend_ble.c
log_backend_efi_console.c
log_backend_fs.c
log_backend_ipc_service.c
log_backend_mqtt.c logging: backend: mqtt 2025-06-11 16:18:51 -07:00
log_backend_native_posix.c
log_backend_net.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
log_backend_rtt.c
log_backend_semihost.c
log_backend_spinel.c
log_backend_swo.c
log_backend_uart.c logging: uart_backend: add uncached buffers support 2025-05-05 12:20:42 +02:00
log_backend_ws.c
log_backend_xtensa_sim.c
log_multidomain_backend.c