Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stub out more of the TPI programming protocol routines in the AVRISP project. | Dean Camera | 2009-12-23 | 1 | -21/+2 |
| | |||||
* | Start of implementation of the low level TPI programming protocol in the ↵ | Dean Camera | 2009-12-23 | 1 | -0/+1 |
| | | | | AVRISP project. | ||||
* | Fixed AVRISP project timeouts not checking for the correct timeout period ↵ | Dean Camera | 2009-12-20 | 1 | -1/+10 |
| | | | | (thanks to Carl Ott). | ||||
* | 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. | ||||
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ↵ | Dean Camera | 2009-12-09 | 1 | -1/+1 |
| | | | | | | | | (up from 5) to account for slow-processing devices. Added brace guards to macros with parameters to prevent unintended changed evaluation of the macro expression. Minor code cleanups (remove redundant comments, fix spacing, etc.). | ||||
* | 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. | ||||
* | Add support for unwrapping of the XMEGA PDI programming protocol to the ↵ | Dean Camera | 2009-12-02 | 1 | -0/+1 |
| | | | | AVRISP Programmer project. | ||||
* | Factor out all the ISP related code into a seperate ISPProtocol set of files ↵ | Dean Camera | 2009-12-02 | 1 | -21/+19 |
| | | | | in the AVRISP Clone programmer project, to clearly seperate out the programming protocols when PDI programming is implemented. | ||||
* | Rename the V2Protocol command handlers in the AVRISP project in preperation ↵ | Dean Camera | 2009-12-02 | 1 | -13/+13 |
| | | | | of XMEGA PDI programming support. | ||||
* | Partial Commit: Move AVRISP project out of the Projects\Incomplete directory. | Dean Camera | 2009-08-25 | 1 | -0/+84 |
| | |||||
* | Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵ | Dean Camera | 2009-08-18 | 1 | -68/+0 |
| | | | | while it is under development. | ||||
* | Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ↵ | Dean Camera | 2009-08-18 | 1 | -46/+19 |
| | | | | communicate with the device. | ||||
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 1 | -0/+95 |
Added new Endpoint_SetEndpointDirection() macro to set the current endpoint direction for bidirectional endpoints. Renamed internal USB_INT_ENDPOINT_SETUP macro to USB_INT_RXSTPI to fit in with the rest of the interrupt vector macros. |