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
Jordan Halase
f22cd7370d
Add CRC functionality from ESP ROM ( #587 )
...
* Add ESP ROM CRC and fallbacks to HAL
* Cargo fmt
* Add CRC examples
* Cargo fmt
* Cargo fmt and clippy (all)
* Update CHANGELOG.md
2023-06-14 05:40:51 -07:00
bjoernQ
a9f69b29d8
Add bare-bones PSRAM support for ESP32-S2
2023-04-25 16:47:57 +02:00
bjoernQ
94bbdac00e
Add support for radio peripheral clock control
2023-03-27 10:26:45 +02:00
Juraj Sadel
0244c6d6fc
Feature/reset functionalities ( #452 )
...
* add `software_reset`, `software_reset_cpu` and `rtc_get_wakeup_cause`
* Add SOC wakeup symbols
* Add SleepSource and WakeupReason enums and get_wakeup_cause() function
* Add other SOC wakeups
* fixups and fmt
* address review comments
* Update symbols in WakeupReason enum
* fmt
---------
Co-authored-by: Anthony Grondin <104731965+AnthonyGrondin@users.noreply.github.com>
2023-03-24 20:37:24 +01:00
Jesse Braham
2eeb3dbc5b
Load config for each device from a TOML files instead of hard-coding in build script ( #415 )
...
* Move chip metadata into TOML files and update build script to consume them
* Make necessary changes to get all examples building again
2023-03-16 06:41:14 -07:00