qmk_firmware/Projects/Incomplete/StandaloneProgrammer
Dean Camera e977774d4e Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 15 years ago
..
Lib Add const keyword to the demo function parameters where possible. 15 years ago
Descriptors.c Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects. 15 years ago
Descriptors.h Standardized the naming scheme given to configuration descriptor sub-elements in the Device mode demos, bootloaders and projects. 15 years ago
DiskDevice.c Add const keyword to the demo function parameters where possible. 15 years ago
DiskDevice.h Add const keyword to the demo function parameters where possible. 15 years ago
DiskHost.c Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before the required library headers were included, causing a compilation error. 16 years ago
DiskHost.h Update copyright year to 2010. 16 years ago
Standalone Programmer.inf Make RNDISHost demo validate the set Packet Filter to ensure that it is being sent correctly. 16 years ago
StandaloneProgrammer.c USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 15 years ago
StandaloneProgrammer.h USB_Init() no longer calls sei() to enable global interrupts - this must now be done in the user application once all init code has run. 15 years ago
makefile Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 15 years ago