Commit Graph

7 Commits

Author SHA1 Message Date
Stefan Beller
1b839d2388 TestTarget only outputs alphabet chars. 2012-05-22 20:15:07 +02:00
Stefan Beller
7a64c8d0d5 Target: send spi data irregularly 2012-05-21 18:36:33 +02:00
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
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
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