You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/Demos/Device/LowLevel
Dean Camera 86e6ed7f31
Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards.
15 years ago
..
AudioInput Added const modifiers to device mode class drivers. 15 years ago
AudioOutput Added const modifiers to device mode class drivers. 15 years ago
CDC Added const modifiers to device mode class drivers. 15 years ago
DualCDC Added const modifiers to device mode class drivers. 15 years ago
GenericHID Added const modifiers to device mode class drivers. 15 years ago
Joystick Added const modifiers to device mode class drivers. 15 years ago
Keyboard Added const modifiers to device mode class drivers. 15 years ago
KeyboardMouse Fix makefiles -- the auto-addition of -D switches to each LUFA compile time option was faulty, due to GNUMake becomming confused by the spaces in the USE_STATIC_OPTIONS lines. Make user add in the switches explicitly instead. 15 years ago
MIDI Added const modifiers to device mode class drivers. 15 years ago
MassStorage Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the next command immediately after returning, no need to call Dataflash_ToggleSelectedChipCS() afterwards. 15 years ago
Mouse Added const modifiers to device mode class drivers. 15 years ago
RNDISEthernet Added const modifiers to device mode class drivers. 15 years ago
USBtoSerial Added const modifiers to device mode class drivers. 15 years ago
makefile Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory. 16 years ago