Skip to content

Commit 214a2be

Browse files
committed
Clarify README for windows users
On Windows add the .gitinit may not be enough. On my case i have lost at least a few hours before i give up, for the next day i discovery that just because a restart my computer fixed all.
1 parent 09c9770 commit 214a2be

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Reexport `Direction` from `qei`
1515
- Add dac
1616
- Fix flash error flag clearing
17+
- Clarify README for windows users
1718

1819
### Added
1920

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ working directory.
102102
```batch
103103
echo set auto-load safe-path %CD% >> %USERPROFILE%\.gdbinit
104104
```
105+
*You may need restart your computer*
105106

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

163165
Compile, load, and launch the hardware debugger.
164166
```bash

0 commit comments

Comments
 (0)