Skip to content

Commit cba4bef

Browse files
committed
v0.2.11
1 parent e63e139 commit cba4bef

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.2.11] - 2017-06-16
11+
12+
### Added
13+
14+
- An API to maintain the different caches (DCache, ICache) on Cortex M7 devices.
15+
16+
### Fixed
17+
18+
- the definition of the `ehprint!` macro.
19+
- the implementation of the FPU API.
20+
1021
## [v0.2.10] - 2017-06-05
1122

1223
### Added
@@ -296,7 +307,8 @@ fn main() {
296307
- Functions to get the vector table
297308
- Wrappers over miscellaneous instructions like `bkpt`
298309

299-
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.10...HEAD
310+
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.11...HEAD
311+
[v0.2.11]: https://github.com/japaric/cortex-m/compare/v0.2.10...v0.2.11
300312
[v0.2.10]: https://github.com/japaric/cortex-m/compare/v0.2.9...v0.2.10
301313
[v0.2.9]: https://github.com/japaric/cortex-m/compare/v0.2.8...v0.2.9
302314
[v0.2.8]: https://github.com/japaric/cortex-m/compare/v0.2.7...v0.2.8

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["arm", "cortex-m", "register", "peripheral"]
77
license = "MIT OR Apache-2.0"
88
name = "cortex-m"
99
repository = "https://github.com/japaric/cortex-m"
10-
version = "0.2.10"
10+
version = "0.2.11"
1111

1212
[dependencies]
1313
aligned = "0.1.1"

0 commit comments

Comments
 (0)