qmk_firmware/LUFA
2009-07-13 05:34:43 +00:00
..
Common Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
Drivers Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state. 2009-07-13 05:34:43 +00:00
DriverStubs Added const modifiers to device mode class drivers. 2009-06-28 13:39:08 +00:00
ManPages Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-blocking disabling of device communications until the device has been removed (for use when an error occurs or communications with the device have completed). Changed over all host mode demos to use the new state. 2009-07-13 05:34:43 +00:00
Scheduler 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
Doxygen.conf Reduce struct name pollution - group typedef struct names by class driver name where appropriate. 2009-06-26 11:43:56 +00:00
makefile Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. 2009-06-14 15:55:13 +00:00
Version.h Added new GenericHIDHost demo. 2009-04-01 07:21:45 +00:00