index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Projects
/
AVRISP
/
Lib
/
PDITarget.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up bit-banged USART code in the AVRISP project.
Dean Camera
2009-12-15
1
-18
/
+23
*
Fix error in AVRISP programmer when repeatedly using PDI mode via the hardwar...
Dean Camera
2009-12-15
1
-3
/
+4
*
Add Doxygen documentation to the completed portions of the PDI programming pr...
Dean Camera
2009-12-14
1
-0
/
+22
*
Use the PDI REPEAT instruction in the PDI programmer code to reduce protocol ...
Dean Camera
2009-12-14
1
-6
/
+21
*
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...
Dean Camera
2009-12-14
1
-38
/
+2
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
1
-1
/
+1
*
The AVRISP project can now enter PDI mode under both bit-bang and hardware US...
Dean Camera
2009-12-13
1
-100
/
+151
*
PDI NVM enable is fast enough that bare polling is enough without a fixed del...
Dean Camera
2009-12-11
1
-3
/
+5
*
Fix PDI code - must send NVM enable key least significant byte first, need to...
Dean Camera
2009-12-11
1
-12
/
+42
*
Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...
Dean Camera
2009-12-11
1
-4
/
+7
*
Change over AVRISP project to have both hardware USART and software USART mod...
Dean Camera
2009-12-11
1
-60
/
+161
*
Fix PDITarget_ReceiveByte() not discarding the start bit properly, and readin...
Dean Camera
2009-12-10
1
-4
/
+6
*
Add even parity bit to the software USART framing in the AVRISP project's PDI...
Dean Camera
2009-12-09
1
-6
/
+30
*
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...
Dean Camera
2009-12-09
1
-2
/
+2
*
Fixed HID Parser not distributing the Usage Min and Usage Max values across a...
Dean Camera
2009-12-04
1
-1
/
+1
*
Make sure the protocol handler files are included in the Doxygen documentatio...
Dean Camera
2009-12-03
1
-1
/
+1
*
Fix the tokens which enable and disable the different programming protocols i...
Dean Camera
2009-12-03
1
-1
/
+1
*
Document the PDI programming routines implemented so far in the AVRISP projec...
Dean Camera
2009-12-03
1
-27
/
+23
*
Started implementing the low level PDI protocol in the AVRISP project, for XM...
Dean Camera
2009-12-03
1
-0
/
+105