pub/USBasp.git
2009-11-06 Dean CameraAdd optional double-banking support to the Device mode...
2009-11-04 Dean CameraAdd other missing Printer.h main class driver dispatch...
2009-11-04 Dean CameraAdd missing Printer.h common class driver file.
2009-11-04 Dean CameraAdded new Printer Host mode Class driver.
2009-11-04 Dean CameraFixed HID report parser collection paths invalid due...
2009-11-04 Dean CameraAdd support for Mouse Scrollwheel to the MouseHostWithP...
2009-11-04 Dean CameraAdded new JoystickHostWithParser demos to the library.
2009-11-04 Dean CameraUpdate DevChapter9.c - use the Endpoint_ClearStatusStag...
2009-11-03 Dean CameraAdd new CDCMouse ClassDriver device demo, combining...
2009-11-03 Dean CameraRename the AT90USBXXX67 internal driver directory to...
2009-11-03 Dean CameraAdd const attribute to class driver APIs.
2009-10-26 Dean CameraMake HID device class driver ignore the previous HID...
2009-10-26 Dean CameraUse clearer buffer names in the USBtoSerial project...
2009-10-26 Dean CameraMake HID device class driver reselect the correct endpo...
2009-10-18 Dean CameraMoved USBtoSerial demo the Projects directory, as it...
2009-10-16 Dean CameraFix invalid Event name rule in demo/project makefiles.
2009-10-14 Dean CameraFix AudioOutput and AudioInput class driver demos'...
2009-10-12 Dean CameraMake Audio device demos compatible with AVRs running...
2009-10-11 Dean CameraAdded stdio.h stream examples for the virtual CDC UART...
2009-10-08 Dean CameraAdd new MIDI Host Class driver to the library, and...
2009-10-08 Dean CameraApplication documentation/comment cleanup.
2009-10-08 Dean CameraAdd new MIDIHost LowLevel demo application.
2009-10-05 Dean CameraFix accidentally changed code breaking the HID descript...
2009-10-04 Dean CameraFix broken Endpoint/Pipe stream templates.
2009-10-03 Dean CameraMinor documentation fixups.
2009-10-03 Dean CameraChanged Audio Class driver sample read/write functions...
2009-10-02 Dean CameraAdded support for the Atmel XPLAIN board.
2009-10-02 Dean CameraCleanups to the Device mode Mass Storage demo applicati...
2009-10-01 Dean CameraAdded pinouts to the AVRISP project for a standard...
2009-09-30 Dean CameraAdded new HID_HOST_BOOT_PROTOCOL_ONLY compile time...
2009-09-30 Dean CameraFixed issue in the HID Host class driver's HID_Host_Sen...
2009-09-30 Dean CameraRemoved mostly useless "TestApp" demo, as it was mainly...
2009-09-29 Dean CameraFix missing semicolons in the *WithParser Host mode...
2009-09-29 Dean CameraFix missing semicolons in the *WithParser Host mode...
2009-09-29 Dean CameraAdd information on the new MouseHostDevice dual role...
2009-09-29 Dean CameraRemove old OTG demo directory with useless TestApp...
2009-09-28 Dean CameraFixed PrinterHost demo returning invalid Device ID...
2009-09-24 Dean CameraDoxygen fixes to \param directives to give data directi...
2009-09-24 Dean CameraFix incorrect names for the HID Host protocol setting...
2009-09-22 Dean CameraFix more build errors in the LowLevel "WithParser"...
2009-09-22 Dean CameraFix broken Host ClassDriver MouseHostWithParser demo.
2009-09-22 Dean CameraAdd new error condition to the HID Report Parser for...
2009-09-22 Dean CameraMove Dataflash operational checking code out from SCSI...
2009-09-21 Dean CameraAdd new attributes to the HID Report Parser and HID...
2009-09-21 Dean CameraFinish initial draft of the Host Mode HID Class driver.
2009-09-21 Dean CameraAdded new MassStorageKeyboard Device Class Driver demo...
2009-09-21 Dean CameraFix broken MagStripe demo due to the HID Class driver...
2009-09-21 Dean CameraFix building of KeyboardHostWithParser and MouseHostWit...
2009-09-21 Dean CameraFix broken KeyboardMouse ClassDriver device demo -...
2009-09-21 Dean CameraAdd const qualifiers to Host mode Class drivers.
2009-09-20 Dean CameraOops - Keyboard boot report structure should be an...
2009-09-20 Dean CameraRemove type definitions of the keyboard and mouse boot...
2009-09-20 Dean CameraAdd KeyboardHost HID Host Class driver demo to the...
2009-09-20 Dean CameraFinish Class Driver MouseHost demo. Update HID Host...
2009-09-20 Dean CameraAdded new Pipe_IsFrozen() macro to determine if the...
2009-09-17 Dean CameraAdded support for the officially recommended layout...
2009-09-17 Dean CameraFix Mass Storage Host Class driver GetMaxLUN command...
2009-09-14 Dean CameraFix LUFA event list generation rule in the main LUFA...
2009-09-14 Dean CameraFixed MIDI Device Class driver not sending/receiving...
2009-09-13 Dean CameraFixed Low Level USBtoSerial demo not storing received...
2009-09-10 Dean CameraRevert changed CDC_Device_Flush() prototype accidential...
2009-09-10 Dean CameraPrevent the CDC Device Class driver from sending empty...
2009-09-09 Dean CameraRemove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time...
2009-09-09 Dean CameraChange HID report parser so that it can calculate and...
2009-09-09 Dean CameraAdd Host mode Class driver demo summaries.
2009-09-09 Dean CameraFinish Still Image Host class driver.
2009-09-07 Dean CameraAdd link to third-party signed version of the official...
2009-09-07 Dean CameraRemove information about 64 bit Windows OS signing...
2009-09-07 Dean CameraCorrected incorrect signature bytes for the AT90USB82...
2009-09-06 Dean CameraFixed DFU and CDC class bootloaders on the AT90USBXXX2...
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-02 Dean CameraAdd StillImage Host Class Driver functions for opening...
2009-09-02 Dean CameraAdd user-filtering to the HID report parser, so that...
2009-09-02 Dean CameraFixed error in PrinterHost preventing the full page...
2009-09-01 Dean CameraChanged HIDParser to only zero out important values...
2009-09-01 Dean CameraFix up MissileLauncher demo's ConfigurationDescriptor...
2009-09-01 Dean CameraAdded documentation for the constants and enums of...
2009-09-01 Dean CameraFixed StillImageHost not correctly freezing and unfreez...
2009-09-01 Dean CameraMove check for devices not supporting internal serials...
2009-08-31 Dean CameraAdd return codes to the CDC Host Class driver String...
2009-08-31 Dean CameraAdd extra check for OUT ZLP in the CDC Device Class...
2009-08-31 Dean CameraRemoved unused INCLUDE_FROM_BOARD_DRIVER internal defin...
2009-08-31 Dean CameraOops - with new changes to the way the device Configura...
2009-08-31 Dean CameraChanged the parameters and behaviour of the USB_GetDevi...
2009-08-30 Dean CameraRemove deleted source files from the Device mode Class...
2009-08-30 Dean CameraRemove deleted source files from the LUFA library makefile.
2009-08-30 Dean CameraAdded start of the Still Image Host Class driver demo...
2009-08-30 Dean CameraRemove skeleton Audio and MIDI Host mode Class drivers...
2009-08-30 Dean CameraReplace -finline-limit with -fno-inline-small-functions...
2009-08-30 Dean CameraMove ADC VTARGET sampling to a new V2Params_UpdateParam...
2009-08-28 Dean CameraIncrease AVRISP command timeout to 240ms up from 150ms...
2009-08-27 Dean CameraMake WaitWhileBusy function in the AVRISP project more...
2009-08-27 Dean CameraFixed Device mode HID Class driver not explicitly initi...
2009-08-27 Dean CameraCondensed SCSI command functions in the LowLevel Mass...
2009-08-27 Dean CameraAdd check to Pipe_IsEndpointBound() in the Mass Storage...
2009-08-27 Dean CameraSimplified Host mode Mass Storage Class driver to reduc...
2009-08-27 Dean CameraFix memory corruption in Host mode Mass Storage Class...
2009-08-27 Dean CameraAdded better USB Class driver overviews.
next