Skip to content

Commit

Permalink
unswap
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxst committed Feb 3, 2025
1 parent fd510ef commit cb9338b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions manifests/smlight/slzb06Mg24_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ c_defines:
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: gpioPortA
SL_SERIAL_UART_TX_PIN: 5
SL_SERIAL_UART_TX_PIN: 6

SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 6
SL_SERIAL_UART_RX_PIN: 5

SL_SERIAL_UART_CTS_PORT: 0
SL_SERIAL_UART_CTS_PIN: 0
Expand Down
4 changes: 2 additions & 2 deletions manifests/smlight/slzb06Mg24_opentread_rcp .yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ c_defines:
SL_UARTDRV_USART_VCOM_BAUDRATE: 460800

SL_UARTDRV_USART_VCOM_TX_PORT: gpioPortA
SL_UARTDRV_USART_VCOM_TX_PIN: 5
SL_UARTDRV_USART_VCOM_TX_PIN: 6

SL_UARTDRV_USART_VCOM_RX_PORT: gpioPortA
SL_UARTDRV_USART_VCOM_RX_PIN: 6
SL_UARTDRV_USART_VCOM_RX_PIN: 5

SL_UARTDRV_USART_VCOM_CTS_PORT: 0
SL_UARTDRV_USART_VCOM_CTS_PIN: 0
Expand Down
4 changes: 2 additions & 2 deletions manifests/smlight/slzb06Mg24_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ c_defines:
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_TX_PIN: 6

SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 6
SL_IOSTREAM_USART_VCOM_RX_PIN: 5

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
SL_IOSTREAM_USART_VCOM_CTS_PIN: 0
Expand Down
5 changes: 2 additions & 3 deletions manifests/smlight/slzb06Mg24_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ c_defines:
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_TX_PIN: 6
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 6
SL_IOSTREAM_USART_VCOM_RX_PIN: 5

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
SL_IOSTREAM_USART_VCOM_CTS_PIN: 0
Expand Down

0 comments on commit cb9338b

Please sign in to comment.