File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -103,9 +103,17 @@ Our self-hosted runners have the following setup:
103103 - ` GPIO9 ` and ` GPIO10 ` are connected.
104104 - ` GPIO43 (TX) ` and ` GPIO45 ` are connected.
105105 - RPi: Raspbian 12 configured with the following [ setup]
106+ - ESP32 (` esp32-jtag ` ):
107+ - Devkit: ` ESP32-DevKitC-V4 ` connected via UART.
108+ - ` GPIO32 ` and ` GPIO33 ` are I2C pins.
109+ - ` GPIO4 ` and ` GPIO5 ` are connected.
110+ - ` GPIO26 ` and ` GPIO27 ` are connected.
111+ - Probe: ` ESP-Prog ` connected with the [ following connections] [ connection_esp32 ]
112+ - RPi: Raspbian 12 configured with the following [ setup]
106113
107114[ connection_c2 ] : https://docs.espressif.com/projects/esp-idf/en/stable/esp32c2/api-guides/jtag-debugging/configure-other-jtag.html#configure-hardware
108115[ connection_s2 ] : https://docs.espressif.com/projects/esp-idf/en/stable/esp32s2/api-guides/jtag-debugging/configure-other-jtag.html#configure-hardware
116+ [ connection_esp32 ] : https://docs.espressif.com/projects/esp-idf/en/v5.3.1/esp32/api-guides/jtag-debugging/configure-other-jtag.html#configure-hardware
109117[ `hil.yml` ] : https://github.com/esp-rs/esp-hal/blob/main/.github/workflows/hil.yml
110118[ setup ] : #rpi-setup
111119
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ mod tests {
5656 let io = Io :: new ( peripherals. GPIO , peripherals. IO_MUX ) ;
5757 let sclk = io. pins . gpio0 ;
5858 let ( miso, mosi) = hil_test:: common_test_pins!( io) ;
59- // let cs = io.pins.gpio8;
6059
6160 let dma = Dma :: new ( peripherals. DMA ) ;
6261
You can’t perform that action at this time.
0 commit comments