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