Skip to content

Commit

Permalink
increase binding table size
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-sl committed Oct 21, 2024
1 parent 6a033fb commit dc95b7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions manifests/smlight/slzb07Mg24_A021_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ configuration:
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts

c_defines:
SL_ZIGBEE_BINDING_TABLE_SIZE: 32
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand All @@ -41,3 +42,6 @@ c_defines:
SL_SIMPLE_LED_LED1_POLARITY: SL_SIMPLE_LED_POLARITY_ACTIVE_HIGH
SL_SIMPLE_LED_LED1_PORT: gpioPortC
SL_SIMPLE_LED_LED1_PIN: 1

SL_CLOCK_MANAGER_HFXO_EN: 1
SL_CLOCK_MANAGER_DEFAULT_HF_CLOCK_SOURCE: SL_CLOCK_MANAGER_DEFAULT_HF_CLOCK_SOURCE_HFXO
4 changes: 4 additions & 0 deletions manifests/smlight/slzb07Mg24_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ configuration:
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts

c_defines:
SL_ZIGBEE_BINDING_TABLE_SIZE: 32
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

Expand All @@ -41,3 +42,6 @@ c_defines:
SL_SIMPLE_LED_LED1_POLARITY: SL_SIMPLE_LED_POLARITY_ACTIVE_HIGH
SL_SIMPLE_LED_LED1_PORT: gpioPortC
SL_SIMPLE_LED_LED1_PIN: 1

SL_CLOCK_MANAGER_HFXO_EN: 1
SL_CLOCK_MANAGER_DEFAULT_HF_CLOCK_SOURCE: SL_CLOCK_MANAGER_DEFAULT_HF_CLOCK_SOURCE_HFXO
2 changes: 0 additions & 2 deletions src/zigbee_router/zigbee_router.slcp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ configuration:
value: SLI_ZIGBEE_NETWORK_DEVICE_TYPE_ROUTER
- name: SLI_ZIGBEE_PRIMARY_NETWORK_SECURITY_TYPE
value: SLI_ZIGBEE_NETWORK_SECURITY_TYPE_3_0
- name: SL_ZIGBEE_BINDING_TABLE_SIZE
value: '10'
- name: NVM3_DEFAULT_NVM_SIZE
value: '32768'
condition:
Expand Down

0 comments on commit dc95b7f

Please sign in to comment.