qmk_firmware/Demos/Device/Incomplete/TestAndMeasurement
Dean Camera c0e4f52e8f Fix up incorrect version numbers in demo/project descriptors.
Add class name prefixes to missed constants in the class drivers to give all class driver elements a consistent namespace.
2010-09-28 14:59:16 +00:00
..
Descriptors.c Fix up incorrect version numbers in demo/project descriptors. 2010-09-28 14:59:16 +00:00
Descriptors.h Changed the signature of the CALLBACK_USB_GetDescriptor() callback function so that the descriptor pointer is const, to remove the need for extra casting inside the callback (thanks to Jonathan Kollasch). 2010-08-24 13:02:38 +00:00
TestAndMeasurement.c Changed all Device mode LowLevel demos and Device Class drivers so that the control request is acknowledged and any data transferred as quickly as possible without any processing inbetween sections, so that long callbacks or event handlers will not break communications with the host by exceeding the maximum control request stage timeout period. 2010-08-22 03:26:20 +00:00
TestAndMeasurement.h Add TMC header read and write functions, so that TMC data can now be exchanged in both directions. 2010-07-28 09:17:22 +00:00
makefile Remove dfu-programmer program switches, to ensure maximum compatibility with all dfu-programmer versions. 2010-09-24 06:59:28 +00:00