esp-hal/esp32c6-hal/examples
Dániel Buga 39519dfdc9
RISC-V executors (#947)
* RISC-V executors

* Add multiprio example to RISC-V SoCs

* Check new examples

* Hack in support for generic queue

* Reserve SoftwareInterrupt0 for multicore thread-mode executors

* Merge interrupt executors

* Merge thread-mode executors

* Document the new features and expand on time drivers

* Main tasks don't have to return !

* Unify multiprio examples

* Undo C6 log output change
2023-11-22 14:36:53 +00:00
..
adc_cal.rs
adc.rs
advanced_serial.rs
aes_dma.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
crc.rs
debug_assist.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
direct-vectoring.rs
ecc.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 RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_i2s_sound.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_multiprio.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_parl_io_rx.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
embassy_parl_io_tx.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 RISC-V executors (#947) 2023-11-22 14:36:53 +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
etm_blinky_systimer.rs
etm_gpio.rs
gpio_interrupt.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
hello_rgb.rs
hello_world.rs
hmac.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs
i2s_read.rs
i2s_sound.rs
interrupt_preemption.rs
ledc.rs
lp_core_basic.rs
mcpwm.rs
parl_io_rx.rs
parl_io_tx.rs
pcnt_encoder.rs
qspi_flash.rs
ram.rs
read_efuse.rs
rmt_rx.rs
rmt_tx.rs
rng.rs
rsa.rs
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
software_interrupts.rs
spi_eh1_device_loopback.rs
spi_eh1_loopback.rs
spi_halfduplex_read_manufacturer_id.rs
spi_loopback_dma.rs
spi_loopback.rs
spi_slave_dma.rs
systimer.rs
timer_interrupt.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
usb_serial_jtag.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
watchdog.rs