Skip to content

Commit

Permalink
slzb06Mg24
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-sl committed Feb 8, 2025
1 parent 7bb8e4f commit 07fbe08
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
31 changes: 31 additions & 0 deletions manifests/smlight/slzb06Mg24_bootloader-uart-xmodem.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: SLZB-06Mg24 Bootloader
device: EFR32MG24A020F1024IM40
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: 5

SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 6

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
30 changes: 30 additions & 0 deletions manifests/smlight/slzb06Mg24_ncp-uart-hw .yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: SLZB-06Mg24 Zigbee
device: EFR32MG24A020F1024IM40
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: uartFlowControlSoftware

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: 5

SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 6

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

0 comments on commit 07fbe08

Please sign in to comment.