aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/AVRISP-MKII.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update AVRISP-MKII clone programmer documentation.Dean Camera2017-10-011-7/+0
|
* Minor documentation improvements.Dean Camera2017-04-181-1/+5
|
* Remove legacy AVRISP-MKII clone compatibility compile options.Dean Camera2016-02-071-67/+16
|
* Update documentation.Dean Camera2015-02-121-0/+8
|
* Minor documentation improvements.Dean Camera2014-08-311-1/+10
|
* Minor documentation improvements.Dean Camera2014-08-311-0/+2
|
* Minor documentation improvements.Dean Camera2013-06-161-14/+29
|
* Update AVRISP-MKII Clone programmer project default firmware minor revision ↵Dean Camera2013-04-271-1/+1
| | | | number to make it compatible with the Atmel Studio 6.1 public release.
* Add additional driver documentation to the AVRISP-MKII clone programmer project.Dean Camera2012-09-031-15/+42
|
* Merge in latest trunk.Dean Camera2012-05-201-0/+3
|\
| * Minor documentation improvements.Dean Camera2012-05-201-0/+3
| |
* | Merge in latest trunk.Dean Camera2012-05-201-6/+17
|\|
| * Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵Dean Camera2012-05-201-1/+12
| | | | | | | | clone programmer project (thanks to Robert Spitzenpfeil).
| * Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-5/+5
| | | | | | | | ensure correct formatting of application device support.
* | AppConfigHeaders: Update several user projects to use configuration header ↵Dean Camera2012-05-101-15/+15
|/ | | | files, rather than makefile defines.
* Minor documentation improvements.Dean Camera2012-03-041-5/+6
|
* Minor documentation fixes.Dean Camera2012-02-081-15/+23
| | | | Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project.
* Updated the AVRISP-MKII Clone programmer project to be compatible with the ↵Dean Camera2012-02-081-8/+13
| | | | | | latest version of AVR Studio (version 5.1). Changed the AVRISP-MKII Clone programmer project to report a fixed 3.3V VTARGET voltage on USB AVRs lacking an ADC instead of 5V to prevent warnings in AVR Studio 5.1 when programming XMEGA devices.
* Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ↵Dean Camera2011-10-301-0/+6
| | | | (thanks to Chuck Rohs).
* Minor documentation corrections.Dean Camera2011-08-171-1/+1
|
* Pull out architecture specific macros and other definitions into a new ↵Dean Camera2011-08-161-1/+2
| | | | common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
* Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII ↵Dean Camera2011-07-261-0/+6
| | | | clone project (thanks to Volker Bosch).
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-9/+9
| | | | fix incorrect and missing section names.
* Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII ↵Dean Camera2010-11-161-0/+6
| | | | clone programmer project (thanks to Tom Light).
* Added board hardware driver support for the Adafruit U4 breakout board.Dean Camera2010-11-081-3/+3
| | | | | | Fixed calculation of timer register reload values derived from F_CPU; must subtract one from the division result for the compare value to be correct. Change AVRISP-MKII rescue clock speed to 4MHz to ensure that a 125KHz ISP speed works regardless of the target's fuses (i.e. DIV8 set).
* Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the ↵Dean Camera2010-11-021-3/+3
| | | | clock can be generated at all times when 125KHz ISP programming mode is selected.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-10/+11
| | | | tool made by Laszlo Monda
* Fix typos in the project overview text files.Dean Camera2010-09-091-1/+1
|
* Clarify in the project documentation files what the each of the different ↵Dean Camera2010-08-311-4/+4
| | | | USB AVR device "series" comprises of.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
|
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz ↵Dean Camera2010-07-291-1/+0
| | | | | | via a new software SPI driver. Added new SPI_ORDER_* data order masks to the SPI peripheral driver.
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-11/+11
| | | | Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.
* Rename the AVRISP main source files to AVRISP-MKII so that it matches the ↵Dean Camera2010-07-131-0/+285
project name. Add AVRStudio project file for the AVRISP-MKII project.