-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove `ncp-uart-hw` * Create `skyconnect_zigbee_ncp` * Create a `zigbee_ncp` project template * Make project generation work * Migrate bootloader next * Migrate `ot-rcp` to `openthread_rcp` * Drop multi-PAN * Drop firmware eraser * Fix existing manifests for Zigbee, Thread, and bootloader firmwares * Drop Z-Wave * Clean up Zigbee firmware config * Clean up OpenThread configs as well * Add the `rail_util_rssi` component * Update the README * Rename `ot-rcp` to `openthread_rcp` * Rename `ncp-uart-hw` to `zigbee_ncp` * Initial commit of zwave firmware * Z-Wave tweaks * Upgrade Z-Wave to Simplicity SDK * Z-Wave tweaks * Support Simplicity SDK as well * Add Simplicity SDK to `Dockerfile` * Adjust URL in Dockerfile * Drop cproject normalization * Make the GBL config clearer by specifying the dynamic version keys * Implement support for the `fw_variant` key * Bump metadata version
- Loading branch information
Showing
272 changed files
with
2,186 additions
and
35,295 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
6 changes: 4 additions & 2 deletions
6
...sa/skyconnect_bootloader-uart-xmodem.yaml → ...fests/nabucasa/skyconnect_bootloader.yaml
This file contains 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 was deleted.
Oops, something went wrong.
12 changes: 6 additions & 6 deletions
12
manifests/nabucasa/skyconnect_ot-rcp.yaml → ...s/nabucasa/skyconnect_openthread_rcp.yaml
This file contains 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 was deleted.
Oops, something went wrong.
20 changes: 16 additions & 4 deletions
20
...ests/nabucasa/skyconnect_ncp-uart-hw.yaml → ...fests/nabucasa/skyconnect_zigbee_ncp.yaml
This file contains 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
14 changes: 0 additions & 14 deletions
14
manifests/nabucasa/slusb001a-lr2_zwave_ncp_serial_api_controller.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
manifests/nabucasa/slusb001a-lr_zwave_ncp_serial_api_controller.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
manifests/nabucasa/slusb001a_zwave_ncp_serial_api_controller.yaml
This file was deleted.
Oops, something went wrong.
6 changes: 4 additions & 2 deletions
6
...bucasa/yellow_bootloader-uart-xmodem.yaml → manifests/nabucasa/yellow_bootloader.yaml
This file contains 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
12 changes: 6 additions & 6 deletions
12
manifests/nabucasa/yellow_ot-rcp.yaml → ...fests/nabucasa/yellow_openthread_rcp.yaml
This file contains 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 was deleted.
Oops, something went wrong.
22 changes: 17 additions & 5 deletions
22
manifests/nabucasa/yellow_ncp-uart-hw.yaml → manifests/nabucasa/yellow_zigbee_ncp.yaml
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Z-Wave Stick | ||
device: EFR32ZG23A020F512GM40 | ||
base_project: src/zwave_ncp | ||
filename: "{manifest_name}_{zwave_version}" | ||
sdk: "simplicity_sdk:2024.6.2" | ||
toolchain: "12.2.1.20221205" | ||
|
||
gbl: | ||
fw_type: zwave_ncp | ||
zwave_version: dynamic | ||
baudrate: 115200 | ||
compression: lz4 | ||
sign_key: "{SDK_DIR}/protocol/z-wave/platform/SiliconLabs/PAL/BootLoader/controller-keys/controller_sign.key" | ||
encrypt_key: "{SDK_DIR}/protocol/z-wave/platform/SiliconLabs/PAL/BootLoader/controller-keys/controller_encrypt.key" | ||
|
||
c_defines: | ||
ZAF_CONFIG_MANUFACTURER_ID: "0x0466" | ||
ZAF_CONFIG_PRODUCT_TYPE_ID: "0x0001" | ||
ZAF_CONFIG_PRODUCT_ID: "0x0001" | ||
|
||
SERIAL_API_PERIPHERAL: USART0 | ||
SERIAL_API_PERIPHERAL_NO: 0 | ||
|
||
SERIAL_API_TX_PORT: gpioPortA | ||
SERIAL_API_TX_PIN: 8 | ||
|
||
SERIAL_API_RX_PORT: gpioPortA | ||
SERIAL_API_RX_PIN: 9 |
Oops, something went wrong.