Finish initial draft of the Host Mode HID Class driver.
[pub/USBasp.git] / Demos / Device / LowLevel / USBtoSerial / USBtoSerial.c
2009-09-13 Dean CameraFixed Low Level USBtoSerial demo not storing received...
2009-08-16 Dean CameraFix USBtoSerial device demos -- ensure the UDR1 registe...
2009-08-05 Dean CameraFixed issue in USBtoSerial demos where the USART Rx...
2009-08-05 Dean CameraChanged over manual loops waiting for endpoints to...
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-04 Dean CameraBetter fix for LowLevel CDC demo issue where sending...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-21 Dean CameraAdd explicit guards to all device mode tasks to ensure...
2009-06-22 Dean CameraAdd demos/bootloaders/projects overview to the manual.
2009-06-20 Dean CameraAdded USE_INTERNAL_SERIAL compile time option to automa...
2009-06-08 Dean CameraError status LEDs shown when device endpoint configurat...
2009-06-07 Dean CameraConverted device mode low-level demos to schedulerless.
2009-06-05 Dean CameraMove new Class Driver powered demos to a new ClassDrive...