Skip to content

Commit 3ab89d6

Browse files
committed
v0.2.8
1 parent db27f0b commit 3ab89d6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v0.2.8] - 2017-05-30
11+
12+
### Added
13+
14+
- An `itm::write_aligned` function to write 4 byte aligned buffers to an ITM
15+
port. This function is faster than `itm::write_all` for small buffers but
16+
requires the buffer to be aligned.
17+
1018
## [v0.2.7] - 2017-05-23
1119

1220
### Added
@@ -271,7 +279,8 @@ fn main() {
271279
- Functions to get the vector table
272280
- Wrappers over miscellaneous instructions like `bkpt`
273281

274-
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.7...HEAD
282+
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.2.8...HEAD
283+
[v0.2.8]: https://github.com/japaric/cortex-m/compare/v0.2.7...v0.2.8
275284
[v0.2.7]: https://github.com/japaric/cortex-m/compare/v0.2.6...v0.2.7
276285
[v0.2.6]: https://github.com/japaric/cortex-m/compare/v0.2.5...v0.2.6
277286
[v0.2.5]: https://github.com/japaric/cortex-m/compare/v0.2.4...v0.2.5

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.7"
10+
version = "0.2.8"
1111

1212
[dependencies]
1313
aligned = "0.1.1"

0 commit comments

Comments
 (0)