fix rt1050 evk build with latest mcu-sdk

This commit is contained in:
hathach 2022-07-11 14:21:19 +07:00
parent 19768936ae
commit 6da1e93edd
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
4 changed files with 5 additions and 2 deletions

View File

@ -3,6 +3,7 @@ mcu:LPC177X_8X
mcu:LPC18XX
mcu:LPC40XX
mcu:LPC43XX
mcu:MIMXRT
mcu:MIMXRT10XX
mcu:MIMXRT11XX
mcu:RP2040

View File

@ -3,6 +3,7 @@ mcu:LPC177X_8X
mcu:LPC18XX
mcu:LPC40XX
mcu:LPC43XX
mcu:MIMXRT
mcu:MIMXRT10XX
mcu:MIMXRT11XX
mcu:RP2040

View File

@ -3,6 +3,7 @@ mcu:LPC177X_8X
mcu:LPC18XX
mcu:LPC40XX
mcu:LPC43XX
mcu:MIMXRT
mcu:MIMXRT10XX
mcu:MIMXRT11XX
mcu:RP2040

View File

@ -45,7 +45,7 @@
// UART
#define UART_PORT LPUART1
#define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RX
#define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TX
#define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RXD
#define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TXD
#endif /* BOARD_H_ */