esp-hal/esp32c3-hal/ld
Jordan Halase a562863cde
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-06-26 09:01:34 +02:00
..
bl-esp32c3-memory.x Unify linker scripts (#443) 2023-03-20 08:12:14 -07:00
bl-linkall.x Refactor the clock module, provide ROM functions via linker scripts (#353) 2023-01-23 07:12:33 -08:00
bl-riscv-link.x Fix insertion location of trap section in ram (#605) 2023-06-23 12:00:16 +01:00
db-esp32c3-link.x Move linker scripts to sub-folders 2022-02-18 12:00:05 +01:00
db-esp32c3-memory.x esp32c3: Add support for booting from MCUboot bootloader 2022-10-24 09:37:52 -03:00
db-linkall.x Refactor the clock module, provide ROM functions via linker scripts (#353) 2023-01-23 07:12:33 -08:00
db-riscv-link.x Fix insertion location of trap section in ram (#605) 2023-06-23 12:00:16 +01:00
mb-esp32c3-link.x esp32c3: Set entry point address on MCUboot image header 2022-10-24 09:52:46 -03:00
mb-esp32c3-memory.x esp32c3: Add support for booting from MCUboot bootloader 2022-10-24 09:37:52 -03:00
mb-linkall.x esp32c3: Add support for booting from MCUboot bootloader 2022-10-24 09:37:52 -03:00
mb-riscv-link.x Fix insertion location of trap section in ram (#605) 2023-06-23 12:00:16 +01:00
rom-functions.x Add MD5 functionality from ESP ROM (#618) 2023-06-26 09:01:34 +02:00