aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* AVRISP-MKII Clone: Clean up ISP driver code, namespace module variables.Dean Camera2019-01-081-47/+47
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Code style fixes to the AVRISP-MKII Clone programmer project.Dean Camera2013-01-141-2/+2
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clo...Dean Camera2012-06-171-1/+1
* Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean Camera2012-04-011-6/+6
* Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (tha...Dean Camera2012-03-181-3/+6
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Minor documentation improvements.Dean Camera2012-02-011-1/+1
* Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...Dean Camera2012-01-301-0/+3
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-2/+2
* Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MS...Dean Camera2011-11-291-1/+2
* Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean Camera2011-09-211-2/+2
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-5/+5
* Spell check library source code files.Dean Camera2011-06-011-2/+2
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-301-1/+1
* Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean Camera2011-01-221-5/+5
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean Camera2010-12-131-0/+3
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-161-11/+21
* Second patch to fix incorrect PDI/TPI programming speed.Dean Camera2010-11-141-2/+2
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean Camera2010-11-121-1/+1
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-2/+2
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean Camera2010-11-021-5/+44
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-15/+16
* Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w...Dean Camera2010-10-021-1/+1
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-1/+3
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-021-2/+8
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-291-49/+171
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-2/+5
* Remove the timeout period extension code from the AVRISP project, as no singl...Dean Camera2010-07-131-15/+4
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-131-24/+25
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-187/+187
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-14/+0
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-241-12/+12
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-231-12/+12
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-211-4/+12
* Oops - missed a few references to the old global TimeoutMSRemaining counter i...Dean Camera2010-02-201-5/+18
* Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr...Dean Camera2010-02-101-4/+4