Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Merge #18
Browse files Browse the repository at this point in the history
18: Add feature jlink-quirks r=adamgreig a=nickray

Would be nice to have a release with this too.

Co-authored-by: Nicolas Stalder <n@stalder.io>
  • Loading branch information
bors[bot] and nickray committed Sep 1, 2019
2 parents 5c2acbd + e4fe382 commit 9677b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Added feature `jlink-quirks` to work with JLink

## [v0.5.2] - 2019-04-28

- Updated `cortex-m` version to not have the issue when linking multiple
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ version = "0.5.2"

[dependencies]
cortex-m = ">= 0.5.6, < 0.7"
cortex-m-semihosting= "0.3.1"
cortex-m-semihosting = "0.3"

[features]
exit = []
inline-asm = ["cortex-m-semihosting/inline-asm", "cortex-m/inline-asm"]
jlink-quirks = ["cortex-m-semihosting/jlink-quirks"]

0 comments on commit 9677b77

Please sign in to comment.