Skip to content

Commit

Permalink
Revert RX buffer to 64 on MG24
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Feb 6, 2025
1 parent fd510ef commit d11562d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/smlight/slzb06Mg24_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ c_defines:
SL_ZIGBEE_APS_DUPLICATE_REJECTION_MAX_ENTRIES: 64

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 128
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0
Expand Down
2 changes: 1 addition & 1 deletion manifests/smlight/slzb07Mg24_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ c_defines:
SL_ZIGBEE_APS_DUPLICATE_REJECTION_MAX_ENTRIES: 64

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 128
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0
Expand Down
2 changes: 1 addition & 1 deletion manifests/sparkfun/mgm240p_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ c_defines:
SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 200

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 128
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0
Expand Down

0 comments on commit d11562d

Please sign in to comment.