Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |