index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Projects
/
AVRISP
Age
Commit message (
Expand
)
Author
2009-12-27
Rename AVRISP project folder to AVRISP-MKII.
Dean
2009-12-27
Remove missed timer 0 init code in the ISP protocol handler in the AVRISP pro...
Dean
2009-12-26
Fixed ISP mode in the AVRISP programmer project.
Dean
2009-12-26
Added const where possible to the source functions in the Projects directory.
Dean
2009-12-24
Complete TPI protocol code to enter and exit TPI programming mode for the ATT...
Dean
2009-12-24
Complete combining of PDI and TPI target communication code files, stub out T...
Dean
2009-12-24
Rename PDITarget.c/.h to XPROGTarget.c/.h so that both PDI and TPI programmin...
Dean
2009-12-24
Remove serial driver use from the AVRISP project now that it is no longer nee...
Dean
2009-12-24
Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.
Dean
2009-12-24
Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ...
Dean
2009-12-24
Combine AVRISP project TPI and PDI lib directories - these protocols use the ...
Dean
2009-12-23
Correct include paths and makefile for the AVRISP project now that the protoc...
Dean
2009-12-23
Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory...
Dean
2009-12-23
Lower timeout periods in the AVRISP project. Increment firmware minor revisio...
Dean
2009-12-23
Stub out more of the TPI programming protocol routines in the AVRISP project.
Dean
2009-12-23
Seperate out XMEGA and TINY NVM routines into seperate files.
Dean
2009-12-23
Start of implementation of the low level TPI programming protocol in the AVRI...
Dean
2009-12-20
Fixed AVRISP project timeouts not checking for the correct timeout period (th...
Dean
2009-12-20
Add const qualifier to the parameters of Projects' functions where possible.
Dean
2009-12-17
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean
2009-12-16
More speed and quality improvements to the software USART in the AVRISP project.
Dean
2009-12-16
Slightly speed up software USART in the AVRISP project - faster parity comput...
Dean
2009-12-16
Use default NVM base address in the AVRISP programmer project in case the hos...
Dean
2009-12-15
Speed up bit-banged USART code in the AVRISP project.
Dean
2009-12-15
Complete initial working revision of PDI programming in the AVRISP project (X...
Dean
2009-12-15
Fix a bug in the Still Image Host Class driver where the returned block statu...
Dean
2009-12-15
Add Lock/Fuse byte programming support to the AVRISP PDI programming protocol...
Dean
2009-12-15
Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...
Dean
2009-12-14
Add Doxygen documentation to the completed portions of the PDI programming pr...
Dean
2009-12-14
Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...
Dean
2009-12-14
Added memory erase handling to the PDI protocol in the AVRISP project.
Dean
2009-12-14
Fix NVM commands so that memory reads and CRC generations now work correctly ...
Dean
2009-12-14
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...
Dean
2009-12-13
Use -pedantic compile time option to find and correct several minor code errors.
Dean
2009-12-13
The AVRISP project can now enter PDI mode under both bit-bang and hardware US...
Dean
2009-12-11
PDI NVM enable is fast enough that bare polling is enough without a fixed del...
Dean
2009-12-11
Fix PDI code - must send NVM enable key least significant byte first, need to...
Dean
2009-12-11
Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...
Dean
2009-12-11
Change over AVRISP project to have both hardware USART and software USART mod...
Dean
2009-12-10
Fix PDITarget_ReceiveByte() not discarding the start bit properly, and readin...
Dean
2009-12-09
Add even parity bit to the software USART framing in the AVRISP project's PDI...
Dean
2009-12-09
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...
Dean
2009-12-09
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean
2009-12-08
Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...
Dean
2009-12-04
Fixed HID Parser not distributing the Usage Min and Usage Max values across a...
Dean
2009-12-03
Make sure the protocol handler files are included in the Doxygen documentatio...
Dean
2009-12-03
Fix the tokens which enable and disable the different programming protocols i...
Dean
2009-12-03
Auto-configure AVRISP programmer configuration when built for the XPLAIN boar...
Dean
2009-12-03
Document the PDI programming routines implemented so far in the AVRISP projec...
Dean
2009-12-03
Started implementing the low level PDI protocol in the AVRISP project, for XM...
Dean
[next]