zephyr/subsys/modem
Pisit Sawangvonganan 1270bce4d8 modem: modem_cmux: optimize modem_cmux_transmit_frame to save ROM
This optimization aggregates frame headers before adding to the ring buffer
and computes the FCS of the frame header in one operation.
This approach improves execution efficiency and reduces memory footprint.
This code adjustment aligns with the changes proposed in https://github.com/zephyrproject-rtos/zephyr/pull/67062.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-01-11 16:10:37 +00:00
..
backends modem: backend: tty: Implement transmit idle event 2024-01-11 16:09:44 +00:00
CMakeLists.txt
Kconfig modem: Add experimental tag 2023-11-03 09:56:30 +01:00
modem_chat.c modem: chat: Patch invalid dereference 2024-01-03 18:57:55 +00:00
modem_cmux.c modem: modem_cmux: optimize modem_cmux_transmit_frame to save ROM 2024-01-11 16:10:37 +00:00
modem_pipe.c modem: pipe: Add TRANSMIT_IDLE event 2024-01-11 16:09:44 +00:00
modem_ppp.c modem: modem_ppp: added net stats 2023-09-15 15:13:06 -05:00