qmk_firmware/LUFA/Drivers
Dean Camera 88d022a752 Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent.
Fix TWI_ReadPacket() not releasing the bus correctly after all data transferred.

Make TWI_SendByte() and TWI_ReceiveByte() non-inline to reduce compiled binary size.
2011-08-31 07:17:33 +00:00
..
Board Add missing SVN eol-style property to files where it was missing. 2011-07-15 08:46:08 +00:00
Misc Update LUFAConfig.h with missing options for the AVR32 target. 2011-08-04 05:32:17 +00:00
Peripheral Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent. 2011-08-31 07:17:33 +00:00
USB Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used. 2011-08-28 03:44:22 +00:00