All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.14.1 - 2024-10-30
- (pacs) Update to svd2rust 0.33.5 and re-generate PACs (#774)
0.14.0 - 2024-10-17
- [breaking] Upgrade PAC generated code to latest SVD and
svd2rust-0.34.1
#756:- All peripheral types are now
PascalCase
- All register field accessors are now methods instead of struct members
- Members of the
Peripherals
struct are nowsnake_case
- All peripheral types are now
- Update PAC generated code to use
svd2rust-0.30.2
andform-0.10.0
- Updated to 2021 edition, updated dependencies, removed unused dependencies (#562)
- update PAC generated code to use
svd2rust-0.20.0
andform-0.8.0
and make them 2021 edition
- Bump
cortex-m
/cortex-m-rt
dependencies to fix a build issue
Changelog tracking started at v0.10.0