qmk_firmware/Demos
Dean Camera 7aaced1e8b Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Moved the USB device selection logic for ENDPOINT_TOTAL_ENDPOINTS further up in Endpoint.h to where the endpoint bank capabilities are determined, to reduce the total number of device-specific logic.

Change USB_Host_WaitMS() to test and disable the HSOFI interrupt before resuming the bus, so that it does not fire before the delay loop has run.

Add missing const qualifier to the parameter of USB_Host_ClearPipeStall().
2010-10-12 12:22:11 +00:00
..
Device Remove MIDI ClassDriver device demo's accidental inclusion of the unused ADC peripheral driver header file. 2010-10-10 06:32:48 +00:00
DualRole Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. 2010-10-12 12:22:11 +00:00
Host Fixed LowLevel JoystickHostWithParser demo not saving the chosen HID interface's report descriptor size. 2010-10-01 12:01:54 +00:00
makefile Add default "all" makefile targets to the demo tree makefiles. 2010-06-25 13:28:34 +00:00