| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to p... | Dean Camera | 2011-10-18 | 30 | -4155/+0 |
* | Fixed AVRISP-MKII Clone compile warning on AVR8 U4 targets even when NO_VTARG... | Dean Camera | 2011-10-18 | 1 | -0/+1 |
* | Fixed ring buffer size limited to 255 elements, instead of the intended 65535... | Dean Camera | 2011-10-18 | 1 | -1/+1 |
* | Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocol... | Dean Camera | 2011-10-12 | 1 | -1/+1 |
* | When automatic PLL management mode is enabled on the U4 series AVR8 chips, th... | Dean Camera | 2011-10-12 | 1 | -1/+2 |
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 3 | -1/+23 |
* | Commit for the 111009 release. | Dean Camera | 2011-10-10 | 1 | -1/+1 |
* | Fixed port state table corruption in the TCP layer of the RNDIS Ethernet devi... | Dean Camera | 2011-10-09 | 1 | -0/+1 |
* | Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI ... | Dean Camera | 2011-10-07 | 1 | -0/+1 |
* | Added endian-correction to the CDC driver's Line Encoding control request han... | Dean Camera | 2011-10-07 | 2 | -0/+2 |
* | Fix compile errors for the USB XMEGA parts when the USB driver is used. | Dean Camera | 2011-10-04 | 1 | -0/+1 |
* | Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ... | Dean Camera | 2011-09-28 | 3 | -1/+3 |
* | Fix missing C++ linkage command in ArchitectureSpecific.h. | Dean Camera | 2011-09-21 | 1 | -0/+2 |
* | Commit for the 111009 BETA release. | Dean Camera | 2011-09-21 | 2 | -2/+2 |
* | Fixed HID Parser's largest report size bit count not including the size of th... | Dean Camera | 2011-09-17 | 2 | -0/+3 |
* | Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ... | Dean Camera | 2011-09-07 | 1 | -0/+1 |
* | Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf... | Dean Camera | 2011-09-07 | 2 | -0/+5 |
* | Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host... | Dean Camera | 2011-08-28 | 2 | -10/+12 |
* | Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun... | Dean Camera | 2011-08-24 | 1 | -0/+4 |
* | Minor documentation fixes. | Dean Camera | 2011-08-23 | 1 | -9/+12 |
* | Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO... | Dean Camera | 2011-08-23 | 2 | -14/+17 |
* | Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT(). | Dean Camera | 2011-08-22 | 2 | -0/+5 |
* | Minor documentation corrections. | Dean Camera | 2011-08-19 | 2 | -8/+7 |
* | Improve device support documentation in the manual; split out each architectu... | Dean Camera | 2011-08-19 | 1 | -56/+298 |
* | Pull out architecture specific macros and other definitions into a new common... | Dean Camera | 2011-08-16 | 1 | -0/+1 |
* | Add shortcuts to SwapEndian_16() and SwapEndian_32() internal functions to im... | Dean Camera | 2011-08-16 | 1 | -0/+1 |
* | Set HOST_DEVICE_SETTLE_DELAY_MS to zero for the incomplete AndroidAccessoryHo... | Dean Camera | 2011-08-09 | 1 | -1/+1 |
* | Update LUFAConfig.h with missing options for the AVR32 target. | Dean Camera | 2011-08-04 | 1 | -0/+1 |
* | Fixed incorrect Dataflash buffer use in the DataflashManager_WriteBlocks_RAM(... | Dean Camera | 2011-07-30 | 1 | -0/+1 |
* | Added new VTARGET_USE_INTERNAL_REF configuration option to the AVRISP-MKII cl... | Dean Camera | 2011-07-26 | 2 | -2/+3 |
* | Fixed USB_USBTask not being called internally in stream transfers between pac... | Dean Camera | 2011-07-25 | 1 | -0/+1 |
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean Camera | 2011-07-19 | 2 | -27/+3 |
* | Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architect... | Dean Camera | 2011-07-19 | 1 | -2/+2 |
* | Added Device Qualifier standard descriptor structure definitions USB_StdDescr... | Dean Camera | 2011-07-14 | 1 | -0/+1 |
* | Add new STRINGIFY() and STRINGIFY_EXPANDED() convenience macros. | Dean Camera | 2011-07-14 | 1 | -0/+1 |
* | Add start of an architecture port to the Atmel USB XMEGA devices. | Dean Camera | 2011-07-13 | 2 | -0/+20 |
* | Enhance and document the AVR32 UC3 platform drivers. | Dean Camera | 2011-07-12 | 1 | -0/+4 |
* | Minor documentation fixes. | Dean Camera | 2011-07-12 | 1 | -1/+0 |
* | Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b... | Dean Camera | 2011-07-12 | 1 | -0/+1 |
* | Added new USB_Host_GetDeviceStatus() function for USB Host mode. | Dean Camera | 2011-07-12 | 1 | -4/+6 |
* | Minor documentation and style fixes. | Dean Camera | 2011-07-11 | 2 | -0/+4 |
* | Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum... | Dean Camera | 2011-07-08 | 4 | -3/+24 |
* | Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver. | Dean Camera | 2011-07-04 | 1 | -0/+1 |
* | Oops: Fix compile error in the low level KeyboardMouse demo. | Dean Camera | 2011-07-02 | 1 | -0/+1 |
* | Seperate out the device demos and project's configuration descriptor structur... | Dean Camera | 2011-07-01 | 1 | -0/+2 |
* | Added board hardware driver support for the EVK1104 board. | Dean Camera | 2011-06-27 | 2 | -0/+2 |
* | Add board driver support for the EVK1100 board. | Dean Camera | 2011-06-27 | 2 | -0/+2 |
* | Fix logic bug in the incomplete Android Accessory Host demo preventing correc... | Dean Camera | 2011-06-27 | 3 | -1/+6 |
* | Minor internal macro renaming for the UC3 devices. | Dean Camera | 2011-06-20 | 1 | -1/+1 |
* | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ... | Dean Camera | 2011-06-20 | 1 | -0/+3 |