There was an error while loading. Please reload this page.
1 parent 14abe99 commit 3ea076aCopy full SHA for 3ea076a
.github/workflows/hil.yml
@@ -101,6 +101,8 @@ jobs:
101
matrix:
102
target:
103
# RISC-V devices:
104
+ - soc: esp32c2
105
+ runner: esp32c2-jtag
106
- soc: esp32c3
107
runner: esp32c3-usb
108
- soc: esp32c6
hil-test/tests/spi_full_duplex_dma.rs
@@ -280,8 +280,8 @@ mod tests {
280
let io = Io::new(peripherals.GPIO, peripherals.IO_MUX);
281
let sclk = io.pins.gpio0;
282
let miso = io.pins.gpio2;
283
- let mosi = io.pins.gpio4;
284
- let cs = io.pins.gpio5;
+ let mosi = io.pins.gpio3;
+ let cs = io.pins.gpio8;
285
286
let dma = Dma::new(peripherals.DMA);
287
0 commit comments