Skip to content

Commit 52e9bd0

Browse files
MarkusLassilarlubos
authored andcommitted
application: serial_lte_modem: HWFC for PPP
Take the hardware-flow-control to use for PPP in Serial LTE Modem. Signed-off-by: Markus Lassila <[email protected]>
1 parent 4b69a38 commit 52e9bd0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/serial_lte_modem/overlay-ppp.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ CONFIG_MODEM_MODULES=y
2525
CONFIG_MODEM_PPP=y
2626
CONFIG_MODEM_BACKEND_UART=y
2727
CONFIG_MODEM_BACKEND_UART_ASYNC_TRANSMIT_TIMEOUT_MS=1000
28+
CONFIG_MODEM_BACKEND_UART_ASYNC_HWFC=y
2829

2930
# L2 protocol
3031
CONFIG_NET_L2_PPP_MGMT=y
@@ -46,6 +47,7 @@ CONFIG_NET_BUF_RX_COUNT=88
4647
CONFIG_NET_PKT_TX_COUNT=44
4748
CONFIG_NET_BUF_TX_COUNT=88
4849
CONFIG_NET_TC_RX_COUNT=0
50+
CONFIG_NET_CONN_PACKET_CLONE_TIMEOUT=1000
4951

5052
# debug options
5153
#CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=4096

0 commit comments

Comments
 (0)