pub/USBasp.git
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...
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-13 Dean CameraAdded CDC_Device_Flush() command to the CDC Device...
2009-08-11 Dean CameraAdded flag to the HID report parser to indicate if...
2009-08-11 Dean CameraAdd CDC Host class driver EVENT_CDC_Host_ControLineStat...
2009-08-11 Dean CameraDocument CDC Host class driver functions and enums.
2009-08-11 Dean CameraAdd new functions to the HID host class driver, refine...
2009-08-11 Dean CameraFixed swapped paremeters in the HID state memory copy...
2009-08-11 Dean CameraCompletion of initial CDC host mode class driver.
2009-08-11 Dean CameraFix issue in CDC device class driver where received...
2009-08-09 Dean CameraCommit for the 090810 release.
2009-08-07 Dean CameraCleanups to RNDIS device demos. Fix issue in RNDIS...
2009-08-07 Dean CameraMake Benito ping-pong LED code more explicit, using...
2009-08-06 Dean CameraSimplify CDC device demos, by directly assigning the...
2009-08-06 Dean CameraMake Endpoint control transfers more reliable; early...
2009-08-05 Dean CameraAdd Benito board LED driver to the Benito Programmer...
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 CameraCommit for 090810rc1 release.
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-04 Dean CameraBetter fix for LowLevel CDC demo issue where sending...
2009-08-04 Dean CameraFix issue with CDC device demos causing broken communic...
2009-08-03 Dean CameraUpdate migration notes for the upcomming 090810 release.
2009-08-03 Dean CameraCleanup and optimization of the internal serial retriev...
2009-08-02 Dean CameraFix build error in TestApp demo caused by previous...
2009-08-02 Dean CameraRename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT...
2009-08-02 Dean CameraMake both LowLevel and ClassDriver AudioOutput demos...
2009-08-02 Dean CameraRemoved interrupt disable/enable from the Device mode...
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-31 Dean CameraRenamed USB_Device_SetHighSpeed() to USB_Device_SetFull...
2009-07-30 Dean CameraAdd new HID_Device_MillisecondElapsed() function to...
2009-07-30 Dean CameraEnsure that the previous HID reports in the HID device...
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 CameraCleanup USBMode.h to simplify preprocessor logic.
2009-07-29 Dean CameraAdded 404 errors to the RNDIS Webserver example.
2009-07-28 Dean CameraExtend the automatic serial number descriptor code...
2009-07-28 Dean CameraFixed report data alignment issues in the MouseHostWith...
2009-07-28 Dean CameraChange project makefiles so that the current target...
2009-07-28 Dean CameraBetter solution - change compile time token names to...
2009-07-28 Dean CameraAdded HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0...
2009-07-28 Dean CameraMake LowLevel AudioOutput demo work in the same way...
2009-07-28 Dean CameraChanged AudioOutput demos to explicitly use timer 3...
next