aboutsummaryrefslogtreecommitdiff
path: root/scripts/install-packages-brew.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-packages-brew.sh')
-rw-r--r--scripts/install-packages-brew.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/install-packages-brew.sh b/scripts/install-packages-brew.sh
new file mode 100644
index 0000000..f402048
--- /dev/null
+++ b/scripts/install-packages-brew.sh
@@ -0,0 +1,12 @@
+#!/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
+