aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/ISP
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-284-4/+4
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-134-99/+102
* Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w...Dean Camera2010-10-022-4/+15
* Changed default value for the reset polarity parameter in the AVRISP-MKII pro...Dean Camera2010-09-291-1/+3
* Commit for the 100807 release.Dean Camera2010-08-091-1/+1
* 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-293-81/+250
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-212-4/+9
* Remove the timeout period extension code from the AVRISP project, as no singl...Dean Camera2010-07-132-23/+7
* Minor documentation cleanups.Dean Camera2010-06-032-2/+3
* Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af...Dean Camera2010-05-141-35/+30
* Remove incorrect check for the current device state in the Set Configuration ...Dean Camera2010-05-132-24/+26
* Additional fix to the AVRISP-MKII clone project for 256KB AVRs.Dean Camera2010-05-131-18/+14
* Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS co...Dean Camera2010-05-131-9/+37
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-084-882/+882
* Change AVRISP project's timeout to be interrupt based again, but make the int...Dean Camera2010-05-021-14/+0
* Added WIN_LIBUSB_COMPAT compile time option to the AVRISP programmer project ...Dean Camera2010-03-311-0/+9
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-242-36/+36
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-232-36/+36
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-213-17/+29