Skip to content

Commit

Permalink
disable flow control slzb07mg24
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Nov 6, 2024
1 parent 2d60d05 commit 486d2b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/smlight/smlight_slzb07Mg24_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ slcp_defines:

c_defines:
SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware

SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0
Expand All @@ -29,10 +29,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 5

SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_CTS_PIN: 1
SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
SL_IOSTREAM_USART_VCOM_CTS_PIN: 0

SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RTS_PORT: 0
SL_IOSTREAM_USART_VCOM_RTS_PIN: 0

SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 128
Expand Down

0 comments on commit 486d2b1

Please sign in to comment.