mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-23 01:07:31 +02:00
f8fbb02bb0
- atusb.c (main), board.h (board_init), board.c (board_init): moved clock and I/O initialization to board file - board.h (led), board.c (led), atusb.c (main): abstracted LED setting in function "led" instead of open-coding it - spi.c (spi_init): set nSS to 1 before enabling the output, so that we don't generate what looks like an empty SPI transaction |
||
---|---|---|
.. | ||
usb/patches | ||
atusb.c | ||
board.c | ||
board.h | ||
descr.c | ||
ep0.c | ||
Makefile | ||
README | ||
spi.c | ||
spi.h |
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