Je kunt niet meer dan 25 onderwerpen selecteren Onderwerpen moeten beginnen met een letter of nummer, kunnen streepjes bevatten ('-') en kunnen maximaal 35 tekens lang zijn.
qmk_firmware/Demos/Device/ClassDriver/VirtualSerial
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.
15 jaren geleden
..
Descriptors.c Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 15 jaren geleden
Descriptors.h Update all demos, projects and bootloaders to indent all function parameters, one per line, for better readability. 15 jaren geleden
Doxygen.conf Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser in some situations. 15 jaren geleden
LUFA VirtualSerial.inf Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 jaren geleden
VirtualSerial.aps Add AVRStudio 4 project files to the ClassDriver Device mode demos. 15 jaren geleden
VirtualSerial.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. 15 jaren geleden
VirtualSerial.h Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style. 15 jaren geleden
VirtualSerial.txt More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary. 15 jaren geleden
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. 15 jaren geleden