mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 22:12:48 +02:00
259400fdb8
- ./: basic framework to build a firmware that can enumerate - usb/patches/: patches to make FreakUSB 0.7 compile cleanly and to make it work in our context
11 lines
136 B
Plaintext
11 lines
136 B
Plaintext
cd usb
|
|
|
|
wget http://freaklabs.org/freakusb/FreakUSB%20v0.70.zip
|
|
unzip -a FreakUSB?v0.70.zip
|
|
quilt push -a
|
|
|
|
cd ..
|
|
|
|
make
|
|
make upload prog
|