SDK script for Mac

This commit is contained in:
Ted Slesinski
2017-11-10 05:24:17 -05:00
parent 4e64f494e2
commit ed294151ab

5
board/get_mac_sdk.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
# Need formula for gcc
brew tap ArmMbed/homebrew-formulae
brew install python dfu-util arm-none-eabi-gcc
pip2 install libusb1