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
..
clock_sync.c convert: use k_uptime_seconds 2024-05-14 09:32:01 +02:00
CMakeLists.txt lorawan: services: frag decoder: add lowmem implementation 2024-06-11 16:09:23 +03:00
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 lorawan: services: add Fragmented Data Block Transport 2024-05-02 16:54:43 +02:00
frag_flash.h lorawan: services: add Fragmented Data Block Transport 2024-05-02 16:54:43 +02:00
frag_transport.c 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
lorawan_services.c
lorawan_services.h lorawan: services: add Remote Multicast Setup 2024-01-30 14:14:05 +00:00
multicast.c lorawan: services: add Remote Multicast Setup 2024-01-30 14:14:05 +00:00