esp-hal/esp32s2-hal/examples
Jordan Halase 28fafa05e1 Add MD5 functionality from ESP ROM (#618)
* Add ROM MD5 definitions in linker and devices

* Add initial MD5 support

* Implement traits and add comments to MD5 module

* Add MD5 example to ESP32-C3

* Test MD5 context on the quick brown fox

* Implemenr From<Context> for Digest

* Add MD5 to the rest of the examples

* Add docs for MD5

* Remove #[repr(transparent)] from md5::Digest

* Update CHANGELOG.md
2023-07-04 11:47:21 +01:00
..
adc.rs
advanced_serial.rs ESP32H2: Improve examples documentation (#598) 2023-06-19 07:14:12 -07:00
aes.rs
blinky_erased_pins.rs
blinky.rs
clock_monitor.rs
crc.rs Add MD5 functionality from ESP ROM (#618) 2023-07-04 11:47:21 +01:00
dac.rs
embassy_hello_world.rs
embassy_i2c.rs Clean up re-exports and make small improvements to documentation (#607) 2023-07-04 11:47:21 +01:00
embassy_serial.rs Clean up re-exports and make small improvements to documentation (#607) 2023-07-04 11:47:21 +01:00
embassy_spi.rs
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
ledc.rs
pcnt_encoder.rs
psram.rs Clean up re-exports and make small improvements to documentation (#607) 2023-07-04 11:47:21 +01:00
pulse_control.rs
qspi_flash.rs
ram.rs
read_efuse.rs
rng.rs
rsa.rs Update documentation (#606) 2023-06-21 04:03:15 -07:00
rtc_time.rs
rtc_watchdog.rs
serial_interrupts.rs
sha.rs
software_interrupts.rs
spi_eh1_device_loopback.rs Correct a number of comments in various examples 2023-05-25 06:02:15 -07:00
spi_eh1_loopback.rs Correct a number of comments in various examples 2023-05-25 06:02:15 -07:00
spi_halfduplex_read_manufacturer_id.rs
spi_loopback_dma.rs Correct a number of comments in various examples 2023-05-25 06:02:15 -07:00
spi_loopback.rs Correct a number of comments in various examples 2023-05-25 06:02:15 -07:00
systimer.rs
timer_interrupt.rs
usb_serial.rs
watchdog.rs