We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c9349f commit cf46bbaCopy full SHA for cf46bba
src/03-setup/verify.md
@@ -71,6 +71,8 @@ Next, call this command:
71
$ openocd -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
72
73
# Windows
74
+# NOTE cygwin users have reported problems with the -s flag. If you run into
75
+# that you can call openocd from the `C:\OpenOCD\share\scripts` directory
76
$ openocd -s C:\OpenOCD\share\scripts -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg
77
```
78
0 commit comments