Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI and...
[pub/USBasp.git] / Projects / AVRISP /
2009-12-24 Dean CameraRename PDIProtocol.c/.h to XPROGProtocol.c/.h as it...
2009-12-24 Dean CameraCombine AVRISP project TPI and PDI lib directories...
2009-12-23 Dean CameraCorrect include paths and makefile for the AVRISP proje...
2009-12-23 Dean CameraMake seperate ISP, PDI and TPI folders in the AVRISP...
2009-12-23 Dean CameraLower timeout periods in the AVRISP project. Increment...
2009-12-23 Dean CameraStub out more of the TPI programming protocol routines...
2009-12-23 Dean CameraSeperate out XMEGA and TINY NVM routines into seperate...
2009-12-23 Dean CameraStart of implementation of the low level TPI programmin...
2009-12-20 Dean CameraFixed AVRISP project timeouts not checking for the...
2009-12-20 Dean CameraAdd const qualifier to the parameters of Projects'...
2009-12-17 Dean CameraUn-inline the SendAddress function in NVMTarget.c/...
2009-12-16 Dean CameraMore speed and quality improvements to the software...
2009-12-16 Dean CameraSlightly speed up software USART in the AVRISP project...
2009-12-16 Dean CameraUse default NVM base address in the AVRISP programmer...
2009-12-15 Dean CameraSpeed up bit-banged USART code in the AVRISP project.
2009-12-15 Dean CameraComplete initial working revision of PDI programming...
2009-12-15 Dean CameraFix a bug in the Still Image Host Class driver where...
2009-12-15 Dean CameraAdd Lock/Fuse byte programming support to the AVRISP...
2009-12-15 Dean CameraFix error in AVRISP programmer when repeatedly using...
2009-12-14 Dean CameraAdd Doxygen documentation to the completed portions...
2009-12-14 Dean CameraUse the PDI REPEAT instruction in the PDI programmer...
2009-12-14 Dean CameraAdded memory erase handling to the PDI protocol in...
2009-12-14 Dean CameraFix NVM commands so that memory reads and CRC generatio...
2009-12-14 Dean CameraSplit out NVM access code in the AVRISP project into...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-12-13 Dean CameraThe AVRISP project can now enter PDI mode under both...
2009-12-11 Dean CameraPDI NVM enable is fast enough that bare polling is...
2009-12-11 Dean CameraFix PDI code - must send NVM enable key least significa...
2009-12-11 Dean CameraFix AVRISP PDI protocol - make sure inverted masks...
2009-12-11 Dean CameraChange over AVRISP project to have both hardware USART...
2009-12-10 Dean CameraFix PDITarget_ReceiveByte() not discarding the start...
2009-12-09 Dean CameraAdd even parity bit to the software USART framing in...
2009-12-09 Dean CameraFix inverted bit-banged USART logic in the AVRISP proje...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-08 Dean CameraMake sure that USB_STREAM_TIMEOUT_MS is set in the...
2009-12-04 Dean CameraFixed HID Parser not distributing the Usage Min and...
2009-12-03 Dean CameraMake sure the protocol handler files are included in...
2009-12-03 Dean CameraFix the tokens which enable and disable the different...
2009-12-03 Dean CameraAuto-configure AVRISP programmer configuration when...
2009-12-03 Dean CameraDocument the PDI programming routines implemented so...
2009-12-03 Dean CameraStarted implementing the low level PDI protocol in...
2009-12-02 Dean CameraRemoved John Steggall's software UART code from the...
2009-12-02 Dean CameraAdd support for unwrapping of the XMEGA PDI programming...
2009-12-02 Dean CameraRename V2ProtocolTarget files to ISPTarget in the AVRIS...
2009-12-02 Dean CameraFactor out all the ISP related code into a seperate...
2009-12-02 Dean CameraRename the V2Protocol command handlers in the AVRISP...
2009-11-30 Dean CameraAdded CDC_Host_Flush() function to the CDC Host Class...
2009-11-23 Dean CameraAdd activity LED updates to the AVRISP project.
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-09 Dean CameraMinor changes to the AVRISP project for code clarity.
2009-11-08 Dean CameraRemove dependancies from the LowLevel demos to the...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-01 Dean CameraAdded pinouts to the AVRISP project for a standard...
2009-09-24 Dean CameraDoxygen fixes to \param directives to give data directi...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-30 Dean CameraMove ADC VTARGET sampling to a new V2Params_UpdateParam...
2009-08-28 Dean CameraIncrease AVRISP command timeout to 240ms up from 150ms...
2009-08-27 Dean CameraMake WaitWhileBusy function in the AVRISP project more...
2009-08-27 Dean CameraCondensed SCSI command functions in the LowLevel Mass...
2009-08-27 Dean CameraAdded extra note about missing OUT endpoint configurati...
2009-08-25 Dean CameraOptimized Endpoint_Read_Word_* and Pipe_Read_Word_...
2009-08-25 Dean CameraAdd VTARGET level detection to the AVRISP project on...
2009-08-25 Dean CameraMake AVRISP project build again - fix incorrect preproc...
2009-08-25 Dean CameraPartial Commit: Move AVRISP project out of the Projects...
2009-08-18 Dean CameraMove AVRISP Programmer project to a new Unfinished...
2009-08-18 Dean CameraEnhancements to the AVRISP Programmer project to attemp...
2009-08-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone project.