zephyr/subsys/modem
Tomi Fontanilles 18170ebce1 modem: cmux: make work buffer size configurable
A Kconfig item is added and the buffer
is embedded into the modem_cmux struct.
The default value is increased from 16 to 64 bytes in
an effort to reduce the number of modem_pipe_receive() calls.

CONFIG_MODEM_CHAT_LOG_BUFFER is renamed
to CONFIG_MODEM_CHAT_LOG_BUFFER_SIZE for consistency.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
2024-03-26 09:29:55 +00:00
..
backends modem: backends: uart_isr: improve the reception of bytes 2024-03-26 09:29:55 +00:00
CMakeLists.txt ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00
Kconfig modem: cmux: make work buffer size configurable 2024-03-26 09:29:55 +00:00
modem_chat.c modem: cmux: make work buffer size configurable 2024-03-26 09:29:55 +00:00
modem_cmux.c modem: cmux: make work buffer size configurable 2024-03-26 09:29:55 +00:00
modem_pipe.c
modem_ppp.c modem: ppp: fix receiving of successive frames when one 0x7E is omitted 2024-02-28 18:02:17 +00:00
modem_ubx.c ADD: GNSS Driver for U-BLOX M10 & Support for UBX Messages 2024-03-26 09:28:36 +00:00