aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/AVRISP.txt
Commit message (Collapse)AuthorAgeFilesLines
* Document the PDI programming routines implemented so far in the AVRISP ↵Dean Camera2009-12-031-0/+5
| | | | project. Add ability to selectively disable ISP programming support in addition to the existing ability to disable PDI programming support.
* Removed John Steggall's software UART code from the XPLAIN Bridge project ↵Dean Camera2009-12-021-2/+37
| | | | due to reliability issues.
* Add support for unwrapping of the XMEGA PDI programming protocol to the ↵Dean Camera2009-12-021-2/+12
| | | | AVRISP Programmer project.
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent ↵Dean Camera2009-11-301-0/+1
| | | | data to the attached device.
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-11/+6
| | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series.
* Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make ↵Dean Camera2009-10-011-11/+20
| | | | construction of a standard ISP programmer easier.
* Added extra note about missing OUT endpoint configuration to the HID Device ↵Dean Camera2009-08-271-1/+37
| | | | | | mode Class driver. Added pinout information to the AVRISP project.
* Add VTARGET level detection to the AVRISP project on supported AVR models.Dean Camera2009-08-251-1/+9
|
* Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean Camera2009-08-251-0/+92
|
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project ↵Dean Camera2009-08-181-69/+0
| | | | while it is under development.
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+69
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.