aboutsummaryrefslogtreecommitdiff
path: root/scripts/install-packages-brew.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-packages-brew.sh')
-rwxr-xr-xscripts/install-packages-brew.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/install-packages-brew.sh b/scripts/install-packages-brew.sh
new file mode 100755
index 0000000..7180b95
--- /dev/null
+++ b/scripts/install-packages-brew.sh
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+echo "this installation script is untested, press Ctrl+C to exit, or wait 5 seconds to continue..."
+sleep 5
+
+# TODO: missing arm-none-eabi-newlib (manual install?)
+
+brew install --cask \
+ make git \
+ gcc-arm-embedded \
+ stlink