File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
libraries/tests/utest/serial_asynch Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 43
43
#define TEST_SERIAL_ONE_TX_PIN D1 // UART2
44
44
#define TEST_SERIAL_TWO_RX_PIN D4 // UART5
45
45
46
+ #elif defined(TARGET_DISCO_F334C8)
47
+ #define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
48
+ #define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
49
+
50
+ #elif defined(TARGET_NUCLEO_F302R8)
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_F303RE)
55
+ #define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
56
+ #define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
57
+
58
+ #elif defined(TARGET_NUCLEO_F334R8)
59
+ #define TEST_SERIAL_ONE_TX_PIN PB_10 // UART3
60
+ #define TEST_SERIAL_TWO_RX_PIN PA_10 // UART1
61
+
46
62
#elif defined(TARGET_DISCO_F429ZI)
47
63
#define TEST_SERIAL_ONE_TX_PIN PD_5 // UART2
48
64
#define TEST_SERIAL_TWO_RX_PIN PG_9 // UART6
You can’t perform that action at this time.
0 commit comments