qmk_firmware/Demos/Device/Incomplete/TestAndMeasurement
Dean Camera 508e905d8d Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code.
Changed over all device demos to use a clearer algorithm for the configuring of the application's endpoints.
2010-08-09 10:20:10 +00:00
..
Descriptors.c Add notification endpoint to the incomplete TMC demo. 2010-08-09 07:21:53 +00:00
Descriptors.h Add notification endpoint to the incomplete TMC demo. 2010-08-09 07:21:53 +00:00
TestAndMeasurement.c Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing with basic code. 2010-08-09 10:20:10 +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 Fix invocations of avr-size in all makefiles broken on unpatched *nix systems, due to the recent update to the latest WinAVR makefile template. 2010-08-08 08:30:42 +00:00