Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update AVRISP-MKII Clone programmer project default firmware minor revision ↵ | Dean Camera | 2013-04-27 | 1 | -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 Camera | 2012-09-03 | 1 | -15/+42 |
| | |||||
* | Merge in latest trunk. | Dean Camera | 2012-05-20 | 1 | -0/+3 |
|\ | |||||
| * | Minor documentation improvements. | Dean Camera | 2012-05-20 | 1 | -0/+3 |
| | | |||||
* | | Merge in latest trunk. | Dean Camera | 2012-05-20 | 1 | -6/+17 |
|\| | |||||
| * | Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII ↵ | Dean Camera | 2012-05-20 | 1 | -1/+12 |
| | | | | | | | | clone programmer project (thanks to Robert Spitzenpfeil). | ||||
| * | Minor documentation adjustments to the demos, projects and bootloaders to ↵ | Dean Camera | 2012-05-18 | 1 | -5/+5 |
| | | | | | | | | ensure correct formatting of application device support. | ||||
* | | AppConfigHeaders: Update several user projects to use configuration header ↵ | Dean Camera | 2012-05-10 | 1 | -15/+15 |
|/ | | | | files, rather than makefile defines. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-03-04 | 1 | -5/+6 |
| | |||||
* | Minor documentation fixes. | Dean Camera | 2012-02-08 | 1 | -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 Camera | 2012-02-08 | 1 | -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 Camera | 2011-10-30 | 1 | -0/+6 |
| | | | | (thanks to Chuck Rohs). | ||||
* | Minor documentation corrections. | Dean Camera | 2011-08-17 | 1 | -1/+1 |
| | |||||
* | Pull out architecture specific macros and other definitions into a new ↵ | Dean Camera | 2011-08-16 | 1 | -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 Camera | 2011-07-26 | 1 | -0/+6 |
| | | | | clone project (thanks to Volker Bosch). | ||||
* | Documentation improvements - put driver example code into its own section, ↵ | Dean Camera | 2010-12-26 | 1 | -9/+9 |
| | | | | fix incorrect and missing section names. | ||||
* | Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII ↵ | Dean Camera | 2010-11-16 | 1 | -0/+6 |
| | | | | clone programmer project (thanks to Tom Light). | ||||
* | Added board hardware driver support for the Adafruit U4 breakout board. | Dean Camera | 2010-11-08 | 1 | -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 Camera | 2010-11-02 | 1 | -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 Camera | 2010-10-13 | 1 | -10/+11 |
| | | | | tool made by Laszlo Monda | ||||
* | Fix typos in the project overview text files. | Dean Camera | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Clarify in the project documentation files what the each of the different ↵ | Dean Camera | 2010-08-31 | 1 | -4/+4 |
| | | | | USB AVR device "series" comprises of. | ||||
* | More spell checking of all source files -- correct missed errors, switch to ↵ | Dean Camera | 2010-07-30 | 1 | -1/+1 |
| | | | | EN-GB spelling dictionary. | ||||
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -2/+2 |
| | |||||
* | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz ↵ | Dean Camera | 2010-07-29 | 1 | -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 Camera | 2010-07-19 | 1 | -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 Camera | 2010-07-13 | 1 | -0/+285 |
project name. Add AVRStudio project file for the AVRISP-MKII project. |