We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c57b2c commit fa5868aCopy full SHA for fa5868a
CHANGELOG.md
@@ -12,7 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
### Changed
13
14
- [breaking-change]. svd2rust no longer generates an API for core peripherals
15
- like NVIC. Instead, it just re-exports the cortex-m crate's API.
+ like NVIC. Instead, it just re-exports the cortex-m crate's API. Re-generating
16
+ a crate with this new svd2rust may cause breaking changes in the API of core
17
+ peripherals like NVIC and ITM if and only if the SVD contained information
18
+ about those peripherals in the first place.
19
20
## [v0.6.2] - 2017-04-23
21
0 commit comments