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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NVM commands so that memory reads and CRC generations now work correctly ...
Dean Camera
2009-12-14
3
-44
/
+108
*
Split out NVM access code in the AVRISP project into a seperate NVMTarget.c s...
Dean Camera
2009-12-14
11
-120
/
+235
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
3
-8
/
+63
*
The AVRISP project can now enter PDI mode under both bit-bang and hardware US...
Dean Camera
2009-12-13
3
-128
/
+194
*
PDI NVM enable is fast enough that bare polling is enough without a fixed del...
Dean Camera
2009-12-11
2
-6
/
+6
*
Fix PDI code - must send NVM enable key least significant byte first, need to...
Dean Camera
2009-12-11
2
-17
/
+49
*
Fix AVRISP PDI protocol - make sure inverted masks have the appropriate paren...
Dean Camera
2009-12-11
3
-12
/
+24
*
Change over AVRISP project to have both hardware USART and software USART mod...
Dean Camera
2009-12-11
3
-99
/
+183
*
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
3
-7
/
+7
*
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean Camera
2009-12-09
1
-1
/
+1
*
Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...
Dean Camera
2009-12-08
1
-1
/
+4
*
Fixed HID Parser not distributing the Usage Min and Usage Max values across a...
Dean Camera
2009-12-04
6
-6
/
+6
*
Make sure the protocol handler files are included in the Doxygen documentatio...
Dean Camera
2009-12-03
4
-4
/
+4
*
Fix the tokens which enable and disable the different programming protocols i...
Dean Camera
2009-12-03
10
-16
/
+31
*
Auto-configure AVRISP programmer configuration when built for the XPLAIN boar...
Dean Camera
2009-12-03
5
-8
/
+49
*
Document the PDI programming routines implemented so far in the AVRISP projec...
Dean Camera
2009-12-03
7
-60
/
+79
*
Started implementing the low level PDI protocol in the AVRISP project, for XM...
Dean Camera
2009-12-03
5
-31
/
+236
*
Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS...
Dean Camera
2009-12-02
6
-43
/
+372
*
Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone pro...
Dean Camera
2009-12-02
3
-2
/
+2
*
Factor out all the ISP related code into a seperate ISPProtocol set of files ...
Dean Camera
2009-12-02
9
-485
/
+635
*
Rename the V2Protocol command handlers in the AVRISP project in preperation o...
Dean Camera
2009-12-02
2
-51
/
+52
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
4
-44
/
+44
*
Minor changes to the AVRISP project for code clarity.
Dean Camera
2009-11-09
3
-11
/
+8
*
Doxygen fixes to \param directives to give data direction in all projects. Ma...
Dean Camera
2009-09-24
4
-18
/
+18
*
Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP...
Dean Camera
2009-08-30
2
-3
/
+21
*
Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP co...
Dean Camera
2009-08-28
3
-3
/
+16
*
Make WaitWhileBusy function in the AVRISP project more explicit about how it ...
Dean Camera
2009-08-27
2
-2
/
+3
*
Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...
Dean Camera
2009-08-27
1
-1
/
+1
*
Make AVRISP project build again - fix incorrect preprocessor directive in V2P...
Dean Camera
2009-08-25
1
-1
/
+1
*
Partial Commit: Move AVRISP project out of the Projects\Incomplete directory.
Dean Camera
2009-08-25
7
-0
/
+1283
*
Move AVRISP Programmer project to a new Unfinished subdirectory of Project wh...
Dean Camera
2009-08-18
3
-315
/
+0
*
Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ...
Dean Camera
2009-08-18
3
-55
/
+217
*
Added beginnings of a new AVRISP-MKII clone project.
Dean Camera
2009-08-17
2
-0
/
+153