pub/USBasp.git
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.
2009-11-25 Dean CameraRemoved old empty RNDISEthernetHost directory from...
2009-11-25 Dean CameraAdded new RNDISHost Host LowLevel demo. Fixed misnamed...
2009-11-25 Dean CameraAdded new XPLAIN serial Bridge project (thanks to John...
2009-11-24 Dean CameraMake the StandaloneProgrammer project seamlessly read...
2009-11-24 Dean CameraFixed host state machine not enabling Auto VBUS mode...
2009-11-24 Dean CameraFixed broken USB_GetNextDescriptor() function causing...
2009-11-23 Dean CameraFixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
2009-11-23 Dean CameraAdded new ReportType parameter to the HID Device Class...
2009-11-23 Dean CameraFixed incorrect values for REPORT_ITEM_TYPE_* enum...
2009-11-23 Dean CameraThe incomplete StandaloneProgrammer project now uses...
2009-11-23 Dean CameraRemoved code to zero reports between two keyboard repor...
2009-11-23 Dean CameraAdd activity LED updates to the AVRISP project.
2009-11-22 Dean CameraCommit for the 091122 release.
2009-11-20 Dean CameraFixed Endpoint_Write_Control_Stream_* functions not...
2009-11-20 Dean CameraFixed LowLevel Keyboard demo not saving the issued...
2009-11-17 Dean CameraFix doxygen documentation - doxygen was getting confuse...
2009-11-17 Dean CameraMake RNDISHost demo validate the set Packet Filter...
2009-11-16 Dean CameraFixed HOST_STATE_AS_GPIOR being ignored whilst in Host...
2009-11-15 Dean CameraFix incorrect compiler error message when F_CLOCK is...
2009-11-15 Dean CameraCleanups to the MassStorage Device demos, and the MassS...
2009-11-13 Dean CameraCorrections, improvements and additions to the incomple...
2009-11-13 Dean CameraCorrected the name of the misnamed USB_GetDeviceConfigD...
2009-11-13 Dean CameraExtend incomplete RNDISHost demo -- can not enumerate...
2009-11-12 Dean CameraAdd blocking versions of the CDC Class driver streams...
2009-11-12 Dean CameraAdd beginnings of a RNDIS Ethernet Host demo.
2009-11-11 Dean CameraMinor code cleanups for clarity.
2009-11-10 Dean CameraUpdate CDC Class Driver character stream functions...
2009-11-10 Dean CameraAdded new stream creation function to the CDC Class...
2009-11-09 Dean CameraSpell check all source code variables, comments and...
2009-11-09 Dean CameraMinor changes to the AVRISP project for code clarity.
2009-11-09 Dean CameraFixed HID host Class driver report send/receive report...
2009-11-08 Dean CameraRemove dependancies from the LowLevel demos to the...
2009-11-07 Dean CameraMake Low Level host demos use void pointers for the...
2009-11-07 Dean CameraAdd optional pipe double banking support to the Host...
2009-11-06 Dean CameraAdd double banking property to LUFA powered projects...
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...
next