aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 7c9e0ae..1b42659 100644
--- a/readme.md
+++ b/readme.md
@@ -9,3 +9,19 @@
compilation. make sure to initialize and sync the git submodules, or re-clone
using the `--recursive` flag.
+## support
+
+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|?|
+|STM32 editor autocomplete|yes|yes|?|
+|QT client compilation (qmake)|yes|?|?|
+|QT client running|yes|?|?|
+|QT client debugging (vscode)|yes|?|?|
+|QT client editor autocomplete|yes|?|?|