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 64cfee5 commit b5c3647Copy full SHA for b5c3647
libraries/tests/utest/serial_asynch/serial_asynch.cpp
@@ -47,6 +47,14 @@
47
#define TEST_SERIAL_ONE_TX_PIN D1 // UART2
48
#define TEST_SERIAL_TWO_RX_PIN D4 // UART5
49
50
+#elif defined(TARGET_NUCLEO_L053R8)
51
+#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
52
+#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
53
+
54
+#elif defined(TARGET_NUCLEO_L073RZ)
55
56
57
58
#elif defined(TARGET_NUCLEO_L152RE)
59
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
60
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
0 commit comments