zephyr/subsys/mgmt/mcumgr
Hongquan Li bda1e7677e Subsys: mgmt: mcumgr: Fix mcumgr assertion error
In the case of IPV6 not enabled, when NET_SOCKETS_PACKET is enabled,
the sizeof(struct sockarr) will change to 20, the value of
MCUMGR_TRANSPORT_NETBUF_MIN_USER_DATA_SIZE is 8, which is not able
to pass the compilation, so I change its default value to 20.

Fixes #82757

Signed-off-by: Hongquan Li <hongquan.prog@gmail.com>
2024-12-16 13:09:28 +01:00
..
grp mgmt: mcumgr: grp: img_mgmt: Fix misplaced #endif 2024-11-28 09:38:49 +01:00
mgmt mgmt: mcumgr: mgmt: Add group callback function 2024-08-26 17:05:27 +02:00
smp lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
smp_client mgmt: smp: Fix race condition by using same work queue 2024-12-06 18:20:10 +01:00
transport Subsys: mgmt: mcumgr: Fix mcumgr assertion error 2024-12-16 13:09:28 +01:00
util
CMakeLists.txt
Kconfig