zephyr/subsys/net/lib/ptp
Benjamin Cabé 222a601b21 net: lib: ptp: fix memory slab alignment issues
Commit 3c47f91be4 introduced alignment
validation in K_MEM_SLAB_DEFINE macros.
A couple PTP message slabs wer using alignment 8, while the size of
the elements wasn't a multiple of 8, causing a static assertion
failure.

Fix by changing the alignment from 8 to 4 bytes.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-27 17:00:37 -05:00
..
btca.c
btca.h
clock.c net: ptp: adjust only frequency for continuous synchronization 2025-05-08 12:25:30 +02:00
clock.h
CMakeLists.txt
ddt.h
ds.h
Kconfig
msg.c net: lib: ptp: fix memory slab alignment issues 2025-06-27 17:00:37 -05:00
msg.h
port.c net: lib: ptp: fix memory slab alignment issues 2025-06-27 17:00:37 -05:00
port.h
ptp.c
state_machine.c
state_machine.h
tlv.c
tlv.h
transport.c
transport.h