index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Projects
/
AVRISP-MKII
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update AVRISP-MKII Clone programmer project default firmware minor revision n...
Dean Camera
2013-04-27
1
-1
/
+1
*
Minor documentation improvements.
Dean Camera
2013-03-18
3
-15
/
+15
*
Code style fixes to the AVRISP-MKII Clone programmer project.
Dean Camera
2013-01-14
7
-37
/
+58
*
Updated AVRISP-MKII Clone Programmer project so that the SCK clock period is ...
Dean Camera
2013-01-13
2
-10
/
+26
*
Update copyright year to 2013.
Dean Camera
2013-01-03
17
-34
/
+34
*
Minor documentation improvements.
Dean Camera
2012-10-05
17
-17
/
+17
*
Oops - forgot to fix up the command timeout reset code in the AVRISP-MKII clo...
Dean Camera
2012-06-17
1
-1
/
+1
*
Merge in latest trunk.
Dean Camera
2012-05-20
1
-2
/
+2
|
\
|
*
Alter the XPLAINBridge and AVRISP-MKII clone projects so that the descriptors...
Dean Camera
2012-05-20
1
-1
/
+1
|
*
Fixed AVRISP-MKII programmer project reset line polarity inverted when the ge...
Dean Camera
2012-04-16
1
-1
/
+1
|
*
Minor documentation improvements.
Dean Camera
2012-04-15
2
-2
/
+2
|
*
Make sure CRC value is pre-zeroed before reading from the XMEGA target device...
Dean Camera
2012-04-15
1
-0
/
+2
|
*
Reintegrate the FullEPAddresses development branch into trunk.
Dean Camera
2012-04-14
3
-23
/
+23
*
|
AppConfigHeaders: Make sure that in applications using an AppConfig.h configu...
Dean Camera
2012-05-15
3
-4
/
+3
*
|
AppConfigHeaders: Update several user projects to use configuration header fi...
Dean Camera
2012-05-10
8
-8
/
+16
*
|
Add branch for the conversion of demos to use standard C header files for con...
Dean Camera
2012-05-10
7
-26
/
+28
|
/
*
Reverted AVRISP-MKII clone project watchdog based command timeout patch in fa...
Dean Camera
2012-04-01
7
-29
/
+35
*
Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when...
Dean Camera
2012-03-20
1
-1
/
+1
*
Fixed error in the AVRISP-MKII programmer when ISP mode is used at 64KHz (tha...
Dean Camera
2012-03-18
1
-3
/
+6
*
Raised the guard bits in the AVRISP-MKII clone project when in PDI and TPI to...
Dean Camera
2012-03-05
2
-4
/
+4
*
Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous ...
Dean Camera
2012-02-19
1
-3
/
+0
*
Minor documentation fixes.
Dean Camera
2012-02-08
2
-8
/
+10
*
Updated the AVRISP-MKII Clone programmer project to be compatible with the la...
Dean Camera
2012-02-08
4
-2
/
+19
*
Update file contributor copyrights for 2012.
Dean Camera
2012-02-04
17
-17
/
+17
*
Update file header copyrights for 2012.
Dean Camera
2012-02-04
17
-17
/
+17
*
Minor documentation improvements.
Dean Camera
2012-02-01
2
-2
/
+2
*
Fixed AVRISP-MKII Clone timing out on long programming commands such as progr...
Dean Camera
2012-01-30
2
-0
/
+6
*
Make all AVRISP-MKII programmer parameters readable, since there's no real go...
Dean Camera
2012-01-23
3
-8
/
+10
*
Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...
Dean Camera
2011-12-23
9
-20
/
+21
*
Fixed AVRISP-MKII Clone failing to start application firmware once a TPI prog...
Dean Camera
2011-11-29
1
-3
/
+9
*
Bit-bang ISP in the AVRISP-MKII clone project needs to set MOSI pin to the MS...
Dean Camera
2011-11-29
1
-1
/
+2
*
Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ...
Dean Camera
2011-10-30
1
-0
/
+14
*
Minor documentation fixes.
Dean Camera
2011-10-30
1
-1
/
+1
*
Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARG...
Dean Camera
2011-10-18
1
-1
/
+1
*
Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocol...
Dean Camera
2011-10-12
2
-17
/
+21
*
Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ...
Dean Camera
2011-10-07
2
-4
/
+12
*
Add const qualifier to all PROGMEM data to prevent warnings in newer AVR-GCC ...
Dean Camera
2011-09-21
1
-2
/
+2
*
Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII cl...
Dean Camera
2011-07-26
2
-1
/
+10
*
Massive corrections to the project documentation and code comments, thanks to...
Dean Camera
2011-06-05
4
-9
/
+9
*
Added new callback to the Audio Class driver to allow for endpoint control ma...
Dean Camera
2011-06-03
1
-2
/
+2
*
Spell check library source code files.
Dean Camera
2011-06-01
3
-4
/
+4
*
Oops - revert commit of an incomplete port of the AVRISP-MKII project.
Dean Camera
2011-05-29
14
-224
/
+132
*
Added new incomplete AudioInputHost Host LowLevel demo.
Dean Camera
2011-05-29
14
-132
/
+224
*
Replace cast-as-char* byte access of multibyte variables with proper shifts a...
Dean Camera
2011-04-13
2
-6
/
+6
*
Correct UC3 global interrupt functions.
Dean Camera
2011-04-08
1
-1
/
+1
*
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...
Dean Camera
2011-04-04
3
-74
/
+74
*
Add static keyword to all project globals whose scope should be restricted to...
Dean Camera
2011-02-10
2
-3
/
+3
*
Fixed programming errors in the AVRISP-MKII project when the programming pack...
Dean Camera
2011-02-04
2
-2
/
+20
*
Renamed all driver termination *_ShutDown() functions to the more logical nam...
Dean Camera
2011-01-30
1
-1
/
+1
*
Removed SerialStream module, rolled functionality into the base USART Serial ...
Dean Camera
2011-01-30
1
-1
/
+0
[next]