aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG
Commit message (Expand)AuthorAgeFilesLines
...
* 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-021-4/+19
* Make AVRISP XPROG function parameters const where possible.Dean Camera2010-02-012-4/+4
* 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
* Cleanup and partially fix AVRISP-MKII project's TPI programming support.Dean Camera2010-01-254-23/+53
* Minor code cleanups, remove TemperatureDataLogger host application's Visual S...Dean Camera2010-01-253-5/+5
* Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr...Dean Camera2010-01-191-7/+7
* Clean up and add more comments to the AVRISP-MKII project. Make sure the SPI_...Dean Camera2010-01-174-21/+17
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-2/+2
* 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-308-16/+16
* 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-292-8/+8
* 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
* Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI...Dean Camera2009-12-282-8/+19
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-288-56/+56
* Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock ...Dean Camera2009-12-272-79/+56
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-278-0/+1786