From acd6ce94aec16860ee5c0b690707db4feb428f72 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 27 Sep 2022 22:17:28 +0200 Subject: readme and install script shuffle --- scripts/install-packages-brew.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/install-packages-brew.sh (limited to 'scripts/install-packages-brew.sh') 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 + -- cgit v1.2.3