Add CTS and RTS flow-control tests

This commit is contained in:
2026-08-22 22:36:37 +02:00
parent 3024b135dc
commit 126314a277
4 changed files with 793 additions and 23 deletions
+4
View File
@@ -13,6 +13,10 @@
#define BOARD_RGB_LED_GPIO GPIO_NUM_48
#define RS232_UART_PORT UART_NUM_1
/* UART2 is used only as an internal traffic generator during flow-control tests. */
#define RS232_TEST_GENERATOR_UART_PORT UART_NUM_2
#define RS232_TX_GPIO GPIO_NUM_17
#define RS232_RX_GPIO GPIO_NUM_18
#define RS232_RTS_GPIO GPIO_NUM_15