Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git] / Projects / AVRISP / makefile
2009-12-24 Dean CameraRemove serial driver use from the AVRISP project now...
2009-12-24 Dean CameraCombine PDIProtocol and TPIProtocol into a single XPROG...
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 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-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-15 Dean CameraSpeed up bit-banged USART code in the AVRISP project.
2009-12-14 Dean CameraSplit out NVM access code in the AVRISP project into...
2009-12-13 Dean CameraThe AVRISP project can now enter PDI mode under both...
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-09 Dean CameraFix inverted bit-banged USART logic in the AVRISP proje...
2009-12-03 Dean CameraFix the tokens which enable and disable the different...
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 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-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
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-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-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone project.