Skip to content

Commit 4bc62d9

Browse files
Tim-Wang38Arto Kinnunen
authored andcommitted
targets:uart: Add uart_3 support
Add uart_3 support, which using GPIO_AD_B1_06 as TX pin, GPIO_AD_B1_07 as RX pin Signed-off-by: timwang <[email protected]>
1 parent 1ec914c commit 4bc62d9

File tree

1 file changed

+2
-0
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK

1 file changed

+2
-0
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_MIMXRT1050/TARGET_EVK/PeripheralPins.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@ const PinMap PinMap_I2C_SCL[] = {
5252
/************UART***************/
5353
const PinMap PinMap_UART_TX[] = {
5454
{GPIO_AD_B0_12, UART_1, 2},
55+
{GPIO_AD_B1_06, UART_3, 2},
5556
{NC , NC , 0}
5657
};
5758

5859
const PinMap PinMap_UART_RX[] = {
5960
{GPIO_AD_B0_13, UART_1, 2},
61+
{GPIO_AD_B1_07, UART_3, 2},
6062
{NC , NC , 0}
6163
};
6264

0 commit comments

Comments
 (0)