Skip to content

Commit d663483

Browse files
committed
v0.5.3
1 parent 8d49f3e commit d663483

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v0.5.3] - 2018-08-02
9+
10+
### Fixed
11+
12+
- Don't assemble basepri*.s and faultmask.s for ARMv6-M. This fix the build when using `clang` as
13+
the assembler.
14+
815
## [v0.5.2] - 2018-05-18
916

1017
### Added
@@ -460,7 +467,8 @@ fn main() {
460467
- Functions to get the vector table
461468
- Wrappers over miscellaneous instructions like `bkpt`
462469

463-
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.5.2...HEAD
470+
[Unreleased]: https://github.com/japaric/cortex-m/compare/v0.5.3...HEAD
471+
[v0.5.3]: https://github.com/japaric/cortex-m/compare/v0.5.2...v0.5.3
464472
[v0.5.2]: https://github.com/japaric/cortex-m/compare/v0.5.1...v0.5.2
465473
[v0.5.1]: https://github.com/japaric/cortex-m/compare/v0.5.0...v0.5.1
466474
[v0.5.0]: https://github.com/japaric/cortex-m/compare/v0.4.3...v0.5.0

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

1212
[build-dependencies]
1313
cc = "1.0.10"

0 commit comments

Comments
 (0)