Oops - fix broken SPI driver due to missing bit inversion on a port mask.
[pub/USBasp.git] / LUFA / Drivers / USB / LowLevel / USBController.h
2010-10-13 Dean CameraClean up excessive whitespace at the end of each line...
2010-10-12 Dean CameraRemove USB_MODE_* macros, replace with a semantically...
2010-09-19 Dean CameraClean up USBController.c/.h to more clearly seperate...
2010-09-15 Dean CameraRemoved the EVENT_USB_InitFailure() event, as not speci...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...