We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c384c9 commit e7b1b76Copy full SHA for e7b1b76
libraries/tests/utest/serial_asynch/serial_asynch.cpp
@@ -71,6 +71,9 @@
71
#define TEST_SERIAL_ONE_TX_PIN PB_6 // UART1
72
#define TEST_SERIAL_TWO_RX_PIN PG_9 // UART6
73
74
+#elif defined(TARGET_NUCLEO_L476RG)
75
+#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
76
+#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
77
#elif defined(TARGET_RZ_A1H)
78
#define TEST_SERIAL_ONE_TX_PIN P8_14 // UART4
79
#define TEST_SERIAL_TWO_RX_PIN P8_11 // UART5
0 commit comments