aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP-MKII
Commit message (Collapse)AuthorAgeFilesLines
* Atmel Studio 7 has a newer AVRISP-MKII firmware payload.Dean Camera2015-10-041-1/+1
|
* Add conflict warning to the AVRISP-MKII Clone project.Dean Camera2015-05-201-0/+10
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1724-47/+47
|
* Update documentation.Dean Camera2015-02-121-0/+8
|
* Upgrade to latest Doxygen.Dean Camera2014-12-271-101/+132
|
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-142-4/+4
|
* Minor documentation improvements.Dean Camera2014-08-311-1/+10
|
* Minor documentation improvements.Dean Camera2014-08-311-0/+2
|
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-241-14/+35
|
* Fix AVRISP-MKII status values to match the published protocol (thanks to ↵Dean Camera2014-05-271-2/+2
| | | | Gustavo Souza).
* Upgrade to latest Doxygen.Dean Camera2014-04-211-27/+34
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-082-0/+1
| | | | Studio extension.
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-081-1/+1
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-081-24/+6
|
* Update copyrights for 2014.Dean Camera2014-01-0424-51/+51
|
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-261-8/+31
|
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-211-2/+2
| | | | with the previous floating point macro version.
* 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.
* Extract interface numbers into enums.László Monda2013-10-062-5/+14
|
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵Dean Camera2013-08-231-940/+1335
| | | | due to changes in the code fragment output in the Doxygen XML.
* Bump AVRISP-MKII version number to be compatible with Atmel Studio 6.1 SP2.Dean Camera2013-08-191-1/+1
|
* Fix indentation in the AVRISP-MKII AppConfig.h header.Dean Camera2013-06-221-8/+8
|
* Add U2S board supportMichael2013-06-221-1/+5
| | | | | | Includes board definition files and patch for AVRISPMKII to move the reset line for pin compatibility. http://sites.google.com/site/megau2s/
* Minor documentation improvements.Dean Camera2013-06-161-14/+29
|
* Pseudo-port the projects and dual role demos for possible later multi-arch ↵Dean Camera2013-05-192-2/+5
| | | | support.
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-191-50/+85
|
* Add prefixes to string descriptor ID enum names in the AVRISP and ↵Dean Camera2013-05-152-12/+12
| | | | XPLAINBridge projects to avoid conflicts.
* Add symbolic names for USB Device String Descriptors within the demos, ↵Dean Camera2013-05-152-19/+31
| | | | applications and bootloaders.
* Update AVRISP-MKII Clone programmer project default firmware minor revision ↵Dean Camera2013-04-272-2/+2
| | | | number to make it compatible with the Atmel Studio 6.1 public release.
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-231-27/+12
| | | | code easier to find in the release version of Atmel Studio 6.1.
* Add explicit requirements for the AppConfig.h headers in the various project ↵Dean Camera2013-04-011-0/+1
| | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
* Minor documentation improvements.Dean Camera2013-03-183-15/+15
|
* Whitespace fixes in the LUFA configuration files.Dean Camera2013-01-291-2/+2
|
* Update Atmel Studio core board templates to use different templates for each ↵Dean Camera2013-01-271-1/+1
| | | | driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers.
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-01-201-9/+14
|
* 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).
* Move out dummy board module and add strong-references to it in each project, ↵Dean Camera2013-01-121-0/+1
| | | | so that the correct project caption is generated inside Atmel Studio.
* Add Atmel Studio keywords to all project XML files.Dean Camera2013-01-121-0/+5
|
* Ensure the demo and project main text files are distributed in Atmel Studio ↵Dean Camera2013-01-111-0/+2
| | | | projects.
* Add board definitions to the pseudo-board selector module in the Atmel ↵Dean Camera2013-01-111-0/+1
| | | | Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching.
* Add and update more Atmel Studio project description XML files.Dean Camera2013-01-101-0/+94
|
* Update copyright year to 2013.Dean Camera2013-01-0324-47/+47
|