Explorar o código

Update ARM GCC on macOS to 8.3 (#7318)

fauxpark %!s(int64=5) %!d(string=hai) anos
pai
achega
fc867422a3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      util/macos_install.sh

+ 2 - 2
util/macos_install.sh

@@ -22,8 +22,8 @@ if ! brew --version >/dev/null 2>&1; then
 fi
 
 brew tap osx-cross/avr
-brew tap PX4/homebrew-px4
+brew tap osx-cross/arm
 brew update
-brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3
+brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3
 brew link --force avr-gcc@8
 pip3 install -r "${util_dir}/../requirements.txt"