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
CMakeLists.txt
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_ubx.c