pub/USBasp.git
2009-12-27 Dean CameraFix mistakes in the XPROGTarget.c/.h files for TPI...
2009-12-27 Dean CameraFix references to the renamed AVRISP-MKII project folder.
2009-12-27 Dean CameraRename AVRISP project folder to AVRISP-MKII.
2009-12-27 Dean CameraRemove missed timer 0 init code in the ISP protocol...
2009-12-26 Dean CameraFixed ISP mode in the AVRISP programmer project.
2009-12-26 Dean CameraAdded const where possible to the source functions...
2009-12-24 Dean CameraComplete TPI protocol code to enter and exit TPI progra...
2009-12-24 Dean CameraComplete combining of PDI and TPI target communication...
2009-12-24 Dean CameraRename PDITarget.c/.h to XPROGTarget.c/.h so that both...
2009-12-24 Dean CameraRemove serial driver use from the AVRISP project now...
2009-12-24 Dean CameraCombine PDIProtocol and TPIProtocol into a single XPROG...
2009-12-24 Dean CameraRename PDIProtocol.c/.h to XPROGProtocol.c/.h as it...
2009-12-24 Dean CameraCombine AVRISP project TPI and PDI lib directories...
2009-12-23 Dean CameraCorrect include paths and makefile for the AVRISP proje...
2009-12-23 Dean CameraMake seperate ISP, PDI and TPI folders in the AVRISP...
2009-12-23 Dean CameraLower timeout periods in the AVRISP project. Increment...
2009-12-23 Dean CameraStub out more of the TPI programming protocol routines...
2009-12-23 Dean CameraSeperate out XMEGA and TINY NVM routines into seperate...
2009-12-23 Dean CameraStart of implementation of the low level TPI programmin...
2009-12-23 Dean CameraFix TeensyHID bootloader - change vendor page in the...
2009-12-21 Dean CameraOoops - TeensyHID bootloader makefile should use a...
2009-12-21 Dean CameraEnsure that unsupported SetFeature/ClearFeature request...
2009-12-21 Dean CameraCorrect TeensyHID bootloader descriptors to use the...
2009-12-20 Dean CameraFixed AVRISP project timeouts not checking for the...
2009-12-20 Dean CameraAdded new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
2009-12-20 Dean CameraFixed TeensyHID bootloader not enumerating to the host...
2009-12-20 Dean CameraAdd const qualifier to the parameters of Projects'...
2009-12-20 Dean CameraAdded CPU Usage monitor host app to the LEDNotifier...
2009-12-18 Dean CameraAdd LEDNotifier project to the Projects folder build...
2009-12-18 Dean CameraFix up references in the LEDNotifier project to the...
2009-12-18 Dean CameraRename HotmailNotifier project files to LEDNotifier.
2009-12-18 Dean CameraRenamed HotmailNotifier project to LEDNotifier.
2009-12-18 Dean CameraEnhance the HotmailNotifier project so that the LEDs...
2009-12-18 Dean CameraFixed USB_CurrentMode not being reset to USB_MODE_NONE...
2009-12-17 Dean CameraUn-inline the SendAddress function in NVMTarget.c/...
2009-12-16 Dean CameraMore speed and quality improvements to the software...
2009-12-16 Dean CameraSlightly speed up software USART in the AVRISP project...
2009-12-16 Dean CameraThe SImage_Host_SendBlockHeader() and SImage_Host_Recei...
2009-12-16 Dean CameraUse default NVM base address in the AVRISP programmer...
2009-12-15 Dean CameraSpeed up bit-banged USART code in the AVRISP project.
2009-12-15 Dean CameraComplete initial working revision of PDI programming...
2009-12-15 Dean CameraFix a bug in the Still Image Host Class driver where...
2009-12-15 Dean CameraAdd Lock/Fuse byte programming support to the AVRISP...
2009-12-15 Dean CameraFix error in AVRISP programmer when repeatedly using...
2009-12-14 Dean CameraAdd Doxygen documentation to the completed portions...
2009-12-14 Dean CameraUse the PDI REPEAT instruction in the PDI programmer...
2009-12-14 Dean CameraAdded memory erase handling to the PDI protocol in...
2009-12-14 Dean CameraFix NVM commands so that memory reads and CRC generatio...
2009-12-14 Dean CameraSplit out NVM access code in the AVRISP project into...
2009-12-13 Dean CameraTest with -Wextra, fix library warnings due to unused...
2009-12-13 Dean CameraOops - wrong casting on the Configuration Descriptor...
2009-12-13 Dean CameraUse -pedantic compile time option to find and correct...
2009-12-13 Dean CameraThe AVRISP project can now enter PDI mode under both...
2009-12-11 Dean CameraPDI NVM enable is fast enough that bare polling is...
2009-12-11 Dean CameraFix PDI code - must send NVM enable key least significa...
2009-12-11 Dean CameraFix AVRISP PDI protocol - make sure inverted masks...
2009-12-11 Dean CameraChange over AVRISP project to have both hardware USART...
2009-12-10 Dean CameraFix PDITarget_ReceiveByte() not discarding the start...
2009-12-09 Dean CameraAdd even parity bit to the software USART framing in...
2009-12-09 Dean CameraFix inverted bit-banged USART logic in the AVRISP proje...
2009-12-09 Dean CameraFix incorrect definition of Endpoint_BytesInEndpoint...
2009-12-09 Dean CameraIncrease timeout of Mass Storage and Still Image host...
2009-12-08 Dean CameraMake sure that USB_STREAM_TIMEOUT_MS is set in the...
2009-12-07 Dean CameraFix newly renamed VirtualSerial demos' include filename...
2009-12-07 Dean CameraAdditional file renames and modifications to change...
2009-12-07 Dean CameraRename CDC demos to VirtualSerial.
2009-12-06 Dean CameraAdd new USB_Host_GetDeviceStringDescriptor() convenienc...
2009-12-04 Dean CameraFixed Mass Storage Host Class driver and Low Level...
2009-12-04 Dean CameraAdded support for the Atmel EVK527 board hardware.
2009-12-04 Dean CameraFix double oops -- Host mode settle delay was still...
2009-12-04 Dean CameraOops - fix Host mode pre-enumeration settle delay being...
2009-12-04 Dean CameraFix incorrect const'ness of the ReportItem parameter...
2009-12-04 Dean CameraFixed HID Parser not distributing the Usage Min and...
2009-12-03 Dean CameraMake sure the protocol handler files are included in...
2009-12-03 Dean CameraFix the tokens which enable and disable the different...
2009-12-03 Dean CameraAdded support for the Dataflash mounted on the XPLAIN...
2009-12-03 Dean CameraAuto-configure AVRISP programmer configuration when...
2009-12-03 Dean CameraDocument the PDI programming routines implemented so...
2009-12-03 Dean CameraStarted implementing the low level PDI protocol in...
2009-12-02 Dean CameraAdd new more reliable software UART for the XPLAINBridg...
2009-12-02 Dean CameraRemoved John Steggall's software UART code from the...
2009-12-02 Dean CameraAdd support for unwrapping of the XMEGA PDI programming...
2009-12-02 Dean CameraRename V2ProtocolTarget files to ISPTarget in the AVRIS...
2009-12-02 Dean CameraFactor out all the ISP related code into a seperate...
2009-12-02 Dean CameraRename the V2Protocol command handlers in the AVRISP...
2009-11-30 Dean CameraAdded CDC_Host_Flush() function to the CDC Host Class...
2009-11-29 Dean CameraFixed USB driver failing to define the PLL prescaler...
2009-11-29 Dean CameraAdd to the existing CDC Class Driver's CreateStream...
2009-11-27 Dean CameraBetter checking of whether a packet is received in...
2009-11-26 Dean CameraEnable pullup on the PD5 pin of the AVR in the XPLAINBr...
2009-11-26 Dean CameraComplete RNDIS Host Class driver code - add SendPacket...
2009-11-26 Dean CameraMake the RNDISEthernetHost Class driver demo print...
2009-11-26 Dean CameraMake MIDI device demos also turn off the on board LEDs...
2009-11-26 Dean CameraRemove documentation of deleted parameters from the...
2009-11-26 Dean CameraFix RNDIS Device Class driver - RNDISConstants.h has...
2009-11-26 Dean CameraAdded new RNDIS Host class driver and the beginnings...
2009-11-26 Dean CameraUpdated John Steggall's software USART in the XPLAINBri...
2009-11-25 Dean CameraFix typo in the StillImageHost LowLevel demo, and the...
2009-11-25 Dean CameraFix more Doxygen errors from missing parameter document...
2009-11-25 Dean CameraFix build and Doxygen errors.
next