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.
Added new DATAFLASH_CHIP_MASK() macro to the Dataflash driver, which returns the Dataflash select mask for the given chip index.

Updated MassStorage device block write routines to use ping-pong Dataflash buffering to increase throughput by around 30%.
2009-06-29 09:30:06 +00:00
..
AudioInput Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
AudioOutput Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
CDC Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
DualCDC Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
GenericHID Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Joystick Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Keyboard Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
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. 2009-06-19 05:08:04 +00:00
MIDI Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
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. 2009-06-29 09:30:06 +00:00
Mouse Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
RNDISEthernet Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
USBtoSerial Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
makefile Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add old low level demos to a LowLevel subdirectory. 2009-06-05 07:16:33 +00:00