Skip to content

Commit

Permalink
SL_GPIO_PORT_ => gpioPort
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Jan 6, 2025
1 parent 6157a1f commit 99398f7
Show file tree
Hide file tree
Showing 36 changed files with 125 additions and 125 deletions.
8 changes: 4 additions & 4 deletions manifests/aeotec/aeotec_zga008_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 5

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 6

SL_IOSTREAM_USART_VCOM_CTS_PORT: SL_GPIO_PORT_C
SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortC
SL_IOSTREAM_USART_VCOM_CTS_PIN: 1

SL_IOSTREAM_USART_VCOM_RTS_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RTS_PIN: 4

SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64
Expand Down
4 changes: 2 additions & 2 deletions manifests/aeotec/aeotec_zga008_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 5

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 6

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand Down
4 changes: 2 additions & 2 deletions manifests/easyiot/easyiot_zb-gw04-1v1_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand Down
4 changes: 2 additions & 2 deletions manifests/easyiot/easyiot_zb-gw04-1v1_zigbee_ncp_hb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand Down
6 changes: 3 additions & 3 deletions manifests/easyiot/easyiot_zb-gw04-1v1_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand All @@ -45,7 +45,7 @@ c_defines:
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64

SL_SIMPLE_BUTTON_BTN1_MODE: SL_SIMPLE_BUTTON_MODE_INTERRUPT
SL_SIMPLE_BUTTON_BTN1_PORT: SL_GPIO_PORT_A
SL_SIMPLE_BUTTON_BTN1_PORT: gpioPortA
SL_SIMPLE_BUTTON_BTN1_PIN: 0

SL_CLOCK_MANAGER_HFXO_EN: 1
Expand Down
8 changes: 4 additions & 4 deletions manifests/easyiot/easyiot_zb-gw04-1v2_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: SL_GPIO_PORT_D
SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortD
SL_IOSTREAM_USART_VCOM_CTS_PIN: 3

SL_IOSTREAM_USART_VCOM_RTS_PORT: SL_GPIO_PORT_D
SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortD
SL_IOSTREAM_USART_VCOM_RTS_PIN: 4

SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64
Expand Down
6 changes: 3 additions & 3 deletions manifests/easyiot/easyiot_zb-gw04-1v2_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand All @@ -45,7 +45,7 @@ c_defines:
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64

SL_SIMPLE_BUTTON_BTN1_MODE: SL_SIMPLE_BUTTON_MODE_INTERRUPT
SL_SIMPLE_BUTTON_BTN1_PORT: SL_GPIO_PORT_A
SL_SIMPLE_BUTTON_BTN1_PORT: gpioPortA
SL_SIMPLE_BUTTON_BTN1_PIN: 0

SL_CLOCK_MANAGER_HFXO_EN: 1
Expand Down
6 changes: 3 additions & 3 deletions manifests/easyiot/easyiot_zb-gw04_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ c_defines:
SL_SERIAL_UART_PERIPHERAL: USART0
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_TX_PORT: gpioPortB
SL_SERIAL_UART_TX_PIN: 1

SL_SERIAL_UART_RX_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_RX_PORT: gpioPortB
SL_SERIAL_UART_RX_PIN: 0

SL_SERIAL_UART_CTS_PORT: 0
Expand All @@ -29,5 +29,5 @@ c_defines:
SL_SERIAL_UART_RTS_PIN: 0

SL_GPIO_ACTIVATION_POLARITY: LOW
SL_BTL_BUTTON_PORT: SL_GPIO_PORT_A
SL_BTL_BUTTON_PORT: gpioPortA
SL_BTL_BUTTON_PIN: 0
8 changes: 4 additions & 4 deletions manifests/nabucasa/nabucasa_skyconnect_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ c_defines:
SL_SERIAL_UART_PERIPHERAL: USART0
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_TX_PORT: gpioPortA
SL_SERIAL_UART_TX_PIN: 6

