We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32834d commit 6c1063bCopy full SHA for 6c1063b
.github/workflows/codeql-buildscript.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+sudo apt-get -y install gcc-arm-none-eabi
4
+
5
cd ports/stm32f4
6
make BOARD=feather_stm32f405_express get-deps
7
make BOARD=feather_stm32f405_express all
0 commit comments