File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
hw/bsp/imxrt/boards/mimxrt1050_evkb Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ mcu:LPC177X_8X
33mcu:LPC18XX
44mcu:LPC40XX
55mcu:LPC43XX
6+ mcu:MIMXRT
67mcu:MIMXRT10XX
78mcu:MIMXRT11XX
89mcu:RP2040
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ mcu:LPC177X_8X
33mcu:LPC18XX
44mcu:LPC40XX
55mcu:LPC43XX
6+ mcu:MIMXRT
67mcu:MIMXRT10XX
78mcu:MIMXRT11XX
89mcu:RP2040
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ mcu:LPC177X_8X
33mcu:LPC18XX
44mcu:LPC40XX
55mcu:LPC43XX
6+ mcu:MIMXRT
67mcu:MIMXRT10XX
78mcu:MIMXRT11XX
89mcu:RP2040
Original file line number Diff line number Diff line change 4545
4646// UART
4747#define UART_PORT LPUART1
48- #define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RX
49- #define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TX
48+ #define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RXD
49+ #define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TXD
5050
5151#endif /* BOARD_H_ */
You can’t perform that action at this time.
0 commit comments