We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a6f95 commit 9c8401bCopy full SHA for 9c8401b
1 file changed
build-samd51-interpreter-mac
@@ -0,0 +1,16 @@
1
+if echo $PATH | grep "gcc-arm-none-eabi" >/dev/null; then
2
+ true
3
+else
4
+ export PATH=/Volumes/Circuit_Python_Case_Sensitive_Disk/bruinspace-circuitpython/gcc-arm-none-eabi-10-2020-q4-major/bin:$PATH
5
+fi
6
+
7
+cd ports/atmel-samd
8
+make --debug -j8 BOARD=metro_m4_express
9
+cd ../..
10
11
+echo "Compilation complete! Press ^C to confirm and exit."
12
13
+while true; do
14
+ afplay /System/Library/Sounds/Ping.aiff
15
+ sleep 5s
16
+done
0 commit comments