Skip to content

Commit c05cea6

Browse files
committed
readme and cleanup
1 parent 485fe79 commit c05cea6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

hil-test/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

hil-test/tests/spi_full_duplex_dma.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)