aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-27 22:17:28 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-27 22:17:28 +0200
commitacd6ce94aec16860ee5c0b690707db4feb428f72 (patch)
treedde886f78575951fcfd9a35494061b9527084ece /readme.md
parent7038e12c3e4ee4284495018546a88e98df891a00 (diff)
readme and install script shuffle
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md19
1 files changed, 13 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 71fefed..4d15c13 100644
--- a/readme.md
+++ b/readme.md
@@ -9,11 +9,18 @@
compilation. make sure to initialize and sync the git submodules, or re-clone
using the `--recursive` flag.
-## windows specific notes
+## support
-[link to windows toolchain installation](scripts/readme.md#windows-install)
+this project is currently being developed and tested on the host platforms
+listed below. toolchain installation scripts can be found in the
+[scripts](scripts) subdirectory.
+
+||Arch Linux<br>(x86_64)|Windows 10<br>(x86_64)|MacOS Monterey<br>(arm/apple m1)|
+|-|-|-|-|
+|STM32 makefile compilation|yes|yes|?|
+|STM32 makefile upload|yes|yes|?|
+|STM32 debugging (vscode)|yes|yes|?|
+|QT client compilation (qmake)|yes|?|?|
+|QT client running|yes|?|?|
+|QT client debugging (vscode)|?|?|?|
-- 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)