zephyr/subsys/modem
Pisit Sawangvonganan ea2d785a28 modem: cmux: replace `crc8` with `crc8_rohc` for FCS calculation
To improve performance in FCS calculation, this commit replaces
the usage of the generic `crc8` function with the specific `crc8_rohc`
function in `modem_cmux.c`.
The `crc8_rohc` function utilizes a small table approach, enhancing
the efficiency of CRC-8/ROHC variant calculations while optimizing
memory usage.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-10-09 09:48:00 +02:00
..
backends modem: cmux: apply `static const` to reduce RAM usage 2024-07-27 20:51:42 +03:00
CMakeLists.txt modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
Kconfig modem: pipe: simplify synchronization 2024-06-13 16:43:49 -04:00
modem_chat.c modem: chat: patch unintended behavior in modem_chat_run_script() 2024-06-13 17:49:23 +02:00
modem_cmux.c modem: cmux: replace `crc8` with `crc8_rohc` for FCS calculation 2024-10-09 09:48:00 +02:00
modem_pipe.c modem: pipe: Add explicit timeout to sync APIs 2024-07-29 14:14:42 +02:00
modem_pipelink.c modem: add modem_pipelink module 2024-06-10 15:12:34 -05:00
modem_ppp.c modem: ppp: coverity 330618: explicitly ignore retval 2024-06-24 14:25:46 +02:00
modem_stats.c
modem_ubx.c modem: ubx: fix incoming byte processing 2024-08-02 03:29:18 -04:00