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
CMakeLists.txt
Kconfig
modem_chat.c
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_pipelink.c
modem_ppp.c
modem_stats.c
modem_ubx.c modem: ubx: fix incoming byte processing 2024-08-02 03:29:18 -04:00