summaryrefslogtreecommitdiff
path: root/buspirate_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Multibyte SPI write for the Bus Pirate.hailfinger2010-03-221-1/+36
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert all messages in buspirate_spi.c to the new message infrastructure.snelson2010-01-091-40/+29
* Programmer debug messages during programmer init/shutdown are usefulhailfinger2010-01-071-6/+17
* - replace the hand written serial input flush routine with the termios one.oxygene2010-01-061-4/+2
* Move OS-dependent serial code from buspirate_spi.c to serial.c andhailfinger2010-01-061-56/+4
* Add the ability to set Bus Pirate SPI speed via the command line.hailfinger2009-11-241-20/+34
* Add Bus Pirate SPI support to flashrom.hailfinger2009-11-241-0/+358