Skip to content

Commit e7ae179

Browse files
Tim-Wang38liugang-gavin
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 5daad96 commit e7ae179

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
@@ -51,11 +51,13 @@ const PinMap PinMap_I2C_SCL[] = {
5151
/************UART***************/
5252
const PinMap PinMap_UART_TX[] = {
5353
{GPIO_AD_B0_12, UART_1, 2},
54+
{GPIO_AD_B1_06, UART_3, 2},
5455
{NC , NC , 0}
5556
};
5657

5758
const PinMap PinMap_UART_RX[] = {
5859
{GPIO_AD_B0_13, UART_1, 2},
60+
{GPIO_AD_B1_07, UART_3, 2},
5961
{NC , NC , 0}
6062
};
6163

0 commit comments

Comments
 (0)