- Initial Rust crates generation from EFM32WG SVD pack v4.1.1
- Combined same family MCUs into the single crate
- Regenerated PAC crates with
svd2rust
version0.28.0
with the enabledatomics
feature - Added
portable-atomic
dependency to reflect crates with theatomics
feature generated - Added
critical-section
dependency to reflect the latestsvd2rust
generation rules
- Regenerated PAC crates with SVD pack v4.2.0
- Fixed atomic support in PACs (
critical-section
feature introduced with proper dependency features switching)