aboutsummaryrefslogtreecommitdiff
path: root/scripts/install-packages-brew.sh
blob: f402048b0819cef02a769af1ed3d5c74891efcd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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