SL_SERIAL_UART_RX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 5

SL_SERIAL_UART_CTS_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_CTS_PORT: gpioPortB
SL_SERIAL_UART_CTS_PIN: 1

SL_SERIAL_UART_RTS_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_RTS_PORT: gpioPortB
SL_SERIAL_UART_RTS_PIN: 0
8 changes: 4 additions & 4 deletions manifests/nabucasa/nabucasa_skyconnect_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 6

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 5

SL_IOSTREAM_USART_VCOM_CTS_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_CTS_PIN: 1

SL_IOSTREAM_USART_VCOM_RTS_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RTS_PIN: 0

SL_APPLICATION_PRODUCT_ID: '{0xE9, 0x92, 0x67, 0x94, 0xBB, 0x2C, 0x4E, 0xC8, 0x9F, 0x36, 0xD9, 0xC6, 0x79, 0x4A, 0x81, 0xFB}'
Expand Down
4 changes: 2 additions & 2 deletions manifests/nabucasa/nabucasa_skyconnect_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 6

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 5

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand Down
10 changes: 5 additions & 5 deletions manifests/nabucasa/nabucasa_yellow_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ c_defines:
SL_SERIAL_UART_PERIPHERAL: USART0
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_TX_PORT: gpioPortA
SL_SERIAL_UART_TX_PIN: 5

SL_SERIAL_UART_RX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 6

SL_SERIAL_UART_CTS_PORT: SL_GPIO_PORT_D
SL_SERIAL_UART_CTS_PORT: gpioPortD
SL_SERIAL_UART_CTS_PIN: 2

SL_SERIAL_UART_RTS_PORT: SL_GPIO_PORT_C
SL_SERIAL_UART_RTS_PORT: gpioPortC
SL_SERIAL_UART_RTS_PIN: 1

SL_GPIO_ACTIVATION_POLARITY: LOW
SL_BTL_BUTTON_PORT: SL_GPIO_PORT_B
SL_BTL_BUTTON_PORT: gpioPortB
SL_BTL_BUTTON_PIN: 0
10 changes: 5 additions & 5 deletions manifests/nabucasa/nabucasa_yellow_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,20 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 5

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 6

SL_IOSTREAM_USART_VCOM_CTS_PORT: SL_GPIO_PORT_D
SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortD
SL_IOSTREAM_USART_VCOM_CTS_PIN: 2

SL_IOSTREAM_USART_VCOM_RTS_PORT: SL_GPIO_PORT_C
SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortC
SL_IOSTREAM_USART_VCOM_RTS_PIN: 1

SL_SIMPLE_LED_BOARD_ACTIVITY_POLARITY: SL_SIMPLE_LED_POLARITY_ACTIVE_LOW
SL_SIMPLE_LED_BOARD_ACTIVITY_PORT: SL_GPIO_PORT_B
SL_SIMPLE_LED_BOARD_ACTIVITY_PORT: gpioPortB
SL_SIMPLE_LED_BOARD_ACTIVITY_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64
Expand Down
4 changes: 2 additions & 2 deletions manifests/smlight/smlight_slzb06m_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand Down
4 changes: 2 additions & 2 deletions manifests/smlight/smlight_slzb06m_zigbee_ncp_hb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand Down
6 changes: 3 additions & 3 deletions manifests/smlight/smlight_slzb06m_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_TX_PIN: 1

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RX_PIN: 0

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand All @@ -45,7 +45,7 @@ c_defines:
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 64

SL_SIMPLE_LED_LED0_POLARITY: SL_SIMPLE_LED_POLARITY_ACTIVE_HIGH
SL_SIMPLE_LED_LED0_PORT: SL_GPIO_PORT_C
SL_SIMPLE_LED_LED0_PORT: gpioPortC
SL_SIMPLE_LED_LED0_PIN: 0

