We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23e287 commit 70db05bCopy full SHA for 70db05b
hil-test/tests/spi_full_duplex.rs
@@ -37,6 +37,7 @@ mod tests {
37
let peripherals = esp_hal::init(esp_hal::Config::default());
38
39
let io = Io::new(peripherals.GPIO, peripherals.IO_MUX);
40
+
41
let sclk = io.pins.gpio0;
42
let (miso, mosi) = hil_test::common_test_pins!(io);
43
let cs = io.pins.gpio8;
hil-test/tests/spi_full_duplex_dma.rs
@@ -10,6 +10,8 @@
10
11
//% CHIPS: esp32 esp32c2 esp32c3 esp32c6 esp32h2 esp32s2 esp32s3
12
13
+//% FEATURES: defmt
14
15
#![no_std]
16
#![no_main]
17
0 commit comments