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 | -97/+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 | -0/+20 |
| | |||||
* | Start of implementation of the low level TPI programming protocol in the ↵ | Dean Camera | 2009-12-23 | 1 | -0/+1 |
| | | | | AVRISP project. | ||||
* | Add const qualifier to the parameters of Projects' functions where possible. | Dean Camera | 2009-12-20 | 1 | -4/+4 |
| | |||||
* | 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. | ||||
* | Fixed HID Parser not distributing the Usage Min and Usage Max values across ↵ | Dean Camera | 2009-12-04 | 1 | -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 Camera | 2009-12-03 | 1 | -2/+5 |
| | | | | in the AVRISP project. | ||||
* | Auto-configure AVRISP programmer configuration when built for the XPLAIN ↵ | Dean Camera | 2009-12-03 | 1 | -0/+6 |
| | | | | board to match the XPLAIN hardware connections. | ||||
* | Factor out all the ISP related code into a seperate ISPProtocol set of files ↵ | Dean Camera | 2009-12-02 | 1 | -0/+67 |
in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented. |