Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make seperate ISP, PDI and TPI folders in the AVRISP project Lib ↵ | Dean Camera | 2009-12-23 | 1 | -202/+0 |
| | | | | subdirectory to hold each protocol's files. | ||||
* | Stub out more of the TPI programming protocol routines in the AVRISP project. | Dean Camera | 2009-12-23 | 1 | -1/+1 |
| | |||||
* | Fixed AVRISP project timeouts not checking for the correct timeout period ↵ | Dean Camera | 2009-12-20 | 1 | -5/+23 |
| | | | | (thanks to Carl Ott). | ||||
* | Add const qualifier to the parameters of Projects' functions where possible. | Dean Camera | 2009-12-20 | 1 | -3/+3 |
| | |||||
* | 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. | ||||
* | Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone ↵ | Dean Camera | 2009-12-02 | 1 | -0/+180 |
project. |