Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stub out more of the TPI programming protocol routines in the AVRISP project. | Dean Camera | 2009-12-23 | 1 | -7/+7 |
| | |||||
* | Split out NVM access code in the AVRISP project into a seperate NVMTarget.c ↵ | Dean Camera | 2009-12-14 | 1 | -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 Camera | 2009-12-03 | 1 | -1/+1 |
| | | | | documentation of the AVRISP project. | ||||
* | Fix the tokens which enable and disable the different programming protocols ↵ | Dean Camera | 2009-12-03 | 1 | -1/+1 |
| | | | | in the AVRISP project. | ||||
* | Document the PDI programming routines implemented so far in the AVRISP ↵ | Dean Camera | 2009-12-03 | 1 | -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 Camera | 2009-12-03 | 1 | -1/+1 |
| | | | | XMEGA device programming. | ||||
* | Add support for unwrapping of the XMEGA PDI programming protocol to the ↵ | Dean Camera | 2009-12-02 | 1 | -1/+4 |
| | | | | AVRISP Programmer project. | ||||
* | Factor out all the ISP related code into a seperate ISPProtocol set of files ↵ | Dean Camera | 2009-12-02 | 1 | -0/+467 |
in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented. |