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

Commit

Permalink
Add feature jlink-quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Aug 31, 2019
1 parent 5c2acbd commit e4fe382
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 e4fe382

Please sign in to comment.