@@ -68,35 +68,39 @@ The [`hil.yml`] workflow builds the test suite for all our available targets and
6868Our self-hosted runners have the following setup:
6969- ESP32-C2 (` esp32c2-jtag ` ):
7070 - Devkit: ` ESP8684-DevKitM-1 ` connected via UART.
71+ - ` GPIO18 ` and ` GPIO9 ` are I2C pins.
7172 - ` GPIO2 ` and ` GPIO3 ` are connected.
7273 - Probe: ` ESP-Prog ` connected with the [ following connections] [ connection_c2 ]
7374 - RPi: Raspbian 12 configured with the following [ setup]
7475- ESP32-C3 (` rustboard ` ):
7576 - Devkit: ` ESP32-C3-DevKit-RUST-1 ` connected via USB-Serial-JTAG.
77+ - ` GPIO4 ` and ` GPIO5 ` are I2C pins.
7678 - ` GPIO2 ` and ` GPIO3 ` are connected.
77- - ` GPIO5 ` and ` GPIO6 ` are connected.
7879 - RPi: Raspbian 12 configured with the following [ setup]
7980- ESP32-C6 (` esp32c6-usb ` ):
8081 - Devkit: ` ESP32-C6-DevKitC-1 V1.2 ` connected via USB-Serial-JTAG (` USB ` port).
82+ - ` GPIO6 ` and ` GPIO7 ` are I2C pins.
8183 - ` GPIO2 ` and ` GPIO3 ` are connected.
82- - ` GPIO5 ` and ` GPIO6 ` are connected.
84+ - ` GPIO4 ` and ` GPIO5 ` are connected.
8385 - RPi: Raspbian 12 configured with the following [ setup]
8486- ESP32-H2 (` esp32h2-usb ` ):
8587 - Devkit: ` ESP32-H2-DevKitM-1 ` connected via USB-Serial-JTAG (` USB ` port).
88+ - ` GPIO12 ` and ` GPIO22 ` are I2C pins.
8689 - ` GPIO2 ` and ` GPIO3 ` are connected.
87- - ` GPIO5 ` and ` GPIO8 ` are connected.
90+ - ` GPIO4 ` and ` GPIO5 ` are connected.
8891 - RPi: Raspbian 12 configured with the following [ setup]
8992- ESP32-S2 (` esp32s2-jtag ` ):
9093 - Devkit: ` ESP32-S2-Saola-1 ` connected via UART.
91- - ` GPIO2 ` and ` GPIO3 ` are connected .
92- - ` GPIO5 ` and ` GPIO6 ` are connected.
94+ - ` GPIO2 ` and ` GPIO3 ` are I2C pins .
95+ - ` GPIO9 ` and ` GPIO10 ` are connected.
9396 - Probe: ` ESP-Prog ` connected with the [ following connections] [ connection_s2 ]
9497 - RPi: Raspbian 12 configured with the following [ setup]
9598- ESP32-S3 (` esp32s3-usb ` ):
9699 - Devkit: ` ESP32-S3-DevKitC-1 ` connected via USB-Serial-JTAG.
97- - ` GPIO2 ` and ` GPIO3 ` are connected .
98- - ` GPIO5 ` and ` GPIO6 ` are connected.
100+ - ` GPIO2 ` and ` GPIO3 ` are I2C pins .
101+ - ` GPIO4 ` and ` GPIO5 ` are connected.
99102 - ` GPIO1 ` and ` GPIO21 ` are connected.
103+ - ` GPIO9 ` and ` GPIO10 ` are connected.
100104 - ` GPIO43 (TX) ` and ` GPIO45 ` are connected.
101105 - RPi: Raspbian 12 configured with the following [ setup]
102106
0 commit comments