aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/ISPTarget.h
Commit message (Collapse)AuthorAgeFilesLines
* Make seperate ISP, PDI and TPI folders in the AVRISP project Lib ↵Dean Camera2009-12-231-76/+0
| | | | subdirectory to hold each protocol's files.
* Lower timeout periods in the AVRISP project. Increment firmware minor ↵Dean Camera2009-12-231-7/+10
| | | | revision number in the AVRISP project so that it remains comatible with the latest AVRStudio without an upgrade warning.
* Start of implementation of the low level TPI programming protocol in the ↵Dean Camera2009-12-231-0/+1
| | | | AVRISP project.
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-201-3/+4
|
* 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.
* Fixed HID Parser not distributing the Usage Min and Usage Max values across ↵Dean Camera2009-12-041-1/+1
| | | | | | | | an array of report items. Added new HID_ALIGN_DATA() macro to return the pre-retrieved value of a HID report item, left-aligned to a given datatype. Added new PreviousValue to the HID Report Parser report item structure, for easy monitoring of previous report item values.
* Fix the tokens which enable and disable the different programming protocols ↵Dean Camera2009-12-031-2/+5
| | | | in the AVRISP project.
* Auto-configure AVRISP programmer configuration when built for the XPLAIN ↵Dean Camera2009-12-031-0/+6
| | | | board to match the XPLAIN hardware connections.
* Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone ↵Dean Camera2009-12-021-0/+62
project.