pub/USBasp.git
2011-10-07 Dean CameraUSB XMEGA support improvements; add DFLL clock platform...
2011-10-07 Dean CameraAdded reliability patches to the AVRISP-MKII Clone...
2011-10-07 Dean CameraFix incorrect function call name in USB_Host_SendContro...
2011-10-07 Dean CameraAdded endian-correction to the CDC driver's Line Encodi...
2011-10-04 Dean CameraFix compile errors for the USB XMEGA parts when the...
2011-09-28 Dean CameraFix compile error on the UC3 targets when INTERRUPT_CON...
2011-09-22 Dean CameraAdd missing "used" attribute to ATTR_INIT_SECTION to...
2011-09-21 Dean CameraFix missing C++ linkage command in ArchitectureSpecific.h.
2011-09-21 Dean CameraAdd project name to the Doxygen makefile target output.
2011-09-21 Dean CameraCommit for the 111009 BETA release.
2011-09-21 Dean CameraAdd const qualifier to all PROGMEM data to prevent...
2011-09-21 Dean CameraFix Class Driver GenericHID demo using the wrong size...
2011-09-17 Dean CameraFixed HID Parser's largest report size bit count not...
2011-09-07 Dean CameraFixed incorrect buffer size check in the USBtoSerial...
2011-09-07 Dean CameraFixed optimization error in the HID Parser item value...
2011-09-05 Dean CameraOops - restore conditional calls to USB_USBTask() in...
2011-09-02 Dean CameraUpdate the TempDataLogger project and driver documentat...
2011-09-02 Dean CameraAdd new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8...
2011-08-31 Dean CameraMake TWI_ReadPacket() use a repeated start condition...
2011-08-28 Dean CameraMove documentation for the USB_HOST_TIMEOUT_MS into...
2011-08-28 Dean CameraRemove redundant prototype for Audio_Host_StartStopStre...
2011-08-24 Dean CameraRenamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp...
2011-08-23 Dean CameraMinor documentation fixes.
2011-08-23 Dean CameraAdd multiple axis support to the HID joystick report...
2011-08-22 Dean CameraRenamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
2011-08-19 Dean CameraMinor documentation corrections.
2011-08-19 Dean CameraImprove device support documentation in the manual...
2011-08-19 Dean CameraFix TWI peripheral driver example code in the library...
2011-08-17 Dean CameraMinor documentation corrections.
2011-08-16 Dean CameraPull out architecture specific macros and other definit...
2011-08-16 Dean CameraAdd shortcuts to SwapEndian_16() and SwapEndian_32...
2011-08-16 Dean CameraFix TempDataLogger project logging interval always...
2011-08-09 Dean CameraSet HOST_DEVICE_SETTLE_DELAY_MS to zero for the incompl...
2011-08-04 Dean CameraUpdate LUFAConfig.h with missing options for the AVR32...
2011-07-30 Dean CameraFixed incorrect Dataflash buffer use in the DataflashMa...
2011-07-29 Dean CameraRemove redundant calls to USB_USBTask() in the Mass...
2011-07-26 Dean CameraAdded new VTARGET_USE_INTERNAL_REF configuration option...
2011-07-25 Dean CameraAdd INTERRUPT_CONTROL_ENDPOINT compile time option...
2011-07-25 Dean CameraFixed USB_USBTask not being called internally in stream...
2011-07-19 Dean CameraRemoved the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
2011-07-19 Dean CameraAdd support for the ORDERED_EP_CONFIG compile time...
2011-07-19 Dean CameraMove out the EP_TYPE_* macros to the base USBController...
2011-07-18 Dean CameraFix names of XMEGA ClockManagement driver functions.
2011-07-18 Dean CameraMore USB XMEGA porting for Endpoint control.
2011-07-15 Dean CameraAdd missing SVN eol-style property to files where it...
2011-07-15 Dean CameraAdd option to the USB XMEGAs to set the USB bus interru...
2011-07-15 Dean CameraComplete USB XMEGA interrupt control subsystem code...
2011-07-14 Dean CameraComplete initial revision of the XMEGA Clock Management...
2011-07-14 Dean CameraAdd XMEGA to the LUFA core library makefile's list...
2011-07-14 Dean CameraUpdate UC3 platform driver support to use the bitmasks...
2011-07-14 Dean CameraMore XMEGA USB AVR device port work - re-add missing...
2011-07-14 Dean CameraImplementation of several key core USB driver functions...
2011-07-14 Dean CameraCorrect the maximum banks per endpoint information...
2011-07-14 Dean CameraAdd support for triple endpoint/pipe bank AVR32 UC3...
2011-07-14 Dean CameraAdd missing ENDPOINT_DETAILS_EP7 macro for the UC3A3...
2011-07-14 Dean CameraAdded Device Qualifier standard descriptor structure...
2011-07-14 Dean CameraAdd high speed USB support for the UC3 devices containi...
2011-07-14 Dean CameraFix compile errors in the UC3 platform support due...
2011-07-14 Dean CameraAdd new STRINGIFY() and STRINGIFY_EXPANDED() convenienc...
2011-07-13 Dean CameraAdd start of an architecture port to the Atmel USB...
2011-07-13 Dean CameraRemove unneeded #include of Device.h in StdDescriptors...
2011-07-12 Dean CameraEnhance and document the AVR32 UC3 platform drivers.
2011-07-12 Dean CameraMinor documentation fixes.
2011-07-12 Dean CameraFixed error in the pipe unordered allocation algorithm...
2011-07-12 Dean CameraAdd more missing function attributes to the TWI periphe...
2011-07-12 Dean CameraAdd missing function attributes.
2011-07-12 Dean CameraAdded new USB_Host_GetDeviceStatus() function for USB...
2011-07-11 Dean CameraAdd missing function attributes to the RingBuffer drive...
2011-07-11 Dean CameraMore endianness porting of the LUFA host mode class...
2011-07-11 Dean CameraMore endianness porting of the LUFA device mode class...
2011-07-11 Dean CameraMinor style improvements to the incomplete AndroidAcces...
2011-07-11 Dean CameraOops - re-order Ringbuffer.h inline functions to preven...
2011-07-11 Dean CameraAdded new RingBuffer_GetFreeCount() function to the...
2011-07-11 Dean CameraMinor documentation and style fixes.
2011-07-11 Dean CameraMinor demo/project documentation and style fixes.
2011-07-10 Dean CameraReplace blind interface descriptor search in the incomp...
2011-07-08 Dean CameraAdd missing device deconfiguration-on-error statements...
2011-07-08 Dean CameraUpdated all host mode demos and projects to use the...
2011-07-07 Dean CameraAdd missing doxygen group terminator to the new Compile...
2011-07-06 Dean CameraTighten up the implementations of the USB_Device_SetDev...
2011-07-06 Dean CameraFix improper indenting of the internal board driver...
2011-07-06 Dean CameraSplit out compiler specific helper macros into a new...
2011-07-06 Dean CameraAdd the GCC -fno-split-wide-types compile time option...
2011-07-05 Dean CameraFix HID_Host_SetIdlePeriod() function to send the corre...
2011-07-04 Dean CameraAdd missing function parameter to the new HID_Host_SetI...
2011-07-04 Dean CameraAdd missing function parameter to the new HID_Host_SetI...
2011-07-04 Dean CameraSwitch the HTTP Webserver project to use the safer...
2011-07-04 Dean CameraAdded new HID_Host_SetIdlePeriod() function to the...
2011-07-02 Dean CameraOops: Fix compile error in the low level KeyboardMouse...
2011-07-01 Dean CameraRemove custom CDC class descriptor definitions from...
2011-07-01 Dean CameraSeperate out the device demos and project's configurati...
2011-06-30 Dean CameraMinor documentation fix for the RelayBoard project.
2011-06-30 Dean CameraPull out Android Accessory Mode functions into a sepera...
2011-06-29 Dean CameraMerge over core library changes from the MultiArchDemos...
2011-06-29 Dean CameraUpdate AudioInput and AudioOutput Class Driver device...
2011-06-27 Dean CameraAdded board hardware driver support for the EVK1104...
2011-06-27 Dean CameraAdd board driver support for the EVK1100 board.
2011-06-27 Dean CameraFix logic bug in the incomplete Android Accessory Host...
2011-06-20 Dean CameraOops - Mouse ClassDriver multi-arch demo changes were...
2011-06-20 Dean CameraUpdate Mouse demo to support the UC3 devices in the...
next