1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-02 23:31:59 +03:00
ben-wpan/atusb/fw2
Werner Almesberger 6969e7d689 atusb/fw2/ep0.c: make commands needed for sending work
- ep0.c (do_usb_recv, usb_recv): implemented creepy buffer reception
- ep0.c (my_setup): added dummy for ATUSB_POLL_INT (always return 0)
- ep0.c (my_setup): send a zero-length packet at the end of
  ATUSB_RF_RESET and ATUSB_REG_WRITE to indicate status stage
2011-02-10 07:01:28 -03:00
..
usb/patches atusb/fw2: support device -> host side of the ATUSB EP0 protocol 2011-02-08 23:53:25 -03:00
atusb.c atusb/fw2: support device -> host side of the ATUSB EP0 protocol 2011-02-08 23:53:25 -03:00
descr.c atusb/fw2: firmware for the AVR-based atusb (in progress) 2011-02-08 19:32:15 -03:00
ep0.c atusb/fw2/ep0.c: make commands needed for sending work 2011-02-10 07:01:28 -03:00
io.h atusb/fw2: firmware for the AVR-based atusb (in progress) 2011-02-08 19:32:15 -03:00
Makefile atusb/fw2: support device -> host side of the ATUSB EP0 protocol 2011-02-08 23:53:25 -03:00
README atusb/fw2: firmware for the AVR-based atusb (in progress) 2011-02-08 19:32:15 -03:00
spi.c atusb/fw2: moved board-specific functions (SPI, RF reset) out of main() 2011-02-08 21:32:24 -03:00
spi.h atusb/fw2: support device -> host side of the ATUSB EP0 protocol 2011-02-08 23:53:25 -03:00

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