aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/makefile
Commit message (Expand)AuthorAgeFilesLines
* Complete combining of PDI and TPI target communication code files, stub out T...Dean Camera2009-12-241-2/+1
* Remove serial driver use from the AVRISP project now that it is no longer nee...Dean Camera2009-12-241-1/+0
* Combine PDIProtocol and TPIProtocol into a single XPROGProtocol set of files.Dean Camera2009-12-241-2/+1
* Rename PDIProtocol.c/.h to XPROGProtocol.c/.h as it will now handle both TPI ...Dean Camera2009-12-241-2/+1
* Combine AVRISP project TPI and PDI lib directories - these protocols use the ...Dean Camera2009-12-241-6/+7
* Correct include paths and makefile for the AVRISP project now that the protoc...Dean Camera2009-12-231-8/+8
* Stub out more of the TPI programming protocol routines in the AVRISP project.Dean Camera2009-12-231-0/+1
* Seperate out XMEGA and TINY NVM routines into seperate files.Dean Camera2009-12-231-0/+1
* Start of implementation of the low level TPI programming protocol in the AVRI...Dean Camera2009-12-231-1/+3
* Fixed AVRISP project timeouts not checking for the correct timeout period (th...Dean Camera2009-12-201-1/+1
* Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.Dean Camera2009-12-171-1/+1
* More speed and quality improvements to the software USART in the AVRISP project.Dean Camera2009-12-161-1/+1
* Slightly speed up software USART in the AVRISP project - faster parity comput...Dean Camera2009-12-161-1/+1
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-1/+1
* Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...Dean Camera2009-12-141-0/+1
* The AVRISP project can now enter PDI mode under both bit-bang and hardware US...Dean Camera2009-12-131-0/+1
* Fix PDI code - must send NVM enable key least significant byte first, need to...Dean Camera2009-12-111-1/+1
* Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...Dean Camera2009-12-111-1/+1
* Change over AVRISP project to have both hardware USART and software USART mod...Dean Camera2009-12-111-1/+1
* Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...Dean Camera2009-12-091-1/+1
* Fix the tokens which enable and disable the different programming protocols i...Dean Camera2009-12-031-2/+2
* Document the PDI programming routines implemented so far in the AVRISP projec...Dean Camera2009-12-031-0/+1
* Started implementing the low level PDI protocol in the AVRISP project, for XM...Dean Camera2009-12-031-1/+1
* Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...Dean Camera2009-12-021-0/+3
* Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone pro...Dean Camera2009-12-021-1/+1
* Factor out all the ISP related code into a seperate ISPProtocol set of files ...Dean Camera2009-12-021-0/+1
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* 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-301-1/+1
* Add VTARGET level detection to the AVRISP project on supported AVR models.Dean Camera2009-08-251-1/+2
* 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-251-0/+727
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project wh...Dean Camera2009-08-181-722/+0
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-171-0/+722