aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII
Commit message (Expand)AuthorAgeFilesLines
...
* Revert changes made for the partial port to the AVR32 architecture.Dean Camera2010-02-243-37/+37
* Update Temperature board driver to be AVR32 compatible when the ADC periphera...Dean Camera2010-02-232-36/+36
* Fixed software PDI/TPI programming mode in the AVRISP project not correctly t...Dean Camera2010-02-231-2/+2
* Oops - need to revert changes made to ease testing of the software PDI progra...Dean Camera2010-02-213-22/+3
* Remove dual ISR for software PDI mode, use a single ISR instead to reduce cod...Dean Camera2010-02-213-43/+55
* More fixes to the AVRISP command timeout system so that it should no longer l...Dean Camera2010-02-218-31/+58
* Increased the speed of both software and hardware TPI/PDI programming modes o...Dean Camera2010-02-213-5/+9
* Oops - missed a few references to the old global TimeoutMSRemaining counter i...Dean Camera2010-02-201-5/+18
* AVRISP programmer project now has a more robust timeout system, allowing for ...Dean Camera2010-02-196-66/+111
* Add NO_VTARGET_DETECT compile time option to the AVRISP-MKII clone project, t...Dean Camera2010-02-133-2/+9
* Fixed lack of SECTION ERASE command in TPI programming mode of the AVRISP pro...Dean Camera2010-02-101-4/+12
* Added .5MHz recovery clock to the AVRISP programmer project when in ISP progr...Dean Camera2010-02-105-14/+43
* Fixed USB_GetHIDReportSize() returning the number of bits in the specified re...Dean Camera2010-02-091-4/+4
* Fix LowLevel Keyboard demo -- accidentally trying to dereference a uint8_t ty...Dean Camera2010-02-081-1/+0
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er...Dean Camera2010-02-084-59/+76
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-042-2/+2
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-4/+5
* Fix TPI mode chip erase code not properly erasing the target memory space.Dean Camera2010-02-024-6/+13
* Oops - new Write Word alignment code in the TPI programming function means th...Dean Camera2010-02-022-2/+2
* Make TPI writes add a dummy high byte if the data isn't word-aligned.Dean Camera2010-02-021-2/+2
* Make TPI programming protocol program in words, not bytes to satisfy the data...Dean Camera2010-02-022-6/+21
* Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM...Dean Camera2010-02-011-1/+1
* Make AVRISP XPROG function parameters const where possible.Dean Camera2010-02-014-9/+8
* Fixed issues with EEPROM and FLASH ISP programming in the AVRISP project.Dean Camera2010-02-012-8/+9
* Use _delay_us() function in the XPROGTarget.c file to ensure timing requireme...Dean Camera2010-01-311-9/+5
* Oops - PDI handshake delay was too long, causing the device's /RESET function...Dean Camera2010-01-311-4/+8
* Oops - TPI programming is broken in the AVRISP project because the busy-flag ...Dean Camera2010-01-291-3/+5
* Fix TPI communications in the AVRISP project when bit-banged USART mode is se...Dean Camera2010-01-293-9/+9
* Clean up Webserver project - add more Doxygen documentation for the new DHCP ...Dean Camera2010-01-271-2/+2
* Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. Remo...Dean Camera2010-01-272-20/+13
* Manually pull PDI clock pin high for 1ms before disabling PDI mode in the AVR...Dean Camera2010-01-271-0/+8
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-254-23/+53
* ADC2 and ADC3 channels do not exist on the U4 series USB AVRs.Dean Camera2010-01-251-9/+11
* Minor code cleanups, remove TemperatureDataLogger host application's Visual S...Dean Camera2010-01-253-5/+5
* Added explicit ADC channel masks for the standard set of ADC channels, as the...Dean Camera2010-01-252-4/+12
* Enhance TemperatureDatalogger project -- add RTC capabilities so that data is...Dean Camera2010-01-241-0/+1
* Clean up of the altered XPLAINBridge project.Dean Camera2010-01-191-0/+3
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-196-34/+39
* Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...Dean Camera2010-01-179-44/+78
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-065-638/+720
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-051-0/+6
* Update copyright year to 2010.Dean Camera2009-12-3021-42/+42
* Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ...Dean Camera2009-12-293-5/+10
* Fixed AVRISP PDI race condition where the guard time between direction change...Dean Camera2009-12-294-63/+83
* Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ...Dean Camera2009-12-295-32/+36
* Minor documentation updates.Dean Camera2009-12-291-6/+6
* Fix TPI NVM Write handler -- AVRStudio sends out writes in page sized chunks,...Dean Camera2009-12-284-9/+22
* Add first draft of the TPI NVM commands for reading, writing and erasing a ta...Dean Camera2009-12-287-38/+120