mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-10 03:44:22 +00:00
fix rt1050 evk build with latest mcu-sdk
This commit is contained in:
parent
19768936ae
commit
6da1e93edd
@ -3,6 +3,7 @@ mcu:LPC177X_8X
|
|||||||
mcu:LPC18XX
|
mcu:LPC18XX
|
||||||
mcu:LPC40XX
|
mcu:LPC40XX
|
||||||
mcu:LPC43XX
|
mcu:LPC43XX
|
||||||
|
mcu:MIMXRT
|
||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
mcu:MIMXRT11XX
|
mcu:MIMXRT11XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
|
@ -3,6 +3,7 @@ mcu:LPC177X_8X
|
|||||||
mcu:LPC18XX
|
mcu:LPC18XX
|
||||||
mcu:LPC40XX
|
mcu:LPC40XX
|
||||||
mcu:LPC43XX
|
mcu:LPC43XX
|
||||||
|
mcu:MIMXRT
|
||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
mcu:MIMXRT11XX
|
mcu:MIMXRT11XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
|
@ -3,6 +3,7 @@ mcu:LPC177X_8X
|
|||||||
mcu:LPC18XX
|
mcu:LPC18XX
|
||||||
mcu:LPC40XX
|
mcu:LPC40XX
|
||||||
mcu:LPC43XX
|
mcu:LPC43XX
|
||||||
|
mcu:MIMXRT
|
||||||
mcu:MIMXRT10XX
|
mcu:MIMXRT10XX
|
||||||
mcu:MIMXRT11XX
|
mcu:MIMXRT11XX
|
||||||
mcu:RP2040
|
mcu:RP2040
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
// UART
|
// UART
|
||||||
#define UART_PORT LPUART1
|
#define UART_PORT LPUART1
|
||||||
#define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RX
|
#define UART_RX_PINMUX IOMUXC_GPIO_AD_B0_13_LPUART1_RXD
|
||||||
#define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TX
|
#define UART_TX_PINMUX IOMUXC_GPIO_AD_B0_12_LPUART1_TXD
|
||||||
|
|
||||||
#endif /* BOARD_H_ */
|
#endif /* BOARD_H_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user