aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib
Commit message (Expand)AuthorAgeFilesLines
* The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean Camera2009-12-133-128/+194
* PDI NVM enable is fast enough that bare polling is enough without a fixed del...Dean Camera2009-12-112-6/+6
* Fix PDI code - must send NVM enable key least significant byte first, need to...Dean Camera2009-12-112-17/+49
* Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...Dean Camera2009-12-113-12/+24
* Change over AVRISP project to have both hardware USART and software USART mod...Dean Camera2009-12-113-99/+183
* Fix PDITarget_ReceiveByte() not discarding the start bit properly, and readin...Dean Camera2009-12-101-4/+6
* Add even parity bit to the software USART framing in the AVRISP project's PDI...Dean Camera2009-12-091-6/+30
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-093-7/+7
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-081-1/+4
* 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-034-4/+4
* Fix the tokens which enable and disable the different programming protocols i...Dean Camera2009-12-0310-16/+31
* Auto-configure AVRISP programmer configuration when built for the XPLAIN boar...Dean Camera2009-12-035-8/+49
* Document the PDI programming routines implemented so far in the AVRISP projec...Dean Camera2009-12-037-60/+79
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-035-31/+236
* Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean Camera2009-12-026-43/+372
* Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone pro...Dean Camera2009-12-023-2/+2
* Factor out all the ISP related code into a seperate ISPProtocol set of files ...Dean Camera2009-12-029-485/+635
* Rename the V2Protocol command handlers in the AVRISP project in preperation o...Dean Camera2009-12-022-51/+52
* Spell check all source code variables, comments and strings.Dean Camera2009-11-094-44/+44
* Minor changes to the AVRISP project for code clarity.Dean Camera2009-11-093-11/+8
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-244-18/+18
* Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP...Dean Camera2009-08-302-3/+21
* 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
* Make AVRISP project build again - fix incorrect preprocessor directive in V2P...Dean Camera2009-08-251-1/+1
* Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.Dean Camera2009-08-257-0/+1283
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project wh...Dean Camera2009-08-183-315/+0
* Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ...Dean Camera2009-08-183-55/+217
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-172-0/+153