forked from NabuCasa/silabs-firmware-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from tl-sl/manifest2
Build A020 for EFR32MG24
- Loading branch information
Showing
6 changed files
with
93 additions
and
3 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
manifests/smlight/slzb07Mg24_A021_bootloader-uart-xmodem.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: SLZB-07Mg24 Bootloader | ||
device: EFR32MG24A021F1024IM40 | ||
base_project: src/bootloader-uart-xmodem | ||
filename: "{manifest_name}_{gecko_bootloader_version}" | ||
|
||
gbl: | ||
fw_type: gecko-bootloader | ||
dynamic: ["gecko_bootloader_version"] | ||
baudrate: 115200 | ||
|
||
c_defines: | ||
SL_SERIAL_UART_FLOW_CONTROL: 1 | ||
|
||
SL_SERIAL_UART_PERIPHERAL: USART0 | ||
SL_SERIAL_UART_PERIPHERAL_NO: 0 | ||
|
||
SL_SERIAL_UART_TX_PORT: gpioPortA | ||
SL_SERIAL_UART_TX_PIN: 6 | ||
|
||
SL_SERIAL_UART_RX_PORT: gpioPortA | ||
SL_SERIAL_UART_RX_PIN: 5 | ||
|
||
SL_SERIAL_UART_CTS_PORT: gpioPortB | ||
SL_SERIAL_UART_CTS_PIN: 1 | ||
|
||
SL_SERIAL_UART_RTS_PORT: gpioPortB | ||
SL_SERIAL_UART_RTS_PIN: 0 | ||
|
||
SL_GPIO_ACTIVATION_POLARITY: LOW | ||
SL_BTL_BUTTON_PORT: gpioPortA | ||
SL_BTL_BUTTON_PIN: 0 |
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,30 @@ | ||
name: SLZB-07Mg24 Zigbee | ||
device: EFR32MG24A021F1024IM40 | ||
base_project: src/ncp-uart-hw | ||
filename: "{manifest_name}_{ezsp_version}" | ||
|
||
gbl: | ||
fw_type: ncp-uart-hw | ||
dynamic: ["ezsp_version"] | ||
baudrate: 115200 | ||
|
||
configuration: | ||
SL_IOSTREAM_USART_VCOM_BAUDRATE: 115200 | ||
SL_IOSTREAM_USART_VCOM_FLOW_CONTROL_TYPE: usartHwFlowControlCtsAndRts | ||
|
||
c_defines: | ||
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: 6 | ||
|
||
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA | ||
SL_IOSTREAM_USART_VCOM_RX_PIN: 5 | ||
|
||
SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortB | ||
SL_IOSTREAM_USART_VCOM_CTS_PIN: 1 | ||
|
||
SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortB | ||
SL_IOSTREAM_USART_VCOM_RTS_PIN: 0 | ||
|
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,29 @@ | ||
name: SLZB-07Mg24 OpenThread RCP | ||
device: EFR32MG24A021F1024IM40 | ||
base_project: src/ot-rcp | ||
filename: "{manifest_name}_{ot_rcp_version.split('/')[-1]}_gsdk_{sdk_version}" | ||
|
||
gbl: | ||
fw_type: ot-rcp | ||
dynamic: ["ot_rcp_version"] | ||
baudrate: 460800 | ||
|
||
configuration: | ||
SL_UARTDRV_USART_VCOM_BAUDRATE: 460800 | ||
|
||
c_defines: | ||
SL_UARTDRV_USART_VCOM_PERIPHERAL: USART0 | ||
SL_UARTDRV_USART_VCOM_PERIPHERAL_NO: 0 | ||
|
||
SL_UARTDRV_USART_VCOM_TX_PORT: gpioPortA | ||
SL_UARTDRV_USART_VCOM_TX_PIN: 6 | ||
|
||
SL_UARTDRV_USART_VCOM_RX_PORT: gpioPortA | ||
SL_UARTDRV_USART_VCOM_RX_PIN: 5 | ||
|
||
SL_UARTDRV_USART_VCOM_CTS_PORT: gpioPortB | ||
SL_UARTDRV_USART_VCOM_CTS_PIN: 1 | ||
|
||
SL_UARTDRV_USART_VCOM_RTS_PORT: gpioPortB | ||
SL_UARTDRV_USART_VCOM_RTS_PIN: 0 | ||
|
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