Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Commit 78bb4b6

Browse files
bors[bot]JOE1994
andauthored
Merge #30
30: Add installation directions for 'itmdump' tool r=adamgreig a=JOE1994 Hi 🦀 , I thought it would be nice add installation directions for the `itmdump` tool. Thanks for reviewing this PR 👍 Co-authored-by: JOE1994 <joseph942010@gmail.com> Co-authored-by: Youngsuk Kim <joseph942010@gmail.com>
2 parents 8d1b67a + f06c215 commit 78bb4b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ This project is developed and maintained by the [Cortex-M team][team].
1111

1212
## [Documentation](https://docs.rs/crate/itm)
1313

14+
## How to install `itmdump`
15+
16+
```shell
17+
# Install `itmdump` tool
18+
$ cargo install itm
19+
20+
# Check installation
21+
$ itmdump --version
22+
```
23+
1424
## Minimum Supported Rust Version (MSRV)
1525

1626
This crate is guaranteed to compile on stable Rust 1.38.0 and up. It *might*

0 commit comments

Comments
 (0)