Releases: rust-embedded/svdtools
Releases · rust-embedded/svdtools
v0.3.5
- Move field with derived enums before other
-1
for default enum value- Update
displayName
during collect, improve searching commondescription
- mmaps: peripheral arrays, bump
svd
crates - patch:
--show-patch-on-error
prints yaml patches on error
v0.3.4
v0.3.3
v0.3.2
_modify
derivedFrom
for peripherals, clusters, registers and fields- fix field bit range in
svdtools html
v0.3.1
- add
svdtools html
andsvdtools htmlcompare
tools fromstm32-rs
- update
svd-encoder
,--format-config
and optionalout_path
forpatch
- add field name in enumeratedValues derive path
v0.3.0
- cluster add/modify
- use
normpath
instead of std::fs::canonicalize
v0.1.26
v0.2.8
- patch: added possibility to modify dim elements (arrays)
- mmap: replace %s in field array
v0.2.7
v0.1.25
What's Changed
- mmaps derivedFrom markers by @burrbull in #123
- Fix UnboundLocalError in patch.py by @jannic in #124
- Prepare for Python 0.1.25 by @adamgreig in #125
New Contributors
Full Changelog: v0.2.6...v0.1.25