- Feb 25, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 24, 2012
-
-
Dean Camera authored
-
Dean Camera authored
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
-
Dean Camera authored
Minor documentation fixes - change \note entries to \warning where appropriate and remove/update old documentation.
-
- Feb 22, 2012
-
-
Dean Camera authored
-
- Feb 20, 2012
-
-
Dean Camera authored
Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements.
-
Dean Camera authored
-
- Feb 19, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fix errors uncovered by the new build test compile warnings; fix UC3 pipe configuration function broken, redundant function prototypes and unused parameters.
-
Dean Camera authored
All USB Class Driver configuration struct values are now non-const, to allow for run-time modifications if required before configuring an instance.
-
Dean Camera authored
Update ModuleTest build test to use as many compile warnings as possible. Set -Werror so that any generated warnings produce an error.
-
Dean Camera authored
Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.
-
Dean Camera authored
Oops - don't reset AVRISP-MKII timeout in XPROG mode, as this is synchronous serial and data is always received regardless of attached or non-attached target.
-
Dean Camera authored
Fix UC3 Interrupt Management platform driver not compiling under C++.
-
- Feb 18, 2012
-
-
Dean Camera authored
Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
-
Dean Camera authored
-
- Feb 13, 2012
-
-
Dean Camera authored
-
Dean Camera authored
Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected to the USART module, but requires physical port remapping.
-
- Feb 12, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers.
-
Dean Camera authored
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
-
- Feb 11, 2012
-
-
Dean Camera authored
-
Dean Camera authored
-
- Feb 09, 2012
-
-
Dean Camera authored
Altered the HID class driver to only try to construct at maximum one packet per USB frame, to reduce CPU usage.
-
Dean Camera authored
Fix XMEGA architecture not correctly resetting the device address and endpoints in response to a USB bus reset from the host.
-
Dean Camera authored
Update XMEGA board drivers to use the port inversion feature of the XMEGA architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface.
-
- Feb 08, 2012
-
-
Dean Camera authored
Make an explicit constant name for the CMDEX bit of the target's NVM command register in the AVRISP-MKII Clone project.
-
Dean Camera authored
Allow serial strings to be generated on the older AVR8 devices which do not explicitly state they contain unique values in the datasheet, as this appears to be implemented in hardware.
-
Dean Camera authored
Updated the AVRISP-MKII Clone programmer project to be compatible with the latest version of AVR Studio (version 5.1). Changed the AVRISP-MKII Clone programmer project to report a fixed 3.3V VTARGET voltage on USB AVRs lacking an ADC instead of 5V to prevent warnings in AVR Studio 5.1 when programming XMEGA devices.
-
- Feb 06, 2012
-
-
Dean Camera authored
-
Dean Camera authored
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
-
- Feb 05, 2012
-
-
Dean Camera authored
Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix minor error in the AVRISP-MKII clone project descriptors.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Update LUFAConfig.h with the new compile time options, re-format Doxygen documentation for all compile time options.
-