Dean Camera
|
a14ece5f57
|
Change over Doxygen \note documentation to \pre where applicable.
|
15 years ago |
Dean Camera
|
fc92f9969c
|
Minor documentation cleanups.
|
15 years ago |
Dean Camera
|
cd0093a14b
|
Fixed AVRISP-MKII clone project not correctly issuing SET EXTENDED ADDRESS commands when the extended address boundary is crossed during programming or readback (thanks to Gerard Sexton).
Fixed warnings when building the AVRISP-MKII clone project with the ENABLE_XPROG_PROTOCOL compile time option disabled.
|
15 years ago |
Dean Camera
|
071e02c6b6
|
Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.
|
15 years ago |
Dean Camera
|
ab8668b14e
|
Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it was very buggy. PDI and TPI must now be implemented via seperate headers instead of the one unified ISP/TPI/PDI header.
|
15 years ago |
Dean Camera
|
5c0c0327d5
|
Increase hardware PDI/TPI programming speed to 1MHz in the AVRISP MKII clone project.
|
15 years ago |
Dean Camera
|
9a5ae36a4f
|
Software PDI mode breaks unless the software USART has 100 cycles between bits.
|
15 years ago |
Dean Camera
|
d2851b3351
|
Oops - need to revert changes made to ease testing of the software PDI programming mode.
|
15 years ago |
Dean Camera
|
5e12d436fa
|
Remove dual ISR for software PDI mode, use a single ISR instead to reduce code complexity.
|
15 years ago |
Dean Camera
|
12a01ed72d
|
Increased the speed of both software and hardware TPI/PDI programming modes of the AVRISP project.
|
15 years ago |
Dean Camera
|
ce8d0424b1
|
AVRISP programmer project now has a more robust timeout system, allowing for a doubling of the software USART speed for PDI and TPI programming.
|
15 years ago |
Dean Camera
|
7ae91099e9
|
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit.
Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
|
15 years ago |
Dean Camera
|
5d5e359076
|
Minor code cleanups, remove TemperatureDataLogger host application's Visual Studio Solution files, add LibHIDNet license files.
|
15 years ago |
Dean Camera
|
7f9f97c792
|
Update copyright year to 2010.
|
15 years ago |
Dean Camera
|
f5951d1593
|
Reduced guard bit time in the AVRISP project PDI/TPI protocols to reduce the time needed to reverse the data communication direction.
|
15 years ago |
Dean Camera
|
b1dbd92c32
|
Fixed AVRISP PDI race condition where the guard time between direction changes could be interpreted as a start bit. Fixed TPI interface lines not being changed correctly when in bit-banged TPI mode.
|
15 years ago |
Dean Camera
|
e1c1c25619
|
Change the AVRISP project's RESET LINE makefile tokens to AUX LINE, as it is not always used for target reset.
|
15 years ago |
Dean Camera
|
7c8f4a716f
|
Add first draft of the TPI NVM commands for reading, writing and erasing a target. Needs testing when physical access to a part is available.
|
15 years ago |
Dean Camera
|
d4ca7fb44c
|
Fix MIT license language to make its intent clearer.
|
15 years ago |
Dean Camera
|
d15cbdd490
|
Fix mistakes in the XPROGTarget.c/.h files for TPI mode software USART clock rate and PDI mode XPLAIN board autoconfiguration.
|
15 years ago |
Dean Camera
|
8ecdc2b144
|
Rename AVRISP project folder to AVRISP-MKII.
|
15 years ago |