Prevent the CDC Device Class driver from sending empty IN packets on every service...
[pub/USBasp.git] / Demos / Device / ClassDriver /
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-09 Dean CameraAdd Host mode Class driver demo summaries.
2009-09-07 Dean CameraRemove information about 64 bit Windows OS signing...
2009-09-06 Dean CameraAdd in new invalid event hook check targets to project...
2009-09-06 Dean CameraAdded 64 bit OS driver installation instructions to...
2009-09-06 Dean CameraChanged Still Image Host class driver to auto-fill...
2009-09-01 Dean CameraMove check for devices not supporting internal serials...
2009-08-30 Dean CameraRemove deleted source files from the Device mode Class...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-26 Dean CameraAdd SCSICodes.h to the Class Driver Common folder,...
2009-08-23 Dean CameraFixed AVRISP programmer demo -- can now connect to...
2009-08-16 Dean CameraFix misspelt event name in the Class driver USBtoSerial...
2009-08-16 Dean CameraFix USBtoSerial device demos -- ensure the UDR1 registe...
2009-08-16 Dean CameraAdded new EVENT_USB_Device_StartOfFrame() event, contro...
2009-08-13 Dean CameraAdjust endpoint polling intervals for HID demos, to...
2009-08-13 Dean CameraAdded explicit attribute masks to the device mode demos...
2009-08-11 Dean CameraAdd CDC Host class driver EVENT_CDC_Host_ControLineStat...
2009-08-11 Dean CameraFixed swapped paremeters in the HID state memory copy...
2009-08-07 Dean CameraCleanups to RNDIS device demos. Fix issue in RNDIS...
2009-08-06 Dean CameraSimplify CDC device demos, by directly assigning the...
2009-08-05 Dean CameraFixed issue in USBtoSerial demos where the USART Rx...
2009-08-05 Dean CameraMake Control Endpoint stream transfers more reliable...
2009-08-05 Dean CameraChanged over manual loops waiting for endpoints to...
2009-08-05 Dean CameraFix incorrect Event call name in USBInterrupt.c.
2009-08-05 Dean CameraRenamed all library events to properly seperate out...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-08-02 Dean CameraMake both LowLevel and ClassDriver AudioOutput demos...
2009-07-31 Dean CameraFixed the ClassDriver GenericHID demo so that it echoes...
2009-07-31 Dean CameraFix demos based on the device mode HID class driver...
2009-07-30 Dean CameraAdd new HID_Device_MillisecondElapsed() function to...
2009-07-30 Dean CameraFix to HID device mode Class driver, so that new report...
2009-07-30 Dean CameraMinor cleanups to DualCDC ClassDriver device demo for...
2009-07-30 Dean CameraFix incorrect configuration in the ClassDriver AudioOut...
2009-07-30 Dean CameraSet all CDC and MassStorage device mode demos (LowLevel...
2009-07-30 Dean CameraAdded standard stream example to the ClassDriver CDC...
2009-07-30 Dean CameraFix redefinition warning when USB_DEVICE_ONLY is set...
2009-07-29 Dean CameraAdded 404 errors to the RNDIS Webserver example.
2009-07-28 Dean CameraChange project makefiles so that the current target...
2009-07-28 Dean CameraChanged AudioOutput demos to explicitly use timer 3...
2009-07-27 Dean CameraState information for class drivers is now zeroed out...
2009-07-23 Dean CameraAdded new Benito project, a simple modified USB-to...
2009-07-23 Dean CameraEnsure that the USB_DeviceState variable is properly...
2009-07-21 Dean CameraAdded new USB_DeviceState variable to keep track of...
2009-07-20 Dean CameraChange Doxygen configuration files to not produce 4096...
2009-07-16 Dean CameraMinor updates to the Magstripe and MissileLauncher...
2009-07-16 Dean CameraAdded new TOTAL_NUM_CONFIGURATIONS option, removed...
2009-07-14 Dean CameraAdded better module summaries.
2009-07-13 Dean CameraAdded compatibility list to the documentation of each...
2009-07-11 Dean CameraAdded incomplete PrinterHost demo application.
2009-06-29 Dean CameraMinor correction to MagStripe demo to fix build problems.
2009-06-29 Dean CameraDataflash_WaitWhileBusy() now always ensures that the...
2009-06-28 Dean CameraAdded const modifiers to device mode class drivers.
2009-06-26 Dean CameraReduce struct name pollution - group typedef struct...
2009-06-21 Dean CameraAdded new USE_INTERNAL_SERIAL define for using the...
2009-06-19 Dean CameraFix makefiles -- the auto-addition of -D switches to...
2009-06-19 Dean CameraMove LUFA compile time options to a new section in...
2009-06-18 Dean CameraBreak device mode class driver interfaces into seperate...
2009-06-16 Dean CameraRemove hardcoded DOT path from all Doxygen config files.
2009-06-16 Dean CameraPipe_GetErrorFlags() now returns additional error flags...
2009-06-16 Dean CameraAdded USB Missle Launcher project, submitted by Dave...
2009-06-15 Dean CameraMore Doxygen fixes - ensure no undocumented function...
2009-06-15 Dean CameraDoxygen corrections to fix Doxygen warnings in some...
2009-06-14 Dean CameraAdd host mode USB Class driver stubs, add beginnings...
2009-06-14 Dean CameraChanged per-device controller preprocessor checks over...
2009-06-11 Dean CameraChanged to new device mode Class Driver function name...
2009-06-11 Dean CameraSome minor whitespace corrections.
2009-06-10 Dean CameraFixes to the MIDI device demos (ClassDriver, LowLevel...
2009-06-05 Dean CameraAdd master device Host demo makefile.
2009-06-05 Dean CameraRemove outdated AVRStudio project files from demos...
2009-06-05 Dean CameraMove new Class Driver powered demos to a new ClassDrive...