qmk_firmware/LUFA/Drivers/Board
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
..
ATAVRUSBRF01 Changed HWB board driver to Buttons driver, to allow for the support of future boards with more than one mounted GPIO button. 2009-05-06 07:50:34 +00:00
RZUSBSTICK Fixed GenericHIDHost demo report write routine incorrect for control type requests (thanks to Andrei Krainev). 2009-04-16 08:50:34 +00:00
STK525 Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
STK526 Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
USBKEY Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Buttons.h Fix build errors in Joystick device demo and library LEDs driver (on *nix systems). 2009-05-07 06:33:07 +00:00
Dataflash.h 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
Joystick.h More documentation changes for better module-level documentation rather than file-level documentation. 2009-04-17 05:04:21 +00:00
LEDs.h Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Temperature.c Moved all source to the trunk directory. 2009-02-23 07:08:22 +00:00
Temperature.h Added USB Missle Launcher project, submitted by Dave Fletcher. 2009-06-16 05:53:27 +00:00