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 c3eed89 commit 46cb858Copy full SHA for 46cb858
platformio.ini
@@ -63,6 +63,11 @@ monitor_filters =
63
time
64
monitor_speed = 115200
65
66
+; Windows setup for native testing - install required packages:
67
+; winget install MSYS2.MSYS2
68
+; C:\msys64\usr\bin\bash -l -c "pacman -S --noconfirm mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja"
69
+; Add C:\msys64\ucrt64\bin to your PATH environment variable
70
+
71
[env:native-test]
72
platform = native
73
test_framework = googletest
0 commit comments