Skip to content

Commit 6da1e93

Browse files
committed
fix rt1050 evk build with latest mcu-sdk
1 parent 1976893 commit 6da1e93

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

examples/host/bare_api/only.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mcu:LPC177X_8X
33
mcu:LPC18XX
44
mcu:LPC40XX
55
mcu:LPC43XX
6+
mcu:MIMXRT
67
mcu:MIMXRT10XX
78
mcu:MIMXRT11XX
89
mcu:RP2040

examples/host/cdc_msc_hid/only.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mcu:LPC177X_8X
33
mcu:LPC18XX
44
mcu:LPC40XX
55
mcu:LPC43XX
6+
mcu:MIMXRT
67
mcu:MIMXRT10XX
78
mcu:MIMXRT11XX
89
mcu:RP2040

examples/host/hid_controller/only.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ mcu:LPC177X_8X
33
mcu:LPC18XX
44
mcu:LPC40XX
55
mcu:LPC43XX
6+
mcu:MIMXRT
67
mcu:MIMXRT10XX
78
mcu:MIMXRT11XX
89
mcu:RP2040

hw/bsp/imxrt/boards/mimxrt1050_evkb/board.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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_ */

0 commit comments

Comments
 (0)