Commit Graph

13 Commits

Author SHA1 Message Date
Stefan Beller 43bfd5a5a5 Adding const keywords to PROGMEM sections.
Fixes http://www.mikrocontroller.net/topic/259309?goto=2701234#2701215
2012-06-03 18:40:54 +02:00
Stefan Beller f20e143818 Adding the compiled binary firmware. 2012-06-03 18:19:11 +02:00
Stefan Beller 6611eb2c8f Rename hostside script to pipeout.py
It will write exactly the received characters to stdout.
2012-05-22 20:17:47 +02:00
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 a82a9c16ad Add latencies to communication script on Host side for testing.
and it works.
2012-05-21 18:33:15 +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 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