aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/ISP
Commit message (Expand)AuthorAgeFilesLines
* Add support for RC calibration from AVR053jacobseptember2018-12-031-19/+17
* Add support for RC calibration from AVR053jacobseptember2018-12-032-15/+102
* Update copyrights for 2018.Dean Camera2018-01-044-8/+8
* Update copyrights for 2017.Dean Camera2017-04-184-8/+8
* Update copyrights to 2016.Dean Camera2016-01-314-8/+8
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-174-8/+8
* Update copyrights for 2014.Dean Camera2014-01-044-9/+9
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Code style fixes to the AVRISP-MKII Clone programmer project.Dean Camera2013-01-142-17/+19
* Update copyright year to 2013.Dean Camera2013-01-034-8/+8
* Minor documentation improvements.Dean Camera2012-10-054-4/+4
* Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clo...Dean Camera2012-06-171-1/+1
* AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean Camera2012-05-151-1/+2
* AppConfigHeaders: Update several user projects to use configuration header fi...Dean Camera2012-05-102-2/+4
* Add branch for the conversion of demos to use standard C header files for con...Dean Camera2012-05-101-9/+9
* Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean Camera2012-04-012-8/+8
* 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-044-4/+4
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
* 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
* Make all AVRISP-MKII programmer parameters readable, since there's no real go...Dean Camera2012-01-231-1/+3
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-233-9/+10
* Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MS...Dean Camera2011-11-291-1/+2
* Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ...Dean Camera2011-10-301-0/+14
* Minor documentation fixes.Dean Camera2011-10-301-1/+1
* Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...Dean Camera2011-10-071-1/+4
* 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-052-6/+6
* Added new callback to the Audio Class driver to allow for endpoint control ma...Dean Camera2011-06-031-2/+2
* Spell check library source code files.Dean Camera2011-06-012-3/+3
* Oops - revert commit of an incomplete port of the AVRISP-MKII project.Dean Camera2011-05-293-32/+19
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-293-19/+32
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-26/+26
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean Camera2011-02-041-2/+11
* 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-222-10/+10
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-10/+10
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
* Combined page and word ISP programming mode code in the AVRISP-MKII clone pro...Dean Camera2010-12-251-110/+66
* Fixed possible programming problem in the AVRISP-MKII clone project when prog...Dean Camera2010-12-251-13/+15
* Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean Camera2010-12-131-0/+3
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-221-1/+1
* 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-143-6/+6
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean Camera2010-11-122-3/+6
* 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-023-17/+46