You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Projects/Magstripe
Dean Camera dd2cc7eda7
Remove outdated AVRStudio project files from demos, projects, bootloaders. Fix makefiles of ClassDriver device demos.
16 years ago
..
Lib Moved out each demos' functionality library files (e.g. Ring Buffer library) to /Lib directories for a better directory structure. 16 years ago
Descriptors.c Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 16 years ago
Descriptors.h Commit of new class abstraction APIs for all device demos other than the MIDI demo - not documented yet. 16 years ago
Doxygen.conf Moved all source to the trunk directory. 16 years ago
Magstripe.c Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length. 16 years ago
Magstripe.h Added multiple Report ID support to the HID class driver. Removed OUT endpoint support from HID driver (all OUT reports are now processed through control requests) as a seperate endpoint had issues with determining the exact output report length. 16 years ago
Magstripe.txt Spell checked non-source documentation pages. 16 years ago
makefile Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events. 16 years ago