Skip to content

Commit c11c817

Browse files
svastm0xc0170
authored andcommitted
Add tests for asynchronous serial
1 parent 1f80a12 commit c11c817

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/tests/utest/serial_asynch/serial_asynch.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
5252
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
5353

54+
#elif defined(TARGET_NUCLEO_F207ZG)
55+
#define TEST_SERIAL_ONE_TX_PIN PC_12 // UART5
56+
#define TEST_SERIAL_TWO_RX_PIN PC_11 // UART4
57+
5458
#elif defined(TARGET_DISCO_F334C8)
5559
#define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
5660
#define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1

0 commit comments

Comments
 (0)