esp-hal/esp32-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.rs
advanced_serial.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
clock_monitor.rs
crc.rs
dac.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_multicore_interrupt.rs
embassy_multicore.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_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_wait.rs RISC-V executors (#947) 2023-11-22 14:36:53 +00:00
gpio_interrupt.rs
hello_rgb.rs
hello_world.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs
i2s_read.rs
i2s_sound.rs
ledc.rs
mcpwm.rs
multicore.rs
pcnt_encoder.rs
psram.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
serial_interrupts.rs
sha.rs
sleep_timer_ext0.rs
sleep_timer_ext1.rs
sleep_timer.rs
software_interrupts.rs
spi_eh1_device_loopback.rs RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +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
spi_loopback.rs RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +00:00
timer_interrupt.rs
watchdog.rs