mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-19 09:43:51 +08:00
* Implement webusb and winusb 2.0 specs * Add missing constants * Refactor string system, add support for USB2.1 * Uncapitalize the panda * Add USB 2.0 extension descriptor and device qualifier getter * Sleep during reconnect process to be more reliable * Disable compiler optimizations because they break SPI coms
6 lines
156 B
Bash
Executable File
6 lines
156 B
Bash
Executable File
#!/bin/bash
|
|
# Need formula for gcc
|
|
brew tap ArmMbed/homebrew-formulae
|
|
brew install python dfu-util arm-none-eabi-gcc
|
|
pip2 install libusb1 pycrypto requests
|