Skip to content

Commit 3ea076a

Browse files
committed
ci: Enable C2 hil tests
1 parent 14abe99 commit 3ea076a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/hil.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
matrix:
102102
target:
103103
# RISC-V devices:
104+
- soc: esp32c2
105+
runner: esp32c2-jtag
104106
- soc: esp32c3
105107
runner: esp32c3-usb
106108
- soc: esp32c6

hil-test/tests/spi_full_duplex_dma.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ mod tests {
280280
let io = Io::new(peripherals.GPIO, peripherals.IO_MUX);
281281
let sclk = io.pins.gpio0;
282282
let miso = io.pins.gpio2;
283-
let mosi = io.pins.gpio4;
284-
let cs = io.pins.gpio5;
283+
let mosi = io.pins.gpio3;
284+
let cs = io.pins.gpio8;
285285

286286
let dma = Dma::new(peripherals.DMA);
287287

0 commit comments

Comments
 (0)