aboutsummaryrefslogtreecommitdiff
path: root/Projects/AVRISP/Lib/PDIProtocol.c
AgeCommit message (Expand)Author
2009-12-23Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory...Dean
2009-12-23Seperate out XMEGA and TINY NVM routines into seperate files.Dean
2009-12-16Use default NVM base address in the AVRISP programmer project in case the hos...Dean
2009-12-15Complete initial working revision of PDI programming in the AVRISP project (X...Dean
2009-12-15Fix a bug in the Still Image Host Class driver where the returned block statu...Dean
2009-12-15Add Lock/Fuse byte programming support to the AVRISP PDI programming protocol...Dean
2009-12-15Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...Dean
2009-12-14Add Doxygen documentation to the completed portions of the PDI programming pr...Dean
2009-12-14Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...Dean
2009-12-14Added memory erase handling to the PDI protocol in the AVRISP project.Dean
2009-12-14Fix NVM commands so that memory reads and CRC generations now work correctly ...Dean
2009-12-14Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean
2009-12-13Use -pedantic compile time option to find and correct several minor code errors.Dean
2009-12-13The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean
2009-12-11PDI NVM enable is fast enough that bare polling is enough without a fixed del...Dean
2009-12-11Fix PDI code - must send NVM enable key least significant byte first, need to...Dean
2009-12-11Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...Dean
2009-12-11Change over AVRISP project to have both hardware USART and software USART mod...Dean
2009-12-09Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean
2009-12-08Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean
2009-12-03Make sure the protocol handler files are included in the Doxygen documentatio...Dean
2009-12-03Fix the tokens which enable and disable the different programming protocols i...Dean
2009-12-03Document the PDI programming routines implemented so far in the AVRISP projec...Dean
2009-12-03Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean
2009-12-02Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean