All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- bump cortex-m-rt (breaking because reasons)
- fix addressBlock usage
- update svd2rust to 0.20
SVDTOOLS
env value for specifying patching toolFORCE_FS
field
- update to svd2rust
- use CMSIS PACK (directly downloadable) instead of SDK as SVD source
- experimental support for the ROM Patch Unit
- adds some patching to remove bare-metal, and implement cortex_m::interrupt::Nr instead
- republish previous v0.1.1 as v0.2.0, as the cortex-m bump breaks e.g. RTIC which is still on cortex-m 0.6
- SAU fixes @samueltardieu
- cortex-m bump to v0.7 @labott
- move to lpc55 organization
- remove Circle CI
- Derive USB0 from USB1 @conorpp
- Rename from
lpc55s6x-pac
tolpc55-pac
- SDK 2.7.1 has no changes, skipping
- INPUTMUX is back
- Actually build the new patched SVD...
- Update SVD to version from SDK 2.7.0
- Use svd2rust 0.17.0 (changes most files somewhat)
- Use svdtools 0.1.0
- Bump dependencies
- ADC and PUF fixes
- Update SVD to version from SDK 2.6.3, this is breaking change that fixes a bunch of things
- Revert
UTICK0
rename from v0.0.3 - Update dependencies
- New SVD files from SDK 2.6.3
- Unnecessary documentation generation
- Old SDK 2.5.1 files
- Unnecessary SDK 2.6.2 files
- Delete
SYSCON.PRESECTRLX?
, assvd2rust
does not handle them properly
- Rename
UTICK0
toUTICK
like UM
- CI, via CircleCI
- Better README
- Delete
SYSCON.AHBCLKCTRLX?
, assvd2rust
does not handle them properly
- Initial release
- Delete
INPUTMUX
register to appeasesvd2rust
.