pub/USBasp.git
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.
2009-08-27 Dean CameraAdded new "Common" section to the class drivers, to...
2009-08-27 Dean CameraAdded extra note about missing OUT endpoint configurati...
2009-08-27 Dean CameraFixed Device mode HID Class driver always sending IN...
2009-08-27 Dean CameraMinor documentation fixes to the completed Host mode...
2009-08-27 Dean CameraCompleted initial Host mode Mass Storage class driver.
2009-08-26 Dean CameraAdded MS_Host_TestUnitReady() and MS_Host_ReadDeviceCap...
2009-08-26 Dean CameraAdd SCSICodes.h to the Class Driver Common folder,...
2009-08-26 Dean CameraOops: Really disable building of Projects/Host/ClassDri...
2009-08-26 Dean CameraMore work on the Mass Storage Host mode Class driver.
2009-08-25 Dean CameraOptimized Endpoint_Read_Word_* and Pipe_Read_Word_...
2009-08-25 Dean CameraAdd VTARGET level detection to the AVRISP project on...
2009-08-25 Dean CameraMake AVRISP project build again - fix incorrect preproc...
2009-08-25 Dean CameraPartial Commit: Remove now empty Projects\Incomplete...
2009-08-25 Dean CameraPartial Commit: Move AVRISP project out of the Projects...
2009-08-25 Dean CameraAdd function documentation to the AVRISP project.
2009-08-25 Dean CameraFinished preliminary AVRISP project - all V2 protocol...
2009-08-25 Dean CameraFixed AVRISP V2 Protocol handler for the READ_FLASH_ISP...
2009-08-25 Dean CameraUpdated Benito project -- added hardware interrupt...
2009-08-24 Dean CameraFix endianness of LOAD_ADDRESS command data, add correc...
2009-08-24 Dean CameraSwitch to hardware delays and timeouts via a hardware...
2009-08-24 Dean CameraAdded PROGRAM_FLASH_ISP and PROGRAM_EEPROM_ISP handler...
2009-08-24 Dean CameraFixed V2 Protocol READ_FLASH_ISP and READ_EEPROM_ISP...
2009-08-24 Dean CameraFix to V2 Protocol for Fuse/Sig/Lock byte read -- off...
2009-08-23 Dean CameraAdded V2 protocol handlers for the READ and WRITE memor...
2009-08-23 Dean CameraMoved out target-related V2 protocol commands into...
2009-08-23 Dean CameraFixed AVRISP programmer demo -- can now connect to...
2009-08-23 Dean CameraAdded V2Protocol handlers to the AVRISP project to...
2009-08-20 Dean CameraCorrect Programmer's Notepad project file to use the...
2009-08-20 Dean CameraRenamed Projects/Unfinished to Projects/Incomplete...
2009-08-20 Dean CameraAdd LOAD ADDRESS command parsing to the V2 Protocol...
2009-08-19 Dean CameraChange spinloop in the AVRISP project Unknown V2 Protoc...
2009-08-19 Dean CameraMoved out the handling of V2 Protocol parameters to...
2009-08-19 Dean CameraReorganise V2Protocol.c, add in function to assert...
2009-08-19 Dean CameraAdded handler for the V2 Protocol SPI_MULTI command...
2009-08-19 Dean CameraCorrections to the unfinished AVRISP Programmer project...
2009-08-18 Dean CameraFixed invalid data being returned when a GetStatus...
2009-08-18 Dean CameraMove AVRISP Programmer project to a new Unfinished...
2009-08-18 Dean CameraEnhancements to the AVRISP Programmer project to attemp...
2009-08-17 Dean CameraAdded beginnings of a new AVRISP-MKII clone project.
2009-08-16 Dean CameraAdded return values to the CDC and MIDI class driver...
2009-08-16 Dean CameraFix misspelt event name in the Class driver USBtoSerial...
next