Skip to content

Commit b5c3647

Browse files
committed
[STM32L0] Add tests for asynchronous serial
1 parent 64cfee5 commit b5c3647

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

libraries/tests/utest/serial_asynch/serial_asynch.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
#define TEST_SERIAL_ONE_TX_PIN D1 // UART2
4848
#define TEST_SERIAL_TWO_RX_PIN D4 // UART5
4949

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+
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
56+
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
57+
5058
#elif defined(TARGET_NUCLEO_L152RE)
5159
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
5260
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1

0 commit comments

Comments
 (0)