zephyr/subsys/lorawan/services
Lucas Romero cad56e8005 lorawan: services: frag decoder: add lowmem implementation
that utilizes the fact that the ldpc recovery matrix is triangular and only
stores the half with non-zero values.

This implementation is hopefully going to make forward error correction
usable on lower memory devices.

Signed-off-by: Lucas Romero <luqasn@gmail.com>
2024-06-11 16:09:23 +03:00
..
CMakeLists.txt lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
Kconfig lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
clock_sync.c
frag_decoder_lowmem.c lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
frag_decoder_lowmem.h lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
frag_flash.c
frag_flash.h
frag_transport.c lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
lorawan_services.c
lorawan_services.h
multicast.c