esp-hal/esp32s3-hal/examples
Scott Mabin 3f7181fece
Async SPI (#385)
* ground work for async dma (gdma only atm)

* Add async DMA (GDMA) - esp32c3/esp32c2

* Add Async SPI impl for esp32c3/c2

* Remove private modules from DMA

* add async spi example for esp32c3

* Switch to assoc wakers instead of a static array

* add support for esp32/esp32s2

* add support for esp32s3

* run fmt

* add c2 example, fix CI

* Remove redundant comments
2023-02-08 11:02:03 +00:00
..
adc.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
advanced_serial.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
aes.rs aes accelerator implementation 2023-01-24 10:04:57 -08:00
blinky.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
clock_monitor.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
embassy_hello_world.rs Async: GPIO (#333) 2023-01-27 10:44:08 -08:00
embassy_spi.rs Async SPI (#385) 2023-02-08 11:02:03 +00:00
embassy_wait.rs Async: GPIO (#333) 2023-01-27 10:44:08 -08:00
gpio_interrupt.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
hello_rgb.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
hello_world.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
i2c_bmp180_calibration_data.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
i2c_display.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
i2s_read.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
i2s_sound.rs Peripheral ref/gpio (#323) 2022-12-19 14:40:29 +00:00
ledc.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
mcpwm.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
multicore.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
pcnt_encoder.rs pulse counter implementation (#328) 2023-01-17 17:04:22 +00:00
pulse_control.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
ram.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
read_efuse.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
rtc_watchdog.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
serial_interrupts.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
sha.rs Peripheral ref/sha (#312) 2022-12-14 12:19:53 +00:00
spi_eh1_device_loopback.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
spi_eh1_loopback.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
spi_loopback_dma.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
spi_loopback.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
systimer.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
timer_interrupt.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
twai.rs enable TWAI on ESP32-S3 (#325) 2023-01-03 10:02:01 -08:00
usb_serial_jtag.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
usb_serial.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00
watchdog.rs PeripheralRef init: uart (#272) 2022-12-12 14:45:33 +00:00