aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* Minor documentation fixes.Dean Camera2011-10-301-1/+1
* Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARG...Dean Camera2011-10-181-1/+1
* Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocol...Dean Camera2011-10-122-17/+21
* Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...Dean Camera2011-10-072-4/+12
* Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...Dean Camera2011-09-211-2/+2
* Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII cl...Dean Camera2011-07-262-1/+10
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-054-9/+9
* 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-013-4/+4
* Oops - revert commit of an incomplete port of the AVRISP-MKII project.Dean Camera2011-05-2914-224/+132
* Added new incomplete AudioInputHost Host LowLevel demo.Dean Camera2011-05-2914-132/+224
* Replace cast-as-char* byte access of multibyte variables with proper shifts a...Dean Camera2011-04-132-6/+6
* 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-043-74/+74
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-102-3/+3
* Fixed programming errors in the AVRISP-MKII project when the programming pack...Dean Camera2011-02-042-2/+20
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-301-1/+1
* Removed SerialStream module, rolled functionality into the base USART Serial ...Dean Camera2011-01-301-1/+0
* Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout...Dean Camera2011-01-228-35/+34
* Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.Dean Camera2011-01-161-6/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-103-19/+19
* Update copyright year on all source files.Dean Camera2011-01-0117-34/+34
* 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-222-2/+2
* Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send...Dean Camera2010-11-173-11/+14
* Fixed AVRISP-MKII clone project not starting the target's program automatical...Dean Camera2010-11-167-61/+87
* Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues...Dean Camera2010-11-162-5/+7
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon...Dean Camera2010-11-163-12/+26
* Second patch to fix incorrect PDI/TPI programming speed.Dean Camera2010-11-145-8/+7
* Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ...Dean Camera2010-11-123-4/+7
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-082-3/+3
* Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...Dean Camera2010-11-021-0/+3
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo...Dean Camera2010-11-024-17/+47
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2817-17/+17
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1317-327/+341
* Revert change to the AVRISP-MKII project for fuse byte programming via the CM...Dean Camera2010-10-021-9/+0
* Fixed broken lock byte programming in the AVRISP-MKII clone project for some ...Dean Camera2010-10-022-3/+10
* 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-292-2/+4
* Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ...Dean Camera2010-08-311-1/+1
* Added compile time error to the AVRISP-MKII project when built for the U4 chi...Dean Camera2010-08-221-0/+4
* 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-302-2/+2
* Remove obsolete macros and preprocessor checks from the AVRISP-MKII project's...Dean Camera2010-07-291-29/+16
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-295-85/+254
* Future proof the XPROG protocol of the AVRISP-MKII project, so that non PDI a...Dean Camera2010-07-221-2/+2
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-216-12/+29