Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge #381
Browse files Browse the repository at this point in the history
381: Add `ftdi` feature r=Urhengulas a=Urhengulas

To test it install `probe-run` like this:

```console
$ cargo install --git https://github.com/knurling-rs/probe-run --branch ftdi --features ftdi
```

Fixes #377 

Co-authored-by: Urhengulas <johann.hemmann@code.berlin>
  • Loading branch information
bors[bot] and Urhengulas committed Feb 23, 2023
2 parents eaa599a + 5f9c1c8 commit 646ae98
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]

- [#384] Satisfy clippy
- [#381] Add feature `ftdi` to enable `ftdi` debuggers
- [#380] Add `--erase-all` flag
- [#379] Update to `probe-rs v0.17`
- [#378] Update to `probe-rs v0.16`

[#384]: https://github.com/knurling-rs/probe-run/pull/384
[#381]: https://github.com/knurling-rs/probe-run/pull/381
[#380]: https://github.com/knurling-rs/probe-run/pull/380
[#379]: https://github.com/knurling-rs/probe-run/pull/379
[#378]: https://github.com/knurling-rs/probe-run/pull/378
Expand Down
13 changes: 13 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ pretty_assertions = "1"
rstest = { version = "0.16", default-features = false }
nix = "0.26"
serial_test = { version = "1", default-features = false }

[features]
ftdi = ["probe-rs/ftdi"]

0 comments on commit 646ae98

Please sign in to comment.