Skip to content

Commit

Permalink
I thought I did this the last time
Browse files Browse the repository at this point in the history
  • Loading branch information
tube0013 committed Nov 2, 2024
1 parent 442f5e4 commit 7c564e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
11 changes: 7 additions & 4 deletions manifests/tubeszb/tubeszb-mgm24-hw-max_ncp-uart-hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,27 @@ gbl:
ezsp_version: dynamic
baudrate: 115200

add_components:
- id: zigbee_mfglib
- id: zigbee_token_interface

slcp_defines:
EMBER_ADDRESS_TABLE_SIZE: 200
EMBER_ROUTE_TABLE_SIZE: 254
EMBER_APS_DUPLICATE_REJECTION_MAX_ENTRIES: 255
EMBER_NEIGHBOR_TABLE_SIZE: 26

configuration:
EMBER_CHILD_TABLE_SIZE: 64
SL_RAIL_UTIL_PTI_MODE: RAIL_PTI_MODE_DISABLED # enabled in original fws


c_defines:
EMBER_ADDRESS_TABLE_SIZE: 200
EMBER_APS_UNICAST_MESSAGE_COUNT: 255
EMBER_BINDING_TABLE_SIZE: 32
EMBER_BROADCAST_TABLE_SIZE: 64
EMBER_KEY_TABLE_SIZE: 12
EMBER_MAX_END_DEVICE_CHILDREN: 64
EMBER_NEIGHBOR_TABLE_SIZE: 26
EMBER_PACKET_BUFFER_COUNT: 255
EMBER_ROUTE_TABLE_SIZE: 254
EMBER_SOURCE_ROUTE_TABLE_SIZE: 254

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
Expand Down
7 changes: 3 additions & 4 deletions manifests/tubeszb/tubeszb-mgm24PB-hw-max_ncp-uart-hw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,22 @@ gbl:
baudrate: 115200

slcp_defines:
EMBER_ADDRESS_TABLE_SIZE: 200
EMBER_ROUTE_TABLE_SIZE: 254
EMBER_APS_DUPLICATE_REJECTION_MAX_ENTRIES: 255
EMBER_NEIGHBOR_TABLE_SIZE: 26

configuration:
EMBER_CHILD_TABLE_SIZE: 64
SL_RAIL_UTIL_PTI_MODE: RAIL_PTI_MODE_DISABLED # enabled in original fws


c_defines:
EMBER_ADDRESS_TABLE_SIZE: 200
EMBER_APS_UNICAST_MESSAGE_COUNT: 255
EMBER_BINDING_TABLE_SIZE: 32
EMBER_BROADCAST_TABLE_SIZE: 64
EMBER_KEY_TABLE_SIZE: 12
EMBER_MAX_END_DEVICE_CHILDREN: 64
EMBER_NEIGHBOR_TABLE_SIZE: 26
EMBER_PACKET_BUFFER_COUNT: 255
EMBER_ROUTE_TABLE_SIZE: 254
EMBER_SOURCE_ROUTE_TABLE_SIZE: 254

SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200
Expand Down

0 comments on commit 7c564e2

Please sign in to comment.