aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib/XPROG/XPROGTarget.c
Commit message (Collapse)AuthorAgeFilesLines
* Use _delay_us() function in the XPROGTarget.c file to ensure timing ↵Dean Camera2010-01-311-9/+5
| | | | requirements are met, rather than a fixed number of NOPs.
* Oops - PDI handshake delay was too long, causing the device's /RESET ↵Dean Camera2010-01-311-4/+8
| | | | functionality to be re-enabled.
* Fix TPI communications in the AVRISP project when bit-banged USART mode is ↵Dean Camera2010-01-291-5/+5
| | | | selected.
* Ensure TPI enable timing requirements are met in AVRISP-MKII programmer. ↵Dean Camera2010-01-271-10/+7
| | | | Remove invalid code in the TPI read/write functions.
* Manually pull PDI clock pin high for 1ms before disabling PDI mode in the ↵Dean Camera2010-01-271-0/+8
| | | | AVRISP-MKII project, to ensure that the PDI bus is disabled in the target and /RESET functionality restored.
* Minor code cleanups, remove TemperatureDataLogger host application's Visual ↵Dean Camera2010-01-251-1/+1
| | | | Studio Solution files, add LibHIDNet license files.
* 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
| | | | events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the ↵Dean Camera2009-12-291-1/+1
| | | | time needed to reverse the data communication direction.
* Fixed AVRISP PDI race condition where the guard time between direction ↵Dean Camera2009-12-291-62/+75
| | | | changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.
* Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is ↵Dean Camera2009-12-291-4/+4
| | | | not always used for target reset.
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
|
* Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock ↵Dean Camera2009-12-271-17/+13
| | | | rate and PDI mode XPLAIN board autoconfiguration.
* Rename AVRISP project folder to AVRISP-MKII.Dean Camera2009-12-271-0/+420