summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce serialport_write_nonblock().stefanct2013-04-013-14/+78
* Replace sp_sync_read_timeout() with serialport_read_nonblock().stefanct2013-04-013-24/+75
* serial.c: round baudrates to valid ones.stefanct2013-04-011-40/+63
* serial.c: abstract system error printing.stefanct2013-04-011-6/+28
* Add Altera USB-Blaster SPI programmer.stefanct2013-03-276-7/+282
* Fix evil twins of Macronix MX25L1605, MX25L3205, MX25L6405.stefanct2013-03-162-26/+253
* Add support for Intel Lynx Point low-power and Wellsburg.stefanct2013-03-152-17/+89
* Add support for Macronix MX25U1635E, MX25U3235E/F and MX25U6435E/F.stefanct2013-03-152-0/+126
* Add utility to print all chip names in flashchips.h that are not in flashchip...stefanct2013-03-091-0/+23
* Add (untested) board enable for ASUS P4PE-X/TE.stefanct2013-03-042-0/+2
* Add M25P20-old.stefanct2013-03-042-3/+33
* Make write granularity a chip attribute.stefanct2013-03-032-3/+3
* Add a bunch of new/tested stuff and various small changes 17.stefanct2013-02-227-45/+69
* Adds a programmer parameter 'spispeed' to the dediprog driver tohailfinger2013-02-202-60/+81
* Fix building for MacOSX.stefanct2013-02-043-11/+6
* Update Macronix MX25L512, MX25L1005, MX25L2005, MX25L4005, MX25L8005.stefanct2013-02-022-21/+26
* Fix duplicate 'const' declaration specifiers.stefanct2013-01-154-9/+9
* Fix compilation for DOS and non-x86 targets.hailfinger2013-01-081-12/+7
* Decouple BAR reading from pci device init, handle errors gracefully.hailfinger2013-01-0513-76/+109
* Introduce msg_*warn.stefanct2013-01-0411-44/+43
* Unify PCI init and let pcidev clean itself up.stefanct2013-01-0413-41/+44
* Add user interface to activate the Bus Pirate pull-up resistors.stefanct2013-01-032-11/+40
* Add a bunch of new/tested stuff and various small changes 16.stefanct2013-01-0111-89/+104
* Constify parameters and globals.stefanct2012-12-304-8/+8
* Simplify hwaccess.c.stefanct2012-12-291-68/+42
* Add support for Atmel's AT25F series of SPI flash chips.stefanct2012-12-296-10/+250
* Add support for Intel S33 series flash chips.stefanct2012-12-294-0/+265
* Add a generic SPI block unprotect function.stefanct2012-12-291-109/+39
* Improve SPI status register pretty printing.stefanct2012-12-298-731/+760
* print_wiki.c: print programmers of type OTHER too.stefanct2012-12-271-0/+16
* Unify usbdev_status and pcidev_status into dev_entry.stefanct2012-12-2717-119/+72
* Refactor PCI and USB device status printing.stefanct2012-12-276-193/+228
* Add general programmer sanity checks.stefanct2012-12-262-4/+29
* Fix memleaks in cli_classic.c.stefanct2012-12-262-1/+19
* Add a "device" parameter for Dediprog.stefanct2012-12-242-6/+45
* Fix sp_openserport users on Windows.stefanct2012-11-303-3/+3
* Break endless loop in serialport_write().stefanct2012-11-301-3/+11
* Fix linker flag bug introduced in r1623.hailfinger2012-11-291-3/+3
* Improve --help and friends.stefanct2012-11-243-45/+35
* Explicitly detect libusb-0.1 in the Makefilehailfinger2012-11-201-17/+50
* Add (untested) board enable for Asus DSAN-DX.stefanct2012-11-052-0/+3
* Support the new fast SPI mode present in Bus Pirate firmware v5.5 orhailfinger2012-11-011-13/+77
* Add support for Winbond W39F010/W39L010/W39L020.stefanct2012-10-284-0/+148
* Do not read the flash chip twice in verification mode.stefanct2012-10-273-53/+43
* serprog: add opcode to control the programmer's output drivers.stefanct2012-10-273-1/+24
* serprog: move the macro list to its own header file.stefanct2012-10-273-49/+26
* Add support for Atmel AT26DF041.stefanct2012-10-274-4/+102
* Add support for Numonyx N25Q016 and N25Q032.stefanct2012-10-262-4/+109
* Remove exit calls from print_supported_chips.stefanct2012-10-233-9/+12
* Add a bunch of new/tested stuff and various small changes 15.stefanct2012-10-209-43/+41