summaryrefslogtreecommitdiff
path: root/dediprog.c
Commit message (Expand)AuthorAgeFilesLines
* dediprog: use ordinary USB devs array.stefanct2016-02-221-1/+9
* dediprog: tremendously improve performance on SF600 by ignoring the spec.stefanct2016-02-201-0/+10
* dediprog: port to libusb1 and use asynchronous bulk transfers for reading.stefanct2016-02-181-87/+197
* dediprog: use command 0x0B (set voltage) only on older SF100s.stefanct2016-02-181-13/+24
* dediprog: add support for SF600.stefanct2016-02-181-14/+65
* dediprog: support new communication protocol, cleanup and enable by default.stefanct2016-01-231-111/+130
* dediprog: Tidy up commands and remove dead nonsense code.stefanct2015-07-051-254/+136
* dediprog: Invert the LED polarity in the code.stefanct2015-06-281-49/+42
* Add a bunch of new/tested stuff and various small changes 22.stefanct2015-02-081-0/+1
* Properly include current libusb-win32 header.stefanct2015-01-261-0/+8
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* Constify dediprog's write functions too.stefanct2014-05-251-4/+4
* dediprog: Fix crash if usb_open() fails.stefanct2013-07-301-0/+4
* dediprog: fix SPI clock setting.stefanct2013-05-231-6/+9
* dediprog: add support for chip select.stefanct2013-05-031-12/+40
* Adds a programmer parameter 'spispeed' to the dediprog driver tohailfinger2013-02-201-60/+69
* Add a bunch of new/tested stuff and various small changes 16.stefanct2013-01-011-0/+1
* Add a "device" parameter for Dediprog.stefanct2012-12-241-5/+35
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-1/+1
* Add native SPI AAI write support to the Dediprog SF100 driverhailfinger2012-06-191-20/+47
* Add voltage change delays to dediprog driverhailfinger2012-06-161-0/+8
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* Add a bunch of new/tested stuff and various small changes 10stefanct2012-02-161-1/+1
* Speed up dediprog SPI page writeshailfinger2011-12-201-6/+170
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-2/+5
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-3/+3
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-10/+10
* Fixup of r1397:hailfinger2011-08-151-2/+4
* Random whitespace and coding-style fixes.uwe2011-07-281-33/+45
* Use shutdown callback mechanism to shutdown programmersdhendrix2011-06-141-19/+22
* kill central list of SPI programmersmkarcher2011-05-111-5/+14
* Support Dediprog LEDs on devices with 2 and 3 LEDs.stepan2011-01-281-87/+90
* Secret knowledge is cool, but public knowledge is better.stepan2011-01-201-5/+117
* Add chunked write ability to the Dediprog SF100 driver.hailfinger2010-11-231-1/+7
* Support bulk read on Dediprog SF100.hailfinger2010-11-161-6/+109
* DediProg firmware version 5.1.5 of the SF-100 works just fine.hailfinger2010-11-091-3/+13
* Support setting the Dediprog SF100 SPI voltage.hailfinger2010-11-091-16/+78
* Split off programmer.h from flash.h.hailfinger2010-07-271-0/+1
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-16/+20
* Remove unneeded #include statements completely.hailfinger2010-05-301-3/+0
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Properly initialize USB device in dediprog driver.oxygene2010-02-041-0/+2
* Add write support.hailfinger2010-01-221-11/+15
* Dediprog SF100 support.hailfinger2010-01-191-0/+388