Skip to content

Commit

Permalink
Disable software flow on all devices
Browse files Browse the repository at this point in the history
Software flow control is still broken on 2024.12.1, disable flow
control entirely instead.
  • Loading branch information
darkxst committed Feb 11, 2025
1 parent 65c0d0c commit 2f8716f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions manifests/easyiot/zb-gw04-1v1_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gbl:
fw_type: zigbee_ncp
ezsp_version: dynamic
baudrate: 115200
fw_variant: sw_flow
fw_variant: no_flow

configuration:
SL_ZIGBEE_CHILD_TABLE_SIZE: 32
Expand All @@ -30,7 +30,7 @@ c_defines:
SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 200

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlNone
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand Down
4 changes: 2 additions & 2 deletions manifests/smlight/slzb06Mg24_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gbl:
fw_type: zigbee_ncp
ezsp_version: dynamic
baudrate: 115200
fw_variant: sw_flow
fw_variant: no_flow

configuration:
SL_ZIGBEE_CHILD_TABLE_SIZE: 32
Expand All @@ -32,7 +32,7 @@ c_defines:

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlNone
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand Down
4 changes: 2 additions & 2 deletions manifests/smlight/slzb06m_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gbl:
fw_type: zigbee_ncp
ezsp_version: dynamic
baudrate: 115200
fw_variant: sw_flow
fw_variant: no_flow

configuration:
SL_ZIGBEE_CHILD_TABLE_SIZE: 32
Expand All @@ -23,7 +23,7 @@ c_defines:
SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 200

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlNone
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand Down
4 changes: 2 additions & 2 deletions manifests/sonoff/zbdonglee_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gbl:
fw_type: zigbee_ncp
ezsp_version: dynamic
baudrate: 115200
fw_variant: sw_flow
fw_variant: no_flow

configuration:
SL_ZIGBEE_CHILD_TABLE_SIZE: 32
Expand All @@ -30,7 +30,7 @@ c_defines:
SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 200

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlNone
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand Down
4 changes: 2 additions & 2 deletions manifests/sparkfun/mgm240p_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gbl:
fw_type: zigbee_ncp
ezsp_version: dynamic
baudrate: 115200
fw_variant: sw_flow
fw_variant: no_flow

configuration:
SL_ZIGBEE_CHILD_TABLE_SIZE: 32
Expand All @@ -30,7 +30,7 @@ c_defines:
SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 200

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlNone
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand Down

0 comments on commit 2f8716f

Please sign in to comment.