aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-27 17:13:39 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-27 17:13:39 +0200
commit3bf32b389dc7cfc85014d91356cfb0ec4cb4df70 (patch)
tree18a4d7150b55a8ab679c8a2ecc4479689b160293 /readme.md
parentf9f1e5bf0bd7e8b0ca0708fb63f4d2c56d47ef49 (diff)
windows toolchain setup
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 7c9e0ae..71fefed 100644
--- a/readme.md
+++ b/readme.md
@@ -9,3 +9,11 @@
compilation. make sure to initialize and sync the git submodules, or re-clone
using the `--recursive` flag.
+## windows specific notes
+
+[link to windows toolchain installation](scripts/readme.md#windows-install)
+
+- if you're experiencing libusb-related issues while using st-link,
+ try using [zadig](https://zadig.akeo.ie/) to update the usb driver.
+- make sure to use the 64-bit version of msys2 (titled "MSYS2 MINGW64" in your
+ start menu)