esp-hal/esp32h2-hal/examples
Jesse Braham 00fac71b68
Update the PACs and resolve breaking changes, simplify rmt driver (#695)
* Update to latest (unreleased) versions of PACs

* Update `SDMCC` peripheral to `SDHOST` for ESP32

* Fix `USB_DEVICE` interrupts

* Fix references to various renamed GPIO fields for ESP32-S2

* Update and re-organize the `rmt` driver

* Update CHANGELOG
2023-07-27 23:16:39 +01:00
..
adc.rs
advanced_serial.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
crc.rs
debug_assist.rs
embassy_hello_world.rs
embassy_i2c.rs
embassy_serial.rs fixed async read w/o at_cmd (#652) 2023-07-25 12:19:59 +01:00
embassy_spi.rs Some minor cleanup (#642) 2023-07-05 11:09:04 -07:00
embassy_wait.rs
gpio_interrupt.rs
hello_rgb.rs Update esp-hal-smartled to use the new rmt driver, remove old pulse_control driver (#694) 2023-07-27 16:07:15 +01:00
hello_world.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs Update embedded-graphics and ssd1306, address breaking changes 2023-06-28 09:47:43 -07:00
i2s_read.rs
i2s_sound.rs
interrupt_preemption.rs
ledc.rs
mcpwm.rs
pcnt_encoder.rs
qspi_flash.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
ram.rs
read_efuse.rs
rmt_rx.rs Add a new RMT driver (#653) 2023-07-19 10:54:52 -07:00
rmt_tx.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
rng.rs
rsa.rs
rtc_time.rs Clean up a stray comment in rtc_time examples (#630) 2023-06-30 12:30:05 +01:00
rtc_watchdog.rs
serial_interrupts.rs fixed async read w/o at_cmd (#652) 2023-07-25 12:19:59 +01:00
sha.rs
software_interrupts.rs
spi_eh1_device_loopback.rs
spi_eh1_loopback.rs
spi_halfduplex_read_manufacturer_id.rs
spi_loopback_dma.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
spi_loopback.rs
systimer.rs
timer_interrupt.rs
usb_serial_jtag.rs Update the PACs and resolve breaking changes, simplify rmt driver (#695) 2023-07-27 23:16:39 +01:00
watchdog.rs