您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
qmk_firmware/Demos/Host/LowLevel/KeyboardHostWithParser
Dean Camera e977774d4e
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
15 年前
..
ConfigDescriptor.c Update copyright year to 2010. 16 年前
ConfigDescriptor.h More improvements to the incomplete BluetoothHost demo - add Disconnection Event processing. 15 年前
Doxygen.conf Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. 16 年前
HIDReport.c Update copyright year to 2010. 16 年前
HIDReport.h Add const keyword to the demo function parameters where possible. 15 年前
KeyboardHostWithParser.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 年前
KeyboardHostWithParser.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 年前
KeyboardHostWithParser.txt Fix up project documentation files' overview tables, so that multiple items occupy multiple lines in the same cell, rather than multiple cells. 16 年前
makefile Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 15 年前