Skip to content

Commit

Permalink
Merge pull request #496 from VictorGerin/master
Browse files Browse the repository at this point in the history
Clarify README for windows users
  • Loading branch information
burrbull authored Sep 18, 2024
2 parents 09c9770 + 214a2be commit 7c43bfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Reexport `Direction` from `qei`
- Add dac
- Fix flash error flag clearing
- Clarify README for windows users

### Added

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ working directory.
```batch
echo set auto-load safe-path %CD% >> %USERPROFILE%\.gdbinit
```
*You may need restart your computer*

If everything was successful, cargo should compile your project, start gdb,
load your program and give you a prompt. If you type `continue` in the gdb
Expand Down Expand Up @@ -159,6 +160,7 @@ You may need to give `cargo` permission to call `gdb` from the working directory
```batch
echo set auto-load safe-path %CD% >> %USERPROFILE%\.gdbinit
```
*You may need restart your computer*

Compile, load, and launch the hardware debugger.
```bash
Expand Down

0 comments on commit 7c43bfe

Please sign in to comment.