Skip to content

Commit 70db05b

Browse files
committed
SPI DMA partially works, _pcnt tests not working
1 parent b23e287 commit 70db05b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

hil-test/tests/spi_full_duplex.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ mod tests {
3737
let peripherals = esp_hal::init(esp_hal::Config::default());
3838

3939
let io = Io::new(peripherals.GPIO, peripherals.IO_MUX);
40+
4041
let sclk = io.pins.gpio0;
4142
let (miso, mosi) = hil_test::common_test_pins!(io);
4243
let cs = io.pins.gpio8;

hil-test/tests/spi_full_duplex_dma.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
1111
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
1212

13+
//% FEATURES: defmt
14+
1315
#![no_std]
1416
#![no_main]
1517

0 commit comments

Comments
 (0)