Skip to content

Commit

Permalink
Merge pull request #182 from darkxst/mg24-rx
Browse files Browse the repository at this point in the history
Revert RX buffer to 64 on MG24
  • Loading branch information
darkxst authored Feb 12, 2025
2 parents fd510ef + d11562d commit 59917c4
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 59917c4

Please sign in to comment.