pub/USBasp.git
2011-11-09 Dean CameraUpdate the incomplete StandaloneProgrammer project...
2011-11-09 Dean CameraUse strcat() in the HTTPServer project instead of using...
2011-11-09 Dean CameraUpdate host C# applications for VS2010. Make LEDNotifie...
2011-11-09 Dean CameraFixed race conditions in the CDC, HID and Mass Storage...
2011-11-09 Dean CameraFix typos in makefile templates.
2011-11-01 Dean CameraAdd partial support for the Atmel A3BU Xplained's Dataf...
2011-11-01 Dean CameraFix XMEGA core USB driver endpoint code to prevent...
2011-10-31 Dean CameraAdd XMEGA SPI peripheral driver.
2011-10-31 Dean CameraAdd support for the new MEGA B series devices.
2011-10-31 Dean CameraAdd support for the Atmel XMEGA A3BU Xplained board.
2011-10-31 Dean CameraFix XMEGA core USB driver so that device mode enumerate...
2011-10-30 Dean CameraAdded INVERTED_ISP_MISO compile time option to the...
2011-10-30 Dean CameraNamespace out the internal endpoint globals in the...
2011-10-30 Dean CameraUpdate ENDPOINT_EPNUM_MASK to be 0x0F, the maximum...
2011-10-30 Dean CameraNamespace out the internal endpoint and pipe globals...
2011-10-30 Dean CameraUpdate XMEGA clock management so that the correct 16...
2011-10-30 Dean CameraFix error in XMEGA clock platform driver for the DFLL...
2011-10-30 Dean CameraMinor documentation fixes.
2011-10-30 Dean CameraXMEGA port improvements; connection and disconnection...
2011-10-28 Dean CameraFix incorrect Android Accessory Host interface descript...
2011-10-26 Dean CameraFixed CDC class drivers not saving and sending all...
2011-10-25 Dean CameraUpdate XMEGA platform clock management example code...
2011-10-18 Dean CameraRename the Doxygen page source directory from ManPages...
2011-10-18 Dean CameraFixed AVRISP-MKII Clone compile warning on AVR8 U4...
2011-10-18 Dean CameraFixed ring buffer size limited to 255 elements, instead...
2011-10-12 Dean CameraAdded reliability patches to the AVRISP-MKII Clone...
2011-10-12 Dean CameraWhen automatic PLL management mode is enabled on the...
2011-10-11 Dean CameraAdded User Application APIs to the CDC and DFU class...
2011-10-10 Dean CameraCommit for the 111009 release. LUFA-111009
2011-10-09 Dean CameraFixed port state table corruption in the TCP layer...
2011-10-09 Dean CameraPrevent written but unused variable warnings on GCC...
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...
next