esp-hal/esp32c6-hal/examples
Sergio Gasquez Arcos 70e453902c
Initial support for RSA in ESP32-H2 (#526)
* feat:  Initial support for RSA

* docs: 📝 Update docstring

* docs: 📝 Update changelog

* fix: 🔥 Remove duplicated code
2023-05-15 09:42:19 +01:00
..
adc.rs
advanced_serial.rs
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
debug_assist.rs Add DEBUG-ASSIST functionality (#484) 2023-04-20 07:38:55 -07:00
embassy_hello_world.rs
embassy_i2c.rs Improve examples documentation (#533) 2023-05-12 13:46:56 +02:00
embassy_serial.rs Async serial write (#510) 2023-05-05 09:05:15 -07:00
embassy_spi.rs Improve examples documentation (#533) 2023-05-12 13:46:56 +02:00
embassy_wait.rs
gpio_interrupt.rs
hello_rgb.rs
hello_world.rs
i2c_bmp180_calibration_data.rs
i2c_display.rs
i2s_read.rs
i2s_sound.rs
interrupt_preemption.rs Adding priority based interrupt preemption (#448) 2023-05-05 11:40:54 +01:00
ledc.rs Fix ledc example code for non-esp32c3 devices 2023-04-17 13:56:40 -07:00
mcpwm.rs
pcnt_encoder.rs
pulse_control.rs
qspi_flash.rs
ram.rs
read_efuse.rs
rng.rs
rsa.rs Initial support for RSA in ESP32-H2 (#526) 2023-05-15 09:42:19 +01:00
rtc_time.rs implement fetching the RTC timer value in milliseconds and mircroseconds (#476) 2023-05-08 07:59:37 -07:00
rtc_watchdog.rs
serial_interrupts.rs
sha.rs
software_interrupts.rs Fixed comments 2023-04-18 13:48:01 +02:00
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
usb_serial_jtag.rs Implement embedded_hal_nb::serial::* traits for UsbSerialJtag (#498) 2023-05-02 12:14:15 +01:00
watchdog.rs