SL_CLOCK_MANAGER_HFXO_EN: 1
Expand Down
10 changes: 5 additions & 5 deletions manifests/smlight/smlight_slzb07Mg24_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ c_defines:
SL_SERIAL_UART_PERIPHERAL: USART0
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_TX_PORT: gpioPortA
SL_SERIAL_UART_TX_PIN: 6

SL_SERIAL_UART_RX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 5

SL_SERIAL_UART_CTS_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_CTS_PORT: gpioPortB
SL_SERIAL_UART_CTS_PIN: 1

SL_SERIAL_UART_RTS_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_RTS_PORT: gpioPortB
SL_SERIAL_UART_RTS_PIN: 0

SL_GPIO_ACTIVATION_POLARITY: LOW
SL_BTL_BUTTON_PORT: SL_GPIO_PORT_A
SL_BTL_BUTTON_PORT: gpioPortA
SL_BTL_BUTTON_PIN: 0
8 changes: 4 additions & 4 deletions manifests/smlight/smlight_slzb07Mg24_zigbee_ncp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 6

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 5

SL_IOSTREAM_USART_VCOM_CTS_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_CTS_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_CTS_PIN: 1

SL_IOSTREAM_USART_VCOM_RTS_PORT: SL_GPIO_PORT_B
SL_IOSTREAM_USART_VCOM_RTS_PORT: gpioPortB
SL_IOSTREAM_USART_VCOM_RTS_PIN: 0

SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 128
Expand Down
6 changes: 3 additions & 3 deletions manifests/smlight/smlight_slzb07Mg24_zigbee_router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ c_defines:
SL_IOSTREAM_USART_VCOM_PERIPHERAL: USART0
SL_IOSTREAM_USART_VCOM_PERIPHERAL_NO: 0

SL_IOSTREAM_USART_VCOM_TX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_TX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_TX_PIN: 6

SL_IOSTREAM_USART_VCOM_RX_PORT: SL_GPIO_PORT_A
SL_IOSTREAM_USART_VCOM_RX_PORT: gpioPortA
SL_IOSTREAM_USART_VCOM_RX_PIN: 5

SL_IOSTREAM_USART_VCOM_CTS_PORT: 0
Expand All @@ -45,7 +45,7 @@ c_defines:
SL_IOSTREAM_USART_VCOM_RX_BUFFER_SIZE: 128

SL_SIMPLE_LED_LED0_POLARITY: SL_SIMPLE_LED_POLARITY_ACTIVE_HIGH
SL_SIMPLE_LED_LED0_PORT: SL_GPIO_PORT_C
SL_SIMPLE_LED_LED0_PORT: gpioPortC
SL_SIMPLE_LED_LED0_PIN: 0

SL_CLOCK_MANAGER_HFXO_EN: 1
Expand Down
10 changes: 5 additions & 5 deletions manifests/smlight/smlight_slzb07_bootloader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ c_defines:
SL_SERIAL_UART_PERIPHERAL: USART0
SL_SERIAL_UART_PERIPHERAL_NO: 0

SL_SERIAL_UART_TX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_TX_PORT: gpioPortA
SL_SERIAL_UART_TX_PIN: 6

SL_SERIAL_UART_RX_PORT: SL_GPIO_PORT_A
SL_SERIAL_UART_RX_PORT: gpioPortA
SL_SERIAL_UART_RX_PIN: 5

SL_SERIAL_UART_CTS_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_CTS_PORT: gpioPortB
SL_SERIAL_UART_CTS_PIN: 1

SL_SERIAL_UART_RTS_PORT: SL_GPIO_PORT_B
SL_SERIAL_UART_RTS_PORT: gpioPortB
SL_SERIAL_UART_RTS_PIN: 0

SL_GPIO_ACTIVATION_POLARITY: LOW
SL_BTL_BUTTON_PORT: SL_GPIO_PORT_A
SL_BTL_BUTTON_PORT: gpioPortA
SL_BTL_BUTTON_PIN: 0
Loading

0 comments on commit 99398f7

Please sign in to comment.