summaryrefslogtreecommitdiffstats
path: root/util/freebsd_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/freebsd_install.sh')
-rw-r--r--util/freebsd_install.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/util/freebsd_install.sh b/util/freebsd_install.sh
new file mode 100644
index 000000000..25ea80a7f
--- /dev/null
+++ b/util/freebsd_install.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+pkg update
+pkg install -y \
+ git \
+ wget \
+ gmake \
+ gcc \
+ zip \
+ unzip \
+ avr-binutils \
+ avr-gcc \
+ avr-libc \
+ dfu-programmer \
+ dfu-util \
+ arm-none-eabi-gcc \
+ arm-none-eabi-binutils \
+ arm-none-eabi-newlib \
+ diffutils