zephyr/subsys/net/lib/coap
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 net: lib: coap: Add CoAP server shell 2023-11-09 11:21:42 +01:00
coap.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
coap_client.c net: coap_client: Fix CoAP client thread priority 2025-04-04 18:17:30 +02:00
coap_link_format.c net: lib: coap: Remove unused function 2025-02-12 02:25:53 +01:00
coap_server.c net: mgmt: Convert the mgmt API to use 64-bit masks 2025-06-18 10:54:44 +02:00
coap_server_shell.c net: coap: adopt SHELL_HELP 2025-06-13 10:11:29 -07:00
Kconfig net: lib: coap: coap_server: Use eventfd instead of socket pair 2025-03-26 08:55:45 +01:00