- Oct 31, 2011
-
-
Dean Camera authored
-
- Oct 30, 2011
-
-
Dean Camera authored
Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs).
-
Dean Camera authored
-
Dean Camera authored
Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07.
-
Dean Camera authored
-
Dean Camera authored
Update XMEGA clock management so that the correct 16-bit calibration is used when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
XMEGA port improvements; connection and disconnection are now detected correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.
-
- Oct 28, 2011
-
-
Dean Camera authored
-
- Oct 26, 2011
-
-
Dean Camera authored
Fixed CDC class drivers not saving and sending all 16-bits of the control line states (thanks to Matthew Swabey).
-
- Oct 25, 2011
-
-
Dean Camera authored
Cleanups to the UC3 endpoint/pipe multi byte read code.
-
- Oct 18, 2011
-
-
Dean Camera authored
Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to prevent user confusion with the actual *nix Man tool.
-
Dean Camera authored
-
Dean Camera authored
-
- Oct 12, 2011
-
-
Dean Camera authored
Added reliability patches to the AVRISP-MKII Clone project's PDI/TPI protocols (thanks to Justin Mattair).
-
Dean Camera authored
When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale).
-
- Oct 11, 2011
-
-
Dean Camera authored
-
- Oct 10, 2011
-
- Oct 09, 2011
-
-
Dean Camera authored
Fix additional warnings under GCC 4.6.
-
Dean Camera authored
-
- Oct 07, 2011
-
-
Dean Camera authored
USB XMEGA support improvements; add DFLL clock platform support, ensure the endpoint table is correctly aligned and configured in the USB controller.
-
Dean Camera authored
Added reliability patches to the AVRISP-MKII Clone project's ISP and PDI/TPI protocols (thanks to Justin Mattair).
-
Dean Camera authored
-
Dean Camera authored
-
- Oct 04, 2011
-
-
Dean Camera authored
Add core support for the ATXMEGA64A1U. Minor documentation corrections.
-
- Sep 28, 2011
-
-
Dean Camera authored
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile time option is used (thanks to Ian Woloschin). Small size improvement for Little Endian devices when USB host mode is used. Minor documentation fixes.
-
- Sep 22, 2011
-
-
Dean Camera authored
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation.
-
- Sep 21, 2011
-
-
Dean Camera authored
Fix missing closing brace in an Endpoint function for the UC3 targets.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Sep 17, 2011
-
-
Dean Camera authored
Fixed HID Parser's largest report size bit count not including the size of the last parsed report item. Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255.
-
- Sep 07, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInfo() and USB_GetHIDReportItemInfo() routines if the report item was NULL (which should be allowable according to the API). Fixed HID Parser CALLBACK_HIDParser_FilterHIDReportItem() callback function not being passed a cacheable report item pointer.
-
- Sep 05, 2011
-
-
Dean Camera authored
Oops - restore conditional calls to USB_USBTask() in the Mass Storage class driver for the non-stream loops.
-
- Sep 02, 2011
-
-
Dean Camera authored
Update the TempDataLogger project and driver documentation to use the new TWI_BITLENGTH_FROM_FREQ() macro.
-
Dean Camera authored
Change Delay_MS() to accept a 16-bit parameter rather than an 8-bit parameter for longer possible delays. Minor documentation improvements.
-
- Aug 31, 2011
-
-
Dean Camera authored
Make TWI_ReadPacket() use a repeated start condition rather than a full bus release/recapture after the read address has been sent. Fix TWI_ReadPacket() not releasing the bus correctly after all data transferred. Make TWI_SendByte() and TWI_ReceiveByte() non-inline to reduce compiled binary size.
-