aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP-MKII/Lib/ISP
AgeCommit message (Expand)Author
2012-06-17Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clo...Dean
2012-05-15AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...Dean
2012-05-10AppConfigHeaders: Update several user projects to use configuration header fi...Dean
2012-05-10Add branch for the conversion of demos to use standard C header files for con...Dean
2012-04-01Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...Dean
2012-03-18Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (tha...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-01Minor documentation improvements.Dean
2012-01-30Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...Dean
2012-01-23Make all AVRISP-MKII programmer parameters readable, since there's no real go...Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-11-29Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MS...Dean
2011-10-30Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ...Dean
2011-10-30Minor documentation fixes.Dean
2011-10-07Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...Dean
2011-09-21Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean
2011-06-05Massive corrections to the project documentation and code comments, thanks to...Dean
2011-06-03Added new callback to the Audio Class driver to allow for endpoint control ma...Dean
2011-06-01Spell check library source code files.Dean
2011-05-29Oops - revert commit of an incomplete port of the AVRISP-MKII project.Dean
2011-05-29Added new incomplete AudioInputHost Host LowLevel demo.Dean
2011-04-08Correct UC3 global interrupt functions.Dean
2011-04-04Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean
2011-02-10Add static keyword to all project globals whose scope should be restricted to...Dean
2011-02-04Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean
2011-01-30Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean
2011-01-22Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean
2011-01-10Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean
2011-01-01Update copyright year on all source files.Dean
2010-12-25Combined page and word ISP programming mode code in the AVRISP-MKII clone pro...Dean
2010-12-25Fixed possible programming problem in the AVRISP-MKII clone project when prog...Dean
2010-12-13Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class...Dean
2010-11-22Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean
2010-11-16Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean
2010-11-14Second patch to fix incorrect PDI/TPI programming speed.Dean
2010-11-12Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean
2010-11-08Added board hardware driver support for the Adafruit U4 breakout board.Dean
2010-11-02Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean
2010-10-28Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean
2010-10-13Clean up excessive whitespace at the end of each line using the wspurify tool...Dean
2010-10-02Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w...Dean
2010-09-29Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean
2010-08-09Commit for the 100807 release.Dean
2010-08-02Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean
2010-07-30More spell checking of all source files -- correct missed errors, switch to E...Dean
2010-07-29Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean
2010-07-21Update all demos, projects and bootloaders to indent all function parameters,...Dean
2010-07-13Remove the timeout period extension code from the AVRISP project, as no singl...Dean
2010-06-03Minor documentation cleanups.Dean