From 214a2be9db9f82dc7d366c90e06c3ef3c601fa4a Mon Sep 17 00:00:00 2001 From: VictorGerin Date: Tue, 17 Sep 2024 20:56:23 -0300 Subject: [PATCH] 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. --- CHANGELOG.md | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b1d43b7..16779808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b3575e2f..417d0d95 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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