aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII/Lib
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0817-34/+34
|
* AVRISP-MKII Clone: Clean up ISP driver code, namespace module variables.Dean Camera2019-01-084-547/+551
|
* modify copyright statementjacobseptember2019-01-071-1/+1
|
* Changes to interrupt blocking, etc for PR changejacobseptember2019-01-041-13/+15
|
* Add support for RC calibration from AVR053jacobseptember2018-12-031-19/+17
| | | Typo/style fixes
* Add support for RC calibration from AVR053jacobseptember2018-12-032-15/+102
|
* Add support for RC calibration from AVR053jacobseptember2018-12-031-0/+3
|
* Update copyrights for 2018.Dean Camera2018-01-0417-34/+34
|
* Fix AVRISP-MKII Clone Programmer PDI entry sequence (thanks to Justin Mattair).Dean Camera2017-12-041-3/+8
|
* Wait until PDI NVM erase completes in the AVRISPMkii clone programmer.Dean Camera2017-10-011-0/+4
|
* Update copyrights for 2017.Dean Camera2017-04-1817-34/+34
|
* Update copyrights to 2016.Dean Camera2016-01-3117-34/+34
|
* Atmel Studio 7 has a newer AVRISP-MKII firmware payload.Dean Camera2015-10-041-1/+1
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1717-34/+34
|
* Fix AVRISP-MKII status values to match the published protocol (thanks to ↵Dean Camera2014-05-271-2/+2
| | | | Gustavo Souza).
* Update copyrights for 2014.Dean Camera2014-01-0417-38/+38
|
* Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused ↵Dean Camera2013-11-211-2/+2
| | | | sporadic session issues.
* Fix incorrect status constants in the AVRISP-MKII Clone project.Dean Camera2013-11-201-2/+3
|
* Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets ↵Dean Camera2013-11-041-2/+2
| | | | with high /RESET line capacitance.
* AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as ↵Dean Camera2013-11-021-1/+1
| | | | it is now stable.
* Use non-abbreviated XPROG/PDI/TPI constant names.Dean Camera2013-10-275-154/+155
|
* Refactor AVRISP MKII Clone PDI/TPI command constants to simplify the driver ↵Dean Camera2013-10-273-72/+80
| | | | code.
* More minor speedups to the AVRISP-MKII clone programmer PDI memory reading code.Dean Camera2013-10-271-9/+16
|
* Only issue the REPEAT instruction in the clone programmer if needed to ↵Dean Camera2013-10-271-3/+6
| | | | reduce protocol overhead.
* Bump AVRISP-MKII version number to be compatible with Atmel Studio 6.1 SP2.Dean Camera2013-08-191-1/+1
|
* 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.
* Minor documentation improvements.Dean Camera2013-03-183-15/+15
|
* Code style fixes to the AVRISP-MKII Clone programmer project.Dean Camera2013-01-147-37/+58
|
* Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is ↵Dean Camera2013-01-132-10/+26
| | | | saved in EEPROM (thanks to Gerhard Wesser).
* Update copyright year to 2013.Dean Camera2013-01-0317-34/+34
|
* Minor documentation improvements.Dean Camera2012-10-0517-17/+17
|
* Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII ↵Dean Camera2012-06-171-1/+1
| | | | clone programmer.
* Merge in latest trunk.Dean Camera2012-05-201-2/+2
|\
| * Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵Dean Camera2012-05-201-1/+1
| | | | | | | | descriptors from the AVRISP-MKII clone project can be directly used in the XPLAINBridge project. Add support for RESET_TOGGLES_LIBUSB_COMPAT option in the XPLAINBridge project.
| * Fixed AVRISP-MKII programmer project reset line polarity inverted when the ↵Dean Camera2012-04-161-1/+1
| | | | | | | | generated EEP file is loaded into the USB AVR's EEPROM and avr-dude is used.
| * Minor documentation improvements.Dean Camera2012-04-152-2/+2
| |
| * Make sure CRC value is pre-zeroed before reading from the XMEGA target ↵Dean Camera2012-04-151-0/+2
| | | | | | | | device, to prevent corrupt data from being returned to the host in the AVRISP-MKII Clone project.
| * Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-143-23/+23
| |
* | AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean Camera2012-05-153-4/+3
| | | | | | | | configuration file, all application headers include the configuration file.
* | AppConfigHeaders: Update several user projects to use configuration header ↵Dean Camera2012-05-108-8/+16
| | | | | | | | files, rather than makefile defines.
* | Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-107-26/+28
|/ | | | configuration, rather than makefile defined macros.
* Reverted AVRISP-MKII clone project watchdog based command timeout patch in ↵Dean Camera2012-04-017-29/+35
| | | | favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed.
* Fixed AVRISP-MKII programmer project failing to compile for the U4 chips ↵Dean Camera2012-03-201-1/+1
| | | | when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse).
* Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz ↵Dean Camera2012-03-181-3/+6
| | | | (thanks to Ben R. Porter).
* Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI ↵Dean Camera2012-03-052-4/+4
| | | | to 32, to prevent communication errors on low quality connections to a target.
* Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous ↵Dean Camera2012-02-191-3/+0
| | | | serial and data is always received regardless of attached or non-attached target.
* Minor documentation fixes.Dean Camera2012-02-082-8/+10
| | | | 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-084-2/+19
| | | | | | 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.
* Update file contributor copyrights for 2012.Dean Camera2012-02-0417-17/+17
|
* Update file header copyrights for 2012.Dean Camera2012-02-0417-17/+17
|