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
Sergio Gasquez Arcos
faf60b6d95
Initial support for ASSIST_DEBUG in ESP32-H2 ( #566 )
...
* feat: ✨ Add debug_assist example
* feat: ✨ Enable peripherals
* docs: 📝 Add RAM comments
* feat: ⚡ ️ Update debug_assist example
* docs: 📝 Update changelog
* build: 📌 Update esp-pacs rev for h2
* style: 🎨 Move assist_debug_region* and assist_debug_sp* to peripherals defined by developers
2023-05-30 09:10:55 -07:00
bjoernQ
f0882e8d62
ESP32-S3: Initial PSRAM Support
2023-05-08 17:38:33 +02:00
Björn Quentin
ab79b142f7
Add DEBUG-ASSIST functionality ( #484 )
...
* Add DEBUG-ASSIST functionality
* Reformat `lib.rs`
* Reformat ESP32-C2 example
2023-04-20 07:38:55 -07: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