esp-hal/esp32c3-hal/examples
Björn Quentin 17884743bd
Dma convenience macro (#935)
* Add macro to create DMA buffers and descriptors

* Remove WDT disabling from remaining examples

* CHANGELOG.md entry

* Remove redundant `unsafe`

* Easier way to make RX and TX same sized
2023-12-01 10:22:39 +00:00
..
adc_cal.rs
adc.rs
advanced_serial.rs
aes_dma.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
clock_monitor.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
crc.rs
debug_assist.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
direct-vectoring.rs
embassy_hello_world.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_i2c.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_i2s_read.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
embassy_i2s_sound.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
embassy_multiprio.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_rmt_rx.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_rmt_tx.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_serial.rs
embassy_spi.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
embassy_usb_serial_jtag.rs Async read implementation for usb serial jtag (#889) 2023-11-17 18:26:45 +00:00
embassy_wait.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
gpio_interrupt.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
hello_rgb.rs Improve SmartLED init (#980) 2023-11-28 13:30:42 +00:00
hello_world.rs
hmac.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs
i2s_read.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
i2s_sound.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
interrupt_preemption.rs
ledc.rs
qspi_flash.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
ram.rs
read_efuse.rs
rmt_rx.rs
rmt_tx.rs
rng.rs
rsa.rs fix!: Use u32 words instead of u8 bytes for the RSA driver (#981) 2023-11-29 08:49:53 +00:00
rtc_time.rs
rtc_watchdog.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
serial_interrupts.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
sha.rs
sleep_timer_rtcio.rs
sleep_timer.rs
software_interrupts.rs
spi_eh1_device_loopback.rs Remove SpiBusDevice and SpiBusController (#978) 2023-11-28 08:55:55 +00:00
spi_eh1_loopback.rs RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +00:00
spi_halfduplex_read_manufacturer_id.rs RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +00:00
spi_loopback_dma.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
spi_loopback.rs RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +00:00
spi_slave_dma.rs Dma convenience macro (#935) 2023-12-01 10:22:39 +00:00
systimer.rs
timer_interrupt.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
twai.rs
usb_serial_jtag.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
watchdog.rs