esp-hal/esp32h2-hal/examples
Dániel Buga e082d47a87
Multicore-aware executors (#723)
* Implement multicore-aware executors

* Add examples

* Use pre-defined config to import SystemPeripheral

* Use static_cell::make_static
2023-08-28 10:05:42 -07:00
..
adc.rs H2: Add initial ADC support with example (#565) 2023-05-31 06:03:27 -07:00
advanced_serial.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
aes.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
blinky_erased_pins.rs Add blinky_erased_pins example for ESP32-H2 (#530) 2023-05-12 14:18:04 +02:00
blinky.rs Update the top-level README and CHANGELOG, fix blinky example 2023-05-08 08:03:08 -07:00
crc.rs Add MD5 functionality from ESP ROM (#618) 2023-06-26 09:01:34 +02:00
debug_assist.rs Initial support for ASSIST_DEBUG in ESP32-H2 (#566) 2023-05-30 09:10:55 -07:00
direct-vectoring.rs Adding direct vector table hooking support for RISC-V's (#621) 2023-08-01 16:28:40 +01:00
embassy_hello_world.rs Multicore-aware executors (#723) 2023-08-28 10:05:42 -07:00
embassy_i2c.rs Multicore-aware executors (#723) 2023-08-28 10:05:42 -07:00
embassy_serial.rs Multicore-aware executors (#723) 2023-08-28 10:05:42 -07:00
embassy_spi.rs Multicore-aware executors (#723) 2023-08-28 10:05:42 -07:00
embassy_wait.rs Multicore-aware executors (#723) 2023-08-28 10:05:42 -07:00
gpio_interrupt.rs Add interrupt-related examples for the ESP32-H2 (#557) 2023-05-25 09:22:26 -07:00
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 Added WDT support for ESP32-H2 (#511) 2023-05-08 08:03:08 -07:00
hmac.rs feat(hmac): Add HMAC driver for hardware acceleration (#755) 2023-08-28 08:54:41 +02:00
i2c_bmp180_calibration_data.rs Initial support for I2C in ESP32-H2 (#538) 2023-05-15 16:20:01 +02:00
i2c_display.rs Update embedded-graphics and ssd1306, address breaking changes 2023-06-28 09:47:43 -07:00
i2s_read.rs H2: Add I2S support (#597) 2023-06-19 06:24:09 -07:00
i2s_sound.rs H2: Add I2S support (#597) 2023-06-19 06:24:09 -07:00
interrupt_preemption.rs Add interrupt-related examples for the ESP32-H2 (#557) 2023-05-25 09:22:26 -07:00
ledc.rs H2: Add initial LEDC support with example 2023-05-29 07:11:44 -07:00
mcpwm.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
parl_io_tx.rs PARL_IO TX driver (#733) 2023-08-23 10:32:13 -07:00
pcnt_encoder.rs Initial support for PCNT in ESP32-H2 (#551) 2023-05-19 09:27:11 +02:00
qspi_flash.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
ram.rs Initial support for RMT in ESP32-H2 (#556) 2023-05-23 10:14:17 -07:00
read_efuse.rs Initial support for I2C in ESP32-H2 (#538) 2023-05-15 16:20:01 +02:00
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 Initial support for RNG in ESP32-H2 (#591) 2023-06-14 07:31:47 -07:00
rsa.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
rtc_time.rs Clean up a stray comment in rtc_time examples (#630) 2023-06-30 12:30:05 +01:00
rtc_watchdog.rs Added WDT support for ESP32-H2 (#511) 2023-05-08 08:03:08 -07:00
serial_interrupts.rs fixed async read w/o at_cmd (#652) 2023-07-25 12:19:59 +01:00
sha.rs feat: Initial support for SHA 2023-05-11 09:30:40 -07:00
software_interrupts.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
spi_eh1_device_loopback.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
spi_eh1_loopback.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
spi_halfduplex_read_manufacturer_id.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
spi_loopback_dma.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
spi_loopback.rs Add all SPI examples for the ESP32-H2 (#549) 2023-05-31 09:49:13 +02:00
systimer.rs Add some miscellaneous examples for the ESP32-H2 (#548) 2023-05-17 07:13:47 -07:00
timer_interrupt.rs H2: Add timer_interrupt example (#576) 2023-06-06 07:18:20 -07:00
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 Added WDT support for ESP32-H2 (#511) 2023-05-08 08:03:08 -07:00