esp-hal/esp32s3-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_cal.rs
adc.rs
advanced_serial.rs
aes.rs
blinky_erased_pins.rs
blinky.rs
clock_monitor.rs
crc.rs
debug_assist.rs
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_multicore_interrupt.rs Multicore-aware executors (#723) 2023-08-28 10:05:42 -07:00
embassy_multicore.rs Multicore-aware executors (#723) 2023-08-28 10:05:42 -07:00
embassy_multiprio.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
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
hmac.rs feat(hmac): Add HMAC driver for hardware acceleration (#755) 2023-08-28 08:54:41 +02:00
i2c_bmp180_calibration_data.rs
i2c_display.rs
i2s_read.rs
i2s_sound.rs
ledc.rs
mcpwm.rs
multicore.rs Take FnOnce closure by value in start_app_core (#739) 2023-08-22 16:33:32 +02:00
octal_psram.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 fixed async read w/o at_cmd (#652) 2023-07-25 12:19:59 +01:00
sha.rs
sleep_timer_ext0.rs ESP32-S3 deep sleep (#660) 2023-07-24 20:20:30 +01:00
sleep_timer_ext1.rs ESP32-S3 deep sleep (#660) 2023-07-24 20:20:30 +01:00
sleep_timer_rtcio.rs S3: GPIO wakeup source with RTC_IO pins (#690) 2023-08-23 10:54:51 -07:00
sleep_timer.rs ESP32-S3 deep sleep (#660) 2023-07-24 20:20:30 +01:00
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
systimer.rs
timer_interrupt.rs
twai.rs
ulp_riscv_core_basic.rs
usb_serial_jtag.rs
usb_serial.rs
watchdog.rs