aboutsummaryrefslogtreecommitdiffstats
path: root/Projects
Commit message (Expand)AuthorAgeFilesLines
* Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean Camera2009-08-202-0/+21
* Change spinloop in the AVRISP project Unknown V2 Protocol Command handler to ...Dean Camera2009-08-192-6/+8
* Moved out the handling of V2 Protocol parameters to a seperate set of files. ...Dean Camera2009-08-196-89/+239
* Reorganise V2Protocol.c, add in function to assert or de-assert target RESET ...Dean Camera2009-08-195-93/+132
* Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer ...Dean Camera2009-08-198-9/+165
* Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to...Dean Camera2009-08-196-55/+38
* Fixed invalid data being returned when a GetStatus request is issued in Devic...Dean Camera2009-08-181-4/+0
* Move AVRISP Programmer project to a new Unfinished subdirectory of Project wh...Dean Camera2009-08-1810-0/+0
* Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ...Dean Camera2009-08-185-64/+221
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-1711-1/+2922
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-162-8/+5
* Adjust endpoint polling intervals for HID demos, to make them compliant with ...Dean Camera2009-08-131-1/+1
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-132-4/+4
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-071-1/+1
* Add Benito board LED driver to the Benito Programmer project.Dean Camera2009-08-051-0/+110
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-053-7/+10
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-056-25/+25
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-024-4/+4
* Fix demos based on the device mode HID class driver, as well as the driver it...Dean Camera2009-07-312-11/+20
* Add new HID_Device_MillisecondElapsed() function to the HID device Class driv...Dean Camera2009-07-301-2/+1
* Fix to HID device mode Class driver, so that new reports are compared against...Dean Camera2009-07-301-2/+0
* Extend the automatic serial number descriptor code to read out and send all 1...Dean Camera2009-07-281-1/+1
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-283-117/+63
* Changed AudioOutput demos to explicitly use timer 3 - the smaller USB AVRs wh...Dean Camera2009-07-282-5/+6
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-272-10/+0
* Added new LEDs_ToggleLEDs() function to the Board LEDs driver.Dean Camera2009-07-242-2/+2
* Ensure new Benito Programmer project matches Don's established LED behaviour ...Dean Camera2009-07-244-21/+35
* Minor updates to the Benito programmer - remove redundant PORT register manip...Dean Camera2009-07-232-8/+7
* Tweaks to the new Benito Programmer project for documentation and port/pin us...Dean Camera2009-07-233-3/+8
* Added new Benito project, a simple modified USB-to-Serial bridge for the prog...Dean Camera2009-07-2310-1/+3039
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-3/+0
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-202-2/+2
* Magstripe Project: Ensure that empty tracks still print out a newline seperat...Dean Camera2009-07-192-27/+22
* Minor updates to the Magstripe and MissileLauncher projects to fix bugs and i...Dean Camera2009-07-164-7/+13
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-1/+2
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-132-0/+14
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-2/+2
* Added incomplete PrinterHost demo application.Dean Camera2009-07-112-2/+2
* Minor correction to MagStripe demo to fix build problems.Dean Camera2009-06-292-7/+7
* Added const modifiers to device mode class drivers.Dean Camera2009-06-283-17/+17
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-262-3/+3
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-2/+0
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-192-11/+11
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-192-7/+18
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-192-14/+14
* Fix broken MagStripe project.Dean Camera2009-06-182-18/+26
* Oops - restore deleted MissileLauncher project, fix all spelling errors for "...Dean Camera2009-06-188-1/+2960
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-188-2961/+2
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-163-15/+44
* Add MissleLauncher project to the /Projects/ makefile. Add missing MissleLaun...Dean Camera2009-06-162-0/+1489