Skip to content

Commit

Permalink
(Re-)Activate flip-link
Browse files Browse the repository at this point in the history
- release 0.1.3 of flip-link fixes previous issues
- we want to have stack overflow protection
  • Loading branch information
nickray committed Apr 27, 2021
1 parent 80b403f commit 574a0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To make pcsclite on Linux work with the Bee, on Debian copy `Info.plist` to `/et

- Install [Rust and Cargo](https://www.rust-lang.org/tools/install) for your system.

- Install dependencies such as clang, llvm, arm-none-eabi-gdb
- Install dependencies such as clang, llvm, arm-none-eabi-gdb, flip-link

- Get and prepare hardware
- Run `make build-dev`.
Expand Down
2 changes: 1 addition & 1 deletion runners/lpc55/.cargo/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
runner = "arm-none-eabi-gdb -q -x jlink.gdb"
rustflags = [
# "-C", "linker=flip-link",
"-C", "linker=flip-link",
"-C", "link-arg=-Tlink.x",
]

Expand Down

0 comments on commit 574a0a3

Please sign in to comment.