aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP
Commit message (Expand)AuthorAgeFilesLines
* Fixed HID Parser not distributing the Usage Min and Usage Max values across a...Dean Camera2009-12-046-6/+6
* Make sure the protocol handler files are included in the Doxygen documentatio...Dean Camera2009-12-035-5/+5
* Fix the tokens which enable and disable the different programming protocols i...Dean Camera2009-12-0313-24/+39
* Auto-configure AVRISP programmer configuration when built for the XPLAIN boar...Dean Camera2009-12-036-15/+61
* Document the PDI programming routines implemented so far in the AVRISP projec...Dean Camera2009-12-0310-61/+86
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-038-34/+237
* Removed John Steggall's software UART code from the XPLAIN Bridge project due...Dean Camera2009-12-021-2/+37
* Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean Camera2009-12-0210-45/+389
* Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone pro...Dean Camera2009-12-024-3/+3
* Factor out all the ISP related code into a seperate ISPProtocol set of files ...Dean Camera2009-12-0210-485/+636
* Rename the V2Protocol command handlers in the AVRISP project in preperation o...Dean Camera2009-12-022-51/+52
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+1
* Add activity LED updates to the AVRISP project.Dean Camera2009-11-232-0/+7
* Spell check all source code variables, comments and strings.Dean Camera2009-11-095-56/+56
* Minor changes to the AVRISP project for code clarity.Dean Camera2009-11-094-17/+14
* Remove dependancies from the LowLevel demos to the ClassDriver demos, since t...Dean Camera2009-11-081-1/+0
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-3/+0
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-11/+6
* Added pinouts to the AVRISP project for a standard ISP 6 Pin header to make c...Dean Camera2009-10-011-11/+20
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-244-18/+18
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-31/+48
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-302-2/+2
* Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP...Dean Camera2009-08-303-9/+24
* Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP co...Dean Camera2009-08-283-3/+16
* Make WaitWhileBusy function in the AVRISP project more explicit about how it ...Dean Camera2009-08-272-2/+3
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-271-1/+1
* Added extra note about missing OUT endpoint configuration to the HID Device m...Dean Camera2009-08-271-1/+37
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-251-1/+1
* Add VTARGET level detection to the AVRISP project on supported AVR models.Dean Camera2009-08-254-7/+31
* Make AVRISP project build again - fix incorrect preprocessor directive in V2P...Dean Camera2009-08-252-2/+2
* Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean Camera2009-08-2514-0/+4072
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project wh...Dean Camera2009-08-1810-3074/+0
* Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ...Dean Camera2009-08-185-64/+221
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-179-0/+2917