pub/USBasp.git
2010-09-09 Dean CameraWhitespace corrections.
2010-09-09 Dean CameraAdded class specific descriptor type defines with stand...
2010-09-09 Dean CameraAdded LEDs_ToggleLEDs() function to several board LED...
2010-09-07 Dean CameraAdded new PRNT_Host_BytesReceived() and PRNT_Host_Recei...
2010-09-07 Dean CameraMust save and restore the endpoint/pipe interrupt enabl...
2010-09-05 Dean CameraFix bug in Pipe_ConfigurePipe() breaking already config...
2010-09-05 Dean CameraAdded new USB_Device_GetFrameNumber() and USB_Host_GetF...
2010-09-04 Dean CameraReduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down...
2010-09-04 Dean CameraAdded board hardware driver support for the USBFOO...
2010-09-03 Dean CameraAdded board hardware driver support for the Olimex...
2010-08-31 Dean CameraClarify in the project documentation files what the...
2010-08-31 Dean CameraFix incorrect ADC driver documentation for the paramete...
2010-08-29 Dean CameraFix up documentation - remove obsolete Scheduler Overvi...
2010-08-29 Dean CameraRemove remaining void* descriptor casts in the projects...
2010-08-29 Dean CameraAdd better description of the Ultra-Lightweight Ring...
2010-08-24 Dean CameraBetter documentation for the Endpoint_ConfigureEndpoint...
2010-08-24 Dean CameraFixed LowLevel PrinterHost demo not sending control...
2010-08-24 Dean CameraChanged the signature of the CALLBACK_USB_GetDescriptor...
2010-08-24 Dean CameraFix Doxygen typos in Device.h.
2010-08-22 Dean CameraOptimise Endpoint_ConfigureEndpoint_Prv() function...
2010-08-22 Dean CameraSplit out endpoint and pipe stream functions into new...
2010-08-22 Dean CameraChanged all Device mode LowLevel demos and Device Class...
2010-08-22 Dean CameraMoved calls to Device mode Class Driver events to after...
2010-08-22 Dean CameraAdded compile time error to the AVRISP-MKII project...
2010-08-21 Dean CameraClarify in the documentation that the Audio demos and...
2010-08-21 Dean CameraRemove unneccesary call to USB_Device_EnableSOFEvents...
2010-08-20 Dean CameraFixed critical pipe/endpoint memory allocation issue...
2010-08-20 Dean CameraAdded new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan...
2010-08-18 Dean CameraFixed MassStorage based demos and projects resetting...
2010-08-10 Dean CameraFixed USB_GetHIDReportItemInfo() function modifying...
2010-08-09 Dean CameraTighten up the code in the delta movement detection...
2010-08-09 Dean CameraRemoved complicated logic for the Endpoint_ConfigureEnd...
2010-08-09 Dean CameraAdd notification endpoint to the incomplete TMC demo.
2010-08-09 Dean CameraCommit for the 100807 release.
2010-08-08 Dean CameraFix invocations of avr-size in all makefiles broken...
2010-08-05 Dean CameraFixed software application start command broken in...
2010-08-03 Dean CameraEnsure all demos now compile in C99 standards mode...
2010-08-02 Dean CameraHide the PROGMEM attribute from Doxygen, as it appears...
2010-08-01 Dean CameraFix XPLAINBridge project discarding characters from...
2010-08-01 Dean CameraInvert the logic for the VBUS power light in the AVRISP...
2010-07-31 Dean CameraRe-add deleted linker options to the Bootloader makefil...
2010-07-31 Dean CameraFixed Serial peripheral driver not turning off the...
2010-07-30 Dean CameraOops - fix mixed "initialize" and "initialise" - opt...
2010-07-30 Dean CameraMore spell checking of all source files -- correct...
2010-07-30 Dean CameraSpell check more of the third party libraries used...
2010-07-30 Dean CameraAdd the formula used to obtain the bootloader start...
2010-07-30 Dean CameraFix typo in DualVirtualSerial.c due to the changed...
2010-07-30 Dean CameraAltered the CDC Deivice and Host Class drivers' receive...
2010-07-30 Dean CameraOops - need to turn off USART via control register...
2010-07-29 Dean CameraSpell check all source files once again to find any...
2010-07-29 Dean CameraFixed Benito and USBtoSerial projects not turning off...
2010-07-29 Dean CameraAdd special support to the AVRISP-MKII for the new...
2010-07-29 Dean CameraRemove obsolete macros and preprocessor checks from...
2010-07-29 Dean CameraOops - remove duplicated SPI driver init mask.
2010-07-29 Dean CameraAdded support to the AVRISP-MKII project for ISP speeds...
2010-07-28 Dean CameraAdd TMC header read and write functions, so that TMC...
2010-07-27 Dean CameraUse static inline intermediatary functions in Endpoint...
2010-07-27 Dean CameraMove over message ID specific header data to unions...
2010-07-26 Dean CameraRename reserved members of all structs so that they...
2010-07-26 Dean CameraAdd comments to the currently completed portions of...
2010-07-26 Dean CameraAdd missing INTERRUPT_CONTROL_ENDPOINT compile time...
2010-07-26 Dean CameraAdd stream callback flags and class specific control...
2010-07-25 Dean CameraAdded periodic flush timer to the Benito project. Alter...
2010-07-23 Dean CameraAdd TMC device capabilities to the incomplete TMC demo.
2010-07-23 Dean CameraUpdate size of compiled Mouse demo in documentation...
2010-07-22 Dean CameraConvert over internal pseudo-function macros to true...
2010-07-22 Dean CameraFuture proof the XPROG protocol of the AVRISP-MKII...
2010-07-22 Dean CameraAdded start of a low level device Test and Measurement...
2010-07-22 Dean CameraFix up minor whitespace formatting errors.
2010-07-21 Dean CameraUpdate all demos, projects and bootloaders to indent...
2010-07-21 Dean CameraReplace internal Pipe_BytesToEPSizeMask() routine with...
2010-07-21 Dean CameraAdd missing const qualifiers to class drivers.
2010-07-21 Dean CameraMove and rename DevChaper9.c/.h and HostChapter9.c...
2010-07-21 Dean CameraAdd missing const qualifier to the parameters of the...
2010-07-20 Dean CameraFixed MIDI_Device_SendEventPacket() not correctly waiti...
2010-07-19 Dean CameraUpdate makefiles to use the latest WinAVR/Atmel toolcha...
2010-07-18 Dean CameraChange over all makefiles to use C99 standards mode...
2010-07-15 Dean CameraDisable strict aliasing explicitly in the project makef...
2010-07-15 Dean CameraRemoved the automated checking of event names in the...
2010-07-15 Dean CameraAdded ability to set the serial baud rate via the user...
2010-07-15 Dean CameraFix pointer aliasing warning in the Mass Storage demos.
2010-07-15 Dean CameraFixed possible buffer overrun in the XPLAINBridge proje...
2010-07-15 Dean CameraFixed HID device class driver still using PrevReportINB...
2010-07-13 Dean CameraChange AVRISP-MKII and XPLAINBridge descriptors to...
2010-07-13 Dean CameraRemove the timeout period extension code from the AVRIS...
2010-07-13 Dean CameraAdded const attributes to some of the class driver...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Device...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the ClassDriver Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files to the LowLevel Host...
2010-07-13 Dean CameraAdd AVRStudio 4 project files for the library bootloaders.
2010-07-13 Dean CameraAdd remaining AVRStudio project files to the library...
2010-07-13 Dean CameraAdd first lot of AVRStudio project files for some of...
2010-07-13 Dean CameraRename the AVRISP main source files to AVRISP-MKII...
2010-07-12 Dean CameraAdd missing eol-style properties to new source files.
2010-07-12 Dean CameraAdd missing clean_doxygen phony targets to the project...
2010-07-12 Dean CameraReduce prescaler of the flush timer in the USBtoSerial...
2010-07-12 Dean CameraAlter the ring buffer library headers to have both...
2010-07-12 Dean CameraAdd glitch protection to the software UART in the XPLAI...
2010-07-11 Dean CameraMajor changes to the XPLAINBridge software UART code...
next