aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Magstripe
Commit message (Expand)AuthorAgeFilesLines
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-287-49/+49
* Add const qualifier to the parameters of Projects' functions where possible.Dean Camera2009-12-202-6/+6
* Speed up bit-banged USART code in the AVRISP project.Dean Camera2009-12-151-6/+6
* Fix more Doxygen errors from missing parameter documentation.Dean Camera2009-11-251-0/+1
* Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De...Dean Camera2009-11-232-2/+2
* Spell check all source code variables, comments and strings.Dean Camera2009-11-091-100/+100
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-5/+6
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-1/+1
* Fix broken MagStripe demo due to the HID Class driver changes.Dean Camera2009-09-212-15/+3
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Add link to third-party signed version of the official FLIP DFU driver for 64...Dean Camera2009-09-071-2/+2
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-31/+49
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer ...Dean Camera2009-08-192-1/+51
* 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-131-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-052-5/+5
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-022-2/+2
* 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-281-39/+21
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-271-5/+0
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-201-1/+1
* 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-163-5/+10
* 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-131-0/+7
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* 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-282-11/+11
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-262-3/+3
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-6/+6
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-4/+9
* Fix broken MagStripe project.Dean Camera2009-06-182-18/+26
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-152-1/+3
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-144-6/+8
* Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi...Dean Camera2009-06-051-1/+0
* Added multiple Report ID support to the HID class driver. Removed OUT endpoin...Dean Camera2009-06-052-5/+6
* Minor documentation page updates.Dean Camera2009-06-041-0/+36
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-023-4/+12
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-015-410/+100
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ...Dean Camera2009-05-225-3/+4
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-224-7/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-183-19/+11
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-7/+7