diff options
Diffstat (limited to 'util/freebsd_install.sh')
| -rwxr-xr-x | util/freebsd_install.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/util/freebsd_install.sh b/util/freebsd_install.sh new file mode 100755 index 000000000..25ea80a7f --- /dev/null +++ b/util/freebsd_install.sh | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | pkg update | ||
| 3 | pkg install -y \ | ||
| 4 | git \ | ||
| 5 | wget \ | ||
| 6 | gmake \ | ||
| 7 | gcc \ | ||
| 8 | zip \ | ||
| 9 | unzip \ | ||
| 10 | avr-binutils \ | ||
| 11 | avr-gcc \ | ||
| 12 | avr-libc \ | ||
| 13 | dfu-programmer \ | ||
| 14 | dfu-util \ | ||
| 15 | arm-none-eabi-gcc \ | ||
| 16 | arm-none-eabi-binutils \ | ||
| 17 | arm-none-eabi-newlib \ | ||
| 18 | diffutils | ||
