forked from NabuCasa/silabs-firmware-builder
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reset to nabucasa, with reconfigured manifests. (#8)
- Loading branch information
Showing
51 changed files
with
5,731 additions
and
588 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: ZGA008 OpenThread RCP | ||
device: EFR32MG21A020F1024IM32 | ||
base_project: src/openthread_rcp | ||
filename: "{manifest_name}_{ot_version}_{baudrate}" | ||
sdk: "simplicity_sdk:2024.6.2" | ||
toolchain: "12.2.1.20221205" | ||
|
||
gbl: | ||
fw_type: openthread_rcp | ||
ot_version: dynamic | ||
baudrate: 460800 | ||
|
||
c_defines: | ||
SL_UARTDRV_USART_VCOM_PERIPHERAL: USART0 | ||
SL_UARTDRV_USART_VCOM_PERIPHERAL_NO: 0 | ||
SL_UARTDRV_USART_VCOM_BAUDRATE: 460800 | ||
|
||
SL_UARTDRV_USART_VCOM_TX_PORT: gpioPortA | ||
SL_UARTDRV_USART_VCOM_TX_PIN: 5 | ||
|
||
SL_UARTDRV_USART_VCOM_RX_PORT: gpioPortA | ||
SL_UARTDRV_USART_VCOM_RX_PIN: 6 | ||
|
||
SL_UARTDRV_USART_VCOM_CTS_PORT: gpioPortC | ||
SL_UARTDRV_USART_VCOM_CTS_PIN: 1 | ||
|
||
SL_UARTDRV_USART_VCOM_RTS_PORT: gpioPortA | ||
SL_UARTDRV_USART_VCOM_RTS_PIN: 4 | ||
|
||
SL_CLOCK_MANAGER_HFXO_EN: 1 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 140 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
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,50 @@ | ||
name: ZGA008 Zigbee | ||
device: EFR32MG21A020F1024IM32 | ||
base_project: src/zigbee_ncp | ||
filename: "{manifest_name}_{ezsp_version}_{baudrate}" | ||
sdk: "simplicity_sdk:2024.6.2" | ||
toolchain: "12.2.1.20221205" | ||
|
||
gbl: | ||
fw_type: zigbee_ncp | ||
ezsp_version: dynamic | ||
baudrate: 115200 | ||
|
||
slcp_defines: | ||
SL_ZIGBEE_ADDRESS_TABLE_SIZE: 32 | ||
SL_ZIGBEE_MULTICAST_TABLE_SIZE: 26 | ||
SL_ZIGBEE_ROUTE_TABLE_SIZE: 16 | ||
SL_ZIGBEE_DISCOVERY_TABLE_SIZE: 8 | ||
|
||
c_defines: | ||
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_PIN: 5 | ||
|
||
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA | ||
SL_IOSTREAM_USART_VCOM_RX_PIN: 6 | ||
|
||
SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortC | ||
SL_IOSTREAM_USART_VCOM_CTS_PIN: 1 | ||
|
||
SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortA | ||
SL_IOSTREAM_USART_VCOM_RTS_PIN: 4 | ||
|
||
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64 | ||
|
||
SL_CLOCK_MANAGER_HFXO_EN: 1 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 140 | ||
|
||
SL_ZIGBEE_APS_UNICAST_MESSAGE_COUNT: 64 | ||
SL_ZIGBEE_BROADCAST_TABLE_SIZE: 30 | ||
SL_ZIGBEE_NEIGHBOR_TABLE_SIZE: 26 | ||
SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 254 | ||
SL_ZIGBEE_MAX_END_DEVICE_CHILDREN: 32 | ||
SL_ZIGBEE_BINDING_TABLE_SIZE: 64 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
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,36 @@ | ||
name: ZB-GW04-1v1 OpenThread RCP | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/openthread_rcp | ||
filename: "{manifest_name}_{ot_version}_{baudrate}_{fw_variant}" | ||
sdk: "simplicity_sdk:2024.6.2" | ||
toolchain: "12.2.1.20221205" | ||
|
||
gbl: | ||
fw_type: openthread_rcp | ||
ot_version: dynamic | ||
baudrate: 230400 | ||
fw_variant: no_flow | ||
|
||
c_defines: | ||
SL_UARTDRV_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlNone | ||
|
||
SL_UARTDRV_USART_VCOM_PERIPHERAL: USART0 | ||
SL_UARTDRV_USART_VCOM_PERIPHERAL_NO: 0 | ||
SL_UARTDRV_USART_VCOM_BAUDRATE: 230400 | ||
|
||
SL_UARTDRV_USART_VCOM_TX_PORT: gpioPortB | ||
SL_UARTDRV_USART_VCOM_TX_PIN: 1 | ||
|
||
SL_UARTDRV_USART_VCOM_RX_PORT: gpioPortB | ||
SL_UARTDRV_USART_VCOM_RX_PIN: 0 | ||
|
||
SL_UARTDRV_USART_VCOM_CTS_PORT: 0 | ||
SL_UARTDRV_USART_VCOM_CTS_PIN: 0 | ||
|
||
SL_UARTDRV_USART_VCOM_RTS_PORT: 0 | ||
SL_UARTDRV_USART_VCOM_RTS_PIN: 0 | ||
|
||
SL_CLOCK_MANAGER_HFXO_EN: 1 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 128 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
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,51 @@ | ||
name: ZB-GW04-1v1 Zigbee | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/zigbee_ncp | ||
filename: "{manifest_name}_{ezsp_version}_{baudrate}_{fw_variant}" | ||
sdk: "simplicity_sdk:2024.6.2" | ||
toolchain: "12.2.1.20221205" | ||
|
||
gbl: | ||
fw_type: zigbee_ncp | ||
ezsp_version: dynamic | ||
baudrate: 115200 | ||
fw_variant: sw_flow | ||
|
||
slcp_defines: | ||
SL_ZIGBEE_ADDRESS_TABLE_SIZE: 32 | ||
SL_ZIGBEE_MULTICAST_TABLE_SIZE: 26 | ||
SL_ZIGBEE_ROUTE_TABLE_SIZE: 16 | ||
SL_ZIGBEE_DISCOVERY_TABLE_SIZE: 8 | ||
|
||
c_defines: | ||
SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200 | ||
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: uartFlowControlSoftware | ||
|
||
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0 | ||
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB | ||
SL_IOSTREAM_USART_VCOM_TX_PIN: 1 | ||
|
||
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB | ||
SL_IOSTREAM_USART_VCOM_RX_PIN: 0 | ||
|
||
SL_IOSTREAM_USART_VCOM_CTS_PORT: 0 | ||
SL_IOSTREAM_USART_VCOM_CTS_PIN: 0 | ||
|
||
SL_IOSTREAM_USART_VCOM_RTS_PORT: 0 | ||
SL_IOSTREAM_USART_VCOM_RTS_PIN: 0 | ||
|
||
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64 | ||
|
||
SL_CLOCK_MANAGER_HFXO_EN: 1 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 128 | ||
|
||
SL_ZIGBEE_APS_UNICAST_MESSAGE_COUNT: 64 | ||
SL_ZIGBEE_BROADCAST_TABLE_SIZE: 30 | ||
SL_ZIGBEE_NEIGHBOR_TABLE_SIZE: 26 | ||
SL_ZIGBEE_SOURCE_ROUTE_TABLE_SIZE: 200 | ||
SL_ZIGBEE_MAX_END_DEVICE_CHILDREN: 32 | ||
SL_ZIGBEE_BINDING_TABLE_SIZE: 64 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
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,33 @@ | ||
name: ZB-GW04-1v2 OpenThread RCP | ||
device: EFR32MG21A020F768IM32 | ||
base_project: src/openthread_rcp | ||
filename: "{manifest_name}_{ot_version}_{baudrate}" | ||
sdk: "simplicity_sdk:2024.6.2" | ||
toolchain: "12.2.1.20221205" | ||
|
||
gbl: | ||
fw_type: openthread_rcp | ||
ot_version: dynamic | ||
baudrate: 230400 | ||
|
||
c_defines: | ||
SL_UARTDRV_USART_VCOM_PERIPHERAL: USART0 | ||
SL_UARTDRV_USART_VCOM_PERIPHERAL_NO: 0 | ||
SL_UARTDRV_USART_VCOM_BAUDRATE: 230400 | ||
|
||
SL_UARTDRV_USART_VCOM_TX_PORT: gpioPortB | ||
SL_UARTDRV_USART_VCOM_TX_PIN: 1 | ||
|
||
SL_UARTDRV_USART_VCOM_RX_PORT: gpioPortB | ||
SL_UARTDRV_USART_VCOM_RX_PIN: 0 | ||
|
||
SL_UARTDRV_USART_VCOM_CTS_PORT: gpioPortD | ||
SL_UARTDRV_USART_VCOM_CTS_PIN: 3 | ||
|
||
SL_UARTDRV_USART_VCOM_RTS_PORT: gpioPortD | ||
SL_UARTDRV_USART_VCOM_RTS_PIN: 4 | ||
|
||
SL_CLOCK_MANAGER_HFXO_EN: 1 | ||
SL_CLOCK_MANAGER_HFXO_CTUNE: 128 | ||
|
||
SL_RAIL_UTIL_RSSI_OFFSET: -11 |
Oops, something went wrong.