esp-hal/esp32c6-hal/examples
Björn Quentin 9a894879a7
PARL_IO RX for ESP32-C6 / H2 (#760)
* PARL_IO RX for ESP32-C6 / H2

* Add PARL_IO RX to README.md

* Remove logger-init from PARL_IO_RX examples
2023-08-29 18:48:37 +02:00
..
adc_cal.rs ADC raw values calibration (#555) 2023-07-04 10:14:27 -07:00
adc.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
advanced_serial.rs ESP32H2: Improve examples documentation (#598) 2023-06-19 07:14:12 -07:00
aes.rs Improve examples documentation (#533) 2023-05-12 13:46:56 +02:00
blinky_erased_pins.rs Add blinky_erased_pins example for ESP32-H2 (#530) 2023-05-12 14:18:04 +02:00
blinky.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
crc.rs Add MD5 functionality from ESP ROM (#618) 2023-06-26 09:01:34 +02:00
debug_assist.rs Add DEBUG-ASSIST functionality (#484) 2023-04-20 07:38: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 PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02: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 Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02: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 Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
i2c_display.rs Update embedded-graphics and ssd1306, address breaking changes 2023-06-28 09:47:43 -07:00
i2s_read.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
i2s_sound.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
interrupt_preemption.rs Correct a number of comments in various examples 2023-05-25 06:02:15 -07:00
ledc.rs Add duty-cycle fading support 2023-05-15 17:11:31 +00:00
lp_core_basic.rs Add basic LP_IO support (#639) 2023-07-07 10:08:52 +02:00
mcpwm.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
parl_io_rx.rs PARL_IO RX for ESP32-C6 / H2 (#760) 2023-08-29 18:48:37 +02:00
parl_io_tx.rs PARL_IO RX for ESP32-C6 / H2 (#760) 2023-08-29 18:48:37 +02:00
pcnt_encoder.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
qspi_flash.rs Make in-progress DMA transfers potentially fallible (#665) 2023-07-22 20:14:57 +01:00
ram.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
read_efuse.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
rmt_rx.rs Add a new RMT driver (#653) 2023-07-19 10:54:52 -07:00
rmt_tx.rs Add a new RMT driver (#653) 2023-07-19 10:54:52 -07:00
rng.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02: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 Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
serial_interrupts.rs fixed async read w/o at_cmd (#652) 2023-07-25 12:19:59 +01:00
sha.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
software_interrupts.rs Correct a number of comments in various examples 2023-05-25 06:02:15 -07:00
spi_eh1_device_loopback.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
spi_eh1_loopback.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
spi_halfduplex_read_manufacturer_id.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +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 PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
systimer.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00
timer_interrupt.rs Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02: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 Add PeripheralClockControl argument to timg, wdt, sha, usb-serial-jtag and uart constructors (#463) 2023-03-31 09:51:34 +02:00