Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Beller
2f86dc634d Made SPI interrupt nonblocking
The programmer works now.
2012-05-21 18:30:36 +02:00
Stefan Beller
a6b199d827 Adding a testtarget.
The testtarget can use the same hardware.
It is a spi master, and sends out spi packets occasionally.
2012-05-20 16:43:02 +02:00
Stefan Beller
2a3d0cebb7 Adding python script to listen to targets spi 2012-05-20 16:41:43 +02:00
Stefan Beller
307d729efa Makefile: add all target to compile and download. 2012-05-20 16:41:43 +02:00
Stefan Beller
4d0f5b8b15 Add the capability to read out a buffer at the USBasp.
This buffer should be filled by target device.
As the USBasp is slave at USB side, it should also be slave at
the SPI side, so it can handle the buffering well.
2012-05-20 16:41:43 +02:00
Stefan Beller
e9cf3cbd5a Make avrdude work in Ubuntu 12.04 (precise pangolin) 2012-05-19 18:46:03 +02:00
Stefan Beller
da7b6e47c7 Initial commit.
This includes the files as of
wget http://www.fischl.de/usbasp/usbasp.2011-05-28.tar.gz
tar -xf usbasp.2011.05-28.tar.gz
2012-05-19 16:27:27 +02:00