Add missing const qualifiers to class drivers.
[pub/USBasp.git] / Projects / Magstripe / Magstripe.h
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-05-09 Dean CameraAdd new ReportType parameter to the HID class driver...
2010-05-08 Dean CameraAdd svn:eol-style property to source files, so that...
2010-04-28 Dean CameraUSB_Init() no longer calls sei() to enable global inter...
2009-12-30 Dean CameraUpdate copyright year to 2010.
2009-12-28 Dean CameraFix MIT license language to make its intent clearer.
2009-11-23 Dean CameraAdded new ReportType parameter to the HID Device Class...
2009-09-21 Dean CameraFix broken MagStripe demo due to the HID Class driver...
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-07-31 Dean CameraFix demos based on the device mode HID class driver...
2009-07-19 Dean CameraMagstripe Project: Ensure that empty tracks still print...
2009-07-16 Dean CameraMinor updates to the Magstripe and MissileLauncher...
2009-06-29 Dean CameraMinor correction to MagStripe demo to fix build problems.
2009-06-18 Dean CameraFix broken MagStripe project.
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-05 Dean CameraAdded multiple Report ID support to the HID class drive...
2009-06-02 Dean CameraRemoved new Start of Frame event from the library;...
2009-06-01 Dean CameraCommit of new class abstraction APIs for all device...
2009-05-22 Dean CameraMoved out each demos' functionality library files ...
2009-05-22 Dean CameraDeleted StdDescriptors.c, renamed USB_GetDescriptor...
2009-05-18 Dean CameraRewritten event system to remove all macros, to make...
2009-04-16 Dean CameraFixed GenericHIDHost demo report write routine incorrec...
2009-03-17 Dean CameraFixed broken Magstripe project and TeensyHID bootloader.
2009-03-09 Dean CameraRemoved SetSystemClockPrescaler() macro, the clock_pres...
2009-02-23 Dean CameraMoved all source to the trunk directory.