zephyr/subsys/net/lib
Robert Lubos cf0b6068d2 net: coap_client: Fix CoAP client thread priority
The default thread priority for the CoAP client thread is set to
NUM_PREEMPT_PRIORITIES which is not a valid thread priority, as the
lowest application thread priority is actually
NUM_PREEMPT_PRIORITIES - 1. Because of this, CoAP client library gave an
assert on boot if assertions were enabled.

Kconfig does not allow for arithmetics when setting integer defaults,
therefore handle this at the preprocessor stage by limiting the actual
priority assigned to the CoAP client thread to a valid range.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-04-04 18:17:30 +02:00
..
capture net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
coap net: coap_client: Fix CoAP client thread priority 2025-04-04 18:17:30 +02:00
config
dhcpv4 net: dhcpv4: Add parsing of received domain name 2025-03-28 21:51:33 +01:00
dhcpv6 net: dhcpv6: Add support for DNS Recursive Name Server option 2025-02-12 20:19:26 +01:00
dns net: dns: Check compression flag properly 2025-03-31 22:00:36 +02:00
http net: http: server: Avoid compiler warnings for zero-length-arrays 2025-03-28 16:11:27 +01:00
lwm2m net: lwm2m: Deprecate LWM2M_ENGINE_MESSAGE_HEADER_SIZE 2025-03-26 11:32:23 +01:00
mqtt net: mqtt: Improve disconnect error notification for MQTT 5.0 2025-03-26 16:19:42 +01:00
mqtt_sn net: mqtt-sn: Wait for register & subscribe to complete 2025-02-11 11:44:52 +00:00
prometheus net: prometheus: Add way to format output by a metric 2024-11-26 15:42:40 -05:00
ptp ptp: clock.c: revise offset calculation 2025-02-21 18:35:34 +00:00
shell net: shell: iface: Do not print DHCPv6 detail info if disabled 2025-04-02 05:30:32 +02:00
sntp net: lib: sntp: async query API 2025-03-07 19:51:40 +01:00
sockets net: Add support for IPv4_MULTICAST_LOOP in net_context 2025-03-24 09:54:05 +01:00
socks
tftp
tls_credentials lib: tls_credentials: return size even if too big 2025-03-26 16:22:28 +01:00
trickle net: trickle: Remove useless asserts 2024-12-10 11:09:25 +01:00
utils
websocket net: websocket: fix masked data when server sends close 2025-04-04 14:56:58 +02:00
wifi_credentials wifi: shell: Add support for EAP-TLS method 2025-03-28 16:10:36 +01:00
zperf net: lib: zperf: improve UDP RX throughput 2025-03-19 10:58:16 +01:00
CMakeLists.txt
Kconfig net: Add option for VPN enablement 2025-03-28 21:51:57 +01:00