esp-hal/esp32c3-hal/examples
jneem 5503121bea
Async read implementation for usb serial jtag (#889)
* Async read implementation for usb serial jtag

* Check the example in ci

* Add the example's required features

* Add changelog entry

* Improve the example

* Add examples for other boards

* Fix changelog

* Add required features for examples
2023-11-17 18:26:45 +00:00
..
adc_cal.rs Provide ADC values in mV instead of requiring the user to scale them (#836) 2023-10-30 10:16:45 -07:00
adc.rs
advanced_serial.rs
aes_dma.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
clock_monitor.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
crc.rs
debug_assist.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
direct-vectoring.rs
embassy_hello_world.rs RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +00:00
embassy_i2c.rs
embassy_i2s_read.rs
embassy_i2s_sound.rs
embassy_rmt_rx.rs
embassy_rmt_tx.rs
embassy_serial.rs
embassy_spi.rs Improve spi master constructor (#901) 2023-11-08 12:11:58 +01: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
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
qspi_flash.rs Improve spi master constructor (#901) 2023-11-08 12:11:58 +01:00
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
sleep_timer_rtcio.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 Improve spi master constructor (#901) 2023-11-08 12:11:58 +01:00
spi_loopback.rs RISC-V: Make atomic emulation opt-in (#904) 2023-11-10 11:51:47 +00:00
spi_slave_dma.rs
systimer.rs Miscellaneous pre-release fixes (#883) 2023-10-31 06:50:54 -07:00
timer_interrupt.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
twai.rs
usb_serial_jtag.rs Remove unnecessary riscv::interrupt::enable() from examples (#936) 2023-11-14 09:28:39 -08:00
watchdog.rs