You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
236 B

  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