aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/ISPProtocol.c
Commit message (Collapse)AuthorAgeFilesLines
* Stub out more of the TPI programming protocol routines in the AVRISP project.Dean Camera2009-12-231-7/+7
|
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c ↵Dean Camera2009-12-141-2/+2
| | | | source file and header. Make NVM register accesses use the NVM base address as set by the host, rather than using the fixed value from the XMEGA datasheet.
* Make sure the protocol handler files are included in the Doxygen ↵Dean Camera2009-12-031-1/+1
| | | | documentation of the AVRISP project.
* Fix the tokens which enable and disable the different programming protocols ↵Dean Camera2009-12-031-1/+1
| | | | in the AVRISP project.
* Document the PDI programming routines implemented so far in the AVRISP ↵Dean Camera2009-12-031-0/+4
| | | | project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
* Started implementing the low level PDI protocol in the AVRISP project, for ↵Dean Camera2009-12-031-1/+1
| | | | XMEGA device programming.
* Add support for unwrapping of the XMEGA PDI programming protocol to the ↵Dean Camera2009-12-021-1/+4
| | | | AVRISP Programmer project.
* Factor out all the ISP related code into a seperate ISPProtocol set of files ↵Dean Camera2009-12-021-0/+467
in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented.