pub/USBasp.git
2011-11-29 Dean CameraFixed AVRISP-MKII Clone failing to start application...
2011-11-29 Dean CameraFix typo in the Joystick board driver documentation...
2011-11-29 Dean CameraBit-bang ISP in the AVRISP-MKII clone project needs...
2011-11-28 Dean CameraAdd support for the Paranoid Studio USB2AX boards ...
2011-11-28 Dean CameraAdd dummy board documentation nodes for the XPLAIN_REV1...
2011-11-28 Dean CameraRemove unnecessary ErrorCode variable initializations...
2011-11-28 Dean CameraAdd missing const qualifier to bootloader API function...
2011-11-24 Dean CameraOops - fix incorrect value of AOA_CSCP_AOADataSubclass...
2011-11-24 Dean CameraMinor Doxygen documentation improvements.
2011-11-24 Dean CameraAdd new USB_Host_GetDescriptor() function. Alter the...
2011-11-24 Dean CameraAdded new USB_Host_GetDeviceConfiguration() and USB_Hos...
2011-11-24 Dean CameraConvert the LowLevel AndroidAccessory demo to use the...
2011-11-24 Dean CameraAdd new Android Open Accessory class driver to the...
2011-11-23 Dean CameraUse the proper "-Wl,--undefined=BootloaderAPI_JumpTable...
2011-11-23 Dean CameraUpdate library to indicate support for the Android...
2011-11-23 Dean CameraMove out Android Accessory Host demo to the Host mode...
2011-11-23 Dean CameraAdd const-correctness to the Android_SendString() funct...
2011-11-23 Dean CameraOops: Typo on the new TEENSY2 board support.
2011-11-23 Dean CameraFix interface protocol match value for the Android...
2011-11-23 Dean CameraAdded support for version 2 of the Teensy boards (thank...
2011-11-23 Dean CameraAdd XMEGA compile time tokens to the LUFAConfig.h code...
2011-11-22 Dean CameraFixed broken AVR32 endpoint/pipe communications when...
2011-11-18 Dean CameraAdded Class, ClassDevice, ClassHost and ClassCommon...
2011-11-16 Dean CameraFixed misspelled HID_KEYBOARD_MODIFIER_* macros in...
2011-11-14 Dean CameraMinor corrections for the XMEGA USB controller. Add...
2011-11-09 Dean CameraAdd missing SVN eol-style property to ensure that sourc...
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.
next