index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Projects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler code to the V2 Protoco...
Dean Camera
2009-08-24
4
-9
/
+71
*
Fixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP handler code in the AVRI...
Dean Camera
2009-08-24
1
-9
/
+0
*
Fix to V2 Protocol for Fuse/Sig/Lock byte read -- off by one error on the arr...
Dean Camera
2009-08-24
8
-21
/
+57
*
Added V2 protocol handlers for the READ and WRITE memory commands in the AVRI...
Dean Camera
2009-08-23
3
-10
/
+110
*
Moved out target-related V2 protocol commands into a seperate file for the AV...
Dean Camera
2009-08-23
5
-82
/
+183
*
Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...
Dean Camera
2009-08-23
3
-47
/
+22
*
Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...
Dean Camera
2009-08-23
4
-41
/
+265
*
Renamed Projects/Unfinished to Projects/Incomplete for consistancy.
Dean Camera
2009-08-20
12
-0
/
+0
*
Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...
Dean Camera
2009-08-20
2
-0
/
+21
*
Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to ...
Dean Camera
2009-08-19
2
-6
/
+8
*
Moved out the handling of V2 Protocol parameters to a seperate set of files. ...
Dean Camera
2009-08-19
6
-89
/
+239
*
Reorganise V2Protocol.c, add in function to assert or de-assert target RESET ...
Dean Camera
2009-08-19
5
-93
/
+132
*
Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer ...
Dean Camera
2009-08-19
8
-9
/
+165
*
Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to...
Dean Camera
2009-08-19
6
-55
/
+38
*
Fixed invalid data being returned when a GetStatus request is issued in Devic...
Dean Camera
2009-08-18
1
-4
/
+0
*
Move AVRISP Programmer project to a new Unfinished subdirectory of Project wh...
Dean Camera
2009-08-18
10
-0
/
+0
*
Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ...
Dean Camera
2009-08-18
5
-64
/
+221
*
Added beginnings of a new AVRISP-MKII clone project.
Dean Camera
2009-08-17
11
-1
/
+2922
*
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...
Dean Camera
2009-08-16
2
-8
/
+5
*
Adjust endpoint polling intervals for HID demos, to make them compliant with ...
Dean Camera
2009-08-13
1
-1
/
+1
*
Added explicit attribute masks to the device mode demos' descriptors.
Dean Camera
2009-08-13
2
-4
/
+4
*
Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...
Dean Camera
2009-08-07
1
-1
/
+1
*
Add Benito board LED driver to the Benito Programmer project.
Dean Camera
2009-08-05
1
-0
/
+110
*
Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...
Dean Camera
2009-08-05
3
-7
/
+10
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
6
-25
/
+25
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
4
-4
/
+4
*
Fix demos based on the device mode HID class driver, as well as the driver it...
Dean Camera
2009-07-31
2
-11
/
+20
*
Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...
Dean Camera
2009-07-30
1
-2
/
+1
*
Fix to HID device mode Class driver, so that new reports are compared against...
Dean Camera
2009-07-30
1
-2
/
+0
*
Extend the automatic serial number descriptor code to read out and send all 1...
Dean Camera
2009-07-28
1
-1
/
+1
*
Change project makefiles so that the current target settings and not just the...
Dean Camera
2009-07-28
3
-117
/
+63
*
Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs wh...
Dean Camera
2009-07-28
2
-5
/
+6
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
2
-10
/
+0
*
Added new LEDs_ToggleLEDs() function to the Board LEDs driver.
Dean Camera
2009-07-24
2
-2
/
+2
*
Ensure new Benito Programmer project matches Don's established LED behaviour ...
Dean Camera
2009-07-24
4
-21
/
+35
*
Minor updates to the Benito programmer - remove redundant PORT register manip...
Dean Camera
2009-07-23
2
-8
/
+7
*
Tweaks to the new Benito Programmer project for documentation and port/pin us...
Dean Camera
2009-07-23
3
-3
/
+8
*
Added new Benito project, a simple modified USB-to-Serial bridge for the prog...
Dean Camera
2009-07-23
10
-1
/
+3039
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-3
/
+0
*
Change Doxygen configuration files to not produce 4096 directories for the do...
Dean Camera
2009-07-20
2
-2
/
+2
*
Magstripe Project: Ensure that empty tracks still print out a newline seperat...
Dean Camera
2009-07-19
2
-27
/
+22
*
Minor updates to the Magstripe and MissileLauncher projects to fix bugs and i...
Dean Camera
2009-07-16
4
-7
/
+13
*
Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...
Dean Camera
2009-07-16
1
-1
/
+2
*
Added compatibility list to the documentation of each individual demo.
Dean Camera
2009-07-13
2
-0
/
+14
*
Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...
Dean Camera
2009-07-13
1
-2
/
+2
*
Added incomplete PrinterHost demo application.
Dean Camera
2009-07-11
2
-2
/
+2
*
Minor correction to MagStripe demo to fix build problems.
Dean Camera
2009-06-29
2
-7
/
+7
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
3
-17
/
+17
*
Reduce struct name pollution - group typedef struct names by class driver nam...
Dean Camera
2009-06-26
2
-3
/
+3
*
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...
Dean Camera
2009-06-23
1
-2
/
+0
[next]