Skip to content

Commit

Permalink
uhah efr32mg24 config swap pins, software flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tl-sl committed Aug 17, 2024
1 parent 5696a56 commit f810ba1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions manifests/smlight/uhah-Mg24_ncp-uart-sw.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: UHAH-Mg24 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 f810ba1

Please sign in to comment.