-
Notifications
You must be signed in to change notification settings - Fork 171
Simplicity SDK 2026.6.0 #205
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c907a33
Migrate Zigbee to Simplicity SDK for size testing
puddly d3d0e25
Make XNCP commands compatible with both SDKs at once
puddly 100bd2b
Ensure `sl_zigbee_version` isn't stripped by LTO
puddly bf1f14e
Migrate all YAML config
puddly d636fe9
Fix compilation for Yellow
puddly 8222f37
Bump SSDK to 2026.12.3
puddly 64433a0
Migrate Z-Wave as well
puddly 05bfa1a
Release notes
puddly 286fbfd
Get router firmware compiling
puddly c37f17a
Fix router firmware blue pulse effect bug
puddly 68bfef7
Zigbee 4.0 router?
puddly 21db05c
Test: use Z2M config tweaks
puddly 37e48fd
Disable `zigbee_bdb_3dot1_trust_center_extension` for router
puddly 6e1e9f0
Bump to 2026.6.0
puddly 19c7420
Work around the SiLabs Linux toolchain not having ZSTD support...
puddly a7bc69a
LLVM support
puddly fb1d4de
Switch back to GCC
puddly cb3ab83
Switch MG24 Zigbee firmwares from USART to EUSART peripheral
puddly d98a218
Remove ARM64 ZSTD hacks by compiling our own compiler...
puddly 0b66bdb
Migrate bootloader to Simplicity SDK
puddly 128c665
Ensure `SOURCE_DATE_EPOCH` is set for all cmake invocations
puddly 5d74a1a
Apply overrides earlier
puddly 1aecaa8
Uninstall the LLVM toolchain to save space
puddly c778448
Add changelog entries
puddly 445f21f
Apply suggestions from code review
puddly 2d5b219
Fix `XNCP_FLOW_CONTROL_TYPE` config
puddly 4b24bd6
Enable R23 support for coordinator
puddly 4ee6d62
Enable R22 support too, since the components aren't mutually exclusive
puddly 876c9c6
Reduce child table size for the ZBT-2 back down to 32
puddly dc14ce8
Disable GP packet filtering
puddly File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -2,8 +2,8 @@ name: Yellow Zigbee | |||||
| device: MGM210PA32JIA | ||||||
| base_project: src/zigbee_ncp | ||||||
| filename: "{manifest_name}_{ezsp_version}" | ||||||
| sdk: "gecko_sdk:4.5.0" | ||||||
| toolchain: "12.2.1.20221205" | ||||||
| sdk: "simplicity_sdk:2026.6.0" | ||||||
| toolchain: "14.2.1.20241119" | ||||||
|
|
||||||
| gbl: | ||||||
| fw_type: zigbee_ncp | ||||||
|
|
@@ -34,47 +34,63 @@ add_components: | |||||
| vendor: nabucasa | ||||||
| package: xncp_common | ||||||
|
|
||||||
| # SLC validates clock settings before c_defines are patched, use `configuration` | ||||||
| configuration: | ||||||
| SL_CLOCK_MANAGER_PCLK_DIVIDER: SL_CLOCK_MANAGER_PCLK_DIV_MIN | ||||||
|
|
||||||
| c_defines: | ||||||
| # SDK bug: the PCLK divider is set to 1 for the MGM210, it is set to 2 everywhere else | ||||||
| SL_CLOCK_MANAGER_PCLK_DIVIDER: SL_CLOCK_MANAGER_PCLK_DIV_MIN | ||||||
|
|
||||||
| XNCP_MFG_MANUF_NAME: '"Nabu Casa"' | ||||||
| XNCP_MFG_BOARD_NAME: '"Home Assistant Yellow"' | ||||||
| XNCP_BUILD_STRING: template:"{now:%Y%m%d%H%M%S}" | ||||||
| XNCP_MANUAL_SOURCE_ROUTE_TABLE_SIZE: 200 | ||||||
|
|
||||||
| EMBER_APS_UNICAST_MESSAGE_COUNT: 32 | ||||||
| EMBER_BINDING_TABLE_SIZE: 32 | ||||||
| EMBER_BROADCAST_TABLE_SIZE: 64 | ||||||
| EMBER_KEY_TABLE_SIZE: 12 | ||||||
| EMBER_MAX_END_DEVICE_CHILDREN: 32 | ||||||
| EMBER_PACKET_BUFFER_COUNT: 255 | ||||||
| EMBER_SOURCE_ROUTE_TABLE_SIZE: 200 | ||||||
| SL_ZIGBEE_APS_UNICAST_MESSAGE_COUNT: 64 | ||||||
| SL_ZIGBEE_BINDING_TABLE_SIZE: 32 | ||||||
| SL_ZIGBEE_BROADCAST_TABLE_SIZE: 64 | ||||||
| SL_ZIGBEE_KEY_TABLE_SIZE: 12 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| SL_ZIGBEE_MAX_END_DEVICE_CHILDREN: 32 | ||||||
| SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 200 | ||||||
| SL_ZIGBEE_NEIGHBOR_TABLE_SIZE: 26 | ||||||
| SL_ZIGBEE_ADDRESS_TABLE_SIZE: 32 | ||||||
|
|
||||||
| EMBER_CHILD_TABLE_SIZE: | ||||||
| SL_ZIGBEE_CHILD_TABLE_SIZE: | ||||||
| type: c_flag | ||||||
| value: 32 | ||||||
|
|
||||||
| EMBER_ROUTE_TABLE_SIZE: | ||||||
| SL_ZIGBEE_ROUTE_TABLE_SIZE: | ||||||
| type: c_flag | ||||||
| value: 250 | ||||||
|
|
||||||
| SL_ZIGBEE_MULTICAST_TABLE_SIZE: | ||||||
| type: c_flag | ||||||
| value: 26 | ||||||
|
|
||||||
| SL_ZIGBEE_DISCOVERY_TABLE_SIZE: | ||||||
| type: c_flag | ||||||
| value: 8 | ||||||
|
|
||||||
| SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200 | ||||||
| SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts | ||||||
|
|
||||||
| SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0 | ||||||
| SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0 | ||||||
|
|
||||||
| SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA | ||||||
| SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A | ||||||
| SL_IOSTREAM_USART_VCOM_TX_PIN: 5 | ||||||
| SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA | ||||||
| SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A | ||||||
| SL_IOSTREAM_USART_VCOM_RX_PIN: 6 | ||||||
| SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortD | ||||||
| SL_IOSTREAM_USART_VCOM_CTS_PORT: SL_GPIO_PORT_D | ||||||
| SL_IOSTREAM_USART_VCOM_CTS_PIN: 2 | ||||||
| SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortC | ||||||
| SL_IOSTREAM_USART_VCOM_RTS_PORT: SL_GPIO_PORT_C | ||||||
| SL_IOSTREAM_USART_VCOM_RTS_PIN: 1 | ||||||
|
|
||||||
| SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 128 | ||||||
|
|
||||||
| SL_SIMPLE_LED_BOARD_ACTIVITY_POLARITY: SL_SIMPLE_LED_POLARITY_ACTIVE_LOW | ||||||
| SL_SIMPLE_LED_BOARD_ACTIVITY_PORT: gpioPortB | ||||||
| SL_SIMPLE_LED_BOARD_ACTIVITY_PORT: SL_GPIO_PORT_B | ||||||
| SL_SIMPLE_LED_BOARD_ACTIVITY_PIN: 1 | ||||||
|
|
||||||
| BOARD_ACTIVITY_LED_INSTANCE: sl_led_board_activity | ||||||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.