Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
qmk_firmware/Projects/Incomplete/StandaloneProgrammer
Dean Camera f201f6697b
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
14 anni fa
..
Lib Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. 14 anni fa
Descriptors.c Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. 14 anni fa
Descriptors.h Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line. 14 anni fa
DiskDevice.c Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in. 15 anni fa
DiskDevice.h Update copyright year on all source files. 15 anni fa
DiskHost.c Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API. 14 anni fa
DiskHost.h Update copyright year on all source files. 15 anni fa
Standalone Programmer.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 anni fa
StandaloneProgrammer.c Update the incomplete StandaloneProgrammer project to be compatible with the latest LUFA core API. 14 anni fa
StandaloneProgrammer.h Removed SerialStream module, rolled functionality into the base USART Serial peripheral driver instead through the new Serial_CreateStream() and Serial_CreateBlockingStream() methods. 15 anni fa
makefile Add project name to the Doxygen makefile target output. 14 anni fa