aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/PDIProtocol.c
Commit message (Expand)AuthorAgeFilesLines
* Make seperate ISP, PDI and TPI folders in the AVRISP project Lib subdirectory...Dean Camera2009-12-231-376/+0
* Seperate out XMEGA and TINY NVM routines into seperate files.Dean Camera2009-12-231-29/+29
* Use default NVM base address in the AVRISP programmer project in case the hos...Dean Camera2009-12-161-1/+1
* Complete initial working revision of PDI programming in the AVRISP project (X...Dean Camera2009-12-151-38/+28
* Fix a bug in the Still Image Host Class driver where the returned block statu...Dean Camera2009-12-151-7/+25
* Add Lock/Fuse byte programming support to the AVRISP PDI programming protocol...Dean Camera2009-12-151-5/+47
* Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...Dean Camera2009-12-151-3/+7
* Add Doxygen documentation to the completed portions of the PDI programming pr...Dean Camera2009-12-141-1/+4
* Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...Dean Camera2009-12-141-1/+1
* Added memory erase handling to the PDI protocol in the AVRISP project.Dean Camera2009-12-141-1/+21
* Fix NVM commands so that memory reads and CRC generations now work correctly ...Dean Camera2009-12-141-12/+12
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-141-37/+14
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-4/+42
* The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean Camera2009-12-131-13/+5
* PDI NVM enable is fast enough that bare polling is enough without a fixed del...Dean Camera2009-12-111-3/+1
* Fix PDI code - must send NVM enable key least significant byte first, need to...Dean Camera2009-12-111-5/+7
* Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...Dean Camera2009-12-111-8/+16
* Change over AVRISP project to have both hardware USART and software USART mod...Dean Camera2009-12-111-19/+8
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-091-3/+1
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-081-1/+4
* Make sure the protocol handler files are included in the Doxygen documentatio...Dean Camera2009-12-031-1/+1
* Fix the tokens which enable and disable the different programming protocols i...Dean Camera2009-12-031-1/+1
* Document the PDI programming routines implemented so far in the AVRISP projec...Dean Camera2009-12-031-24/+31
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-031-29/+54
* Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean Camera2009-12-021-0/+262