mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 09:13:43 +08:00
6c702630ac
old-commit-hash: 14fb17e22f
6 lines
138 B
Bash
6 lines
138 B
Bash
#!/bin/bash
|
|
# Need formula for gcc
|
|
brew tap ArmMbed/homebrew-formulae
|
|
brew install python dfu-util arm-none-eabi-gcc
|
|
pip2 install libusb1
|