Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert RX buffer to 64 on MG24 #182

Open
wants to merge 1 commit into
base: SiSDK
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading