- 21 Sep, 2012 1 commit
-
-
Dean Camera authored
Add missing preprocessor logic to the USBKEY board Dataflash driver so that DATAFLASH_TOTALCHIPS parameter for the board could theoretically be changed to 1 and have the code still work.
-
- 19 Sep, 2012 5 commits
-
-
Dean Camera authored
Fixed incorrect Dataflash functionality in the USBKEY board if the driver is modified for a single Dataflash chip (thanks to Jonathan Oakley).
-
Dean Camera authored
-
Dean Camera authored
Enable sorting of the member functions in the Doxygen output, so that functions in the documentation are listed in alphabetical order rather than order of definition.
-
Dean Camera authored
Fix missing briefs in the documentation for several modules, fix up invalid documentation references.
-
Dean Camera authored
Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line with the naming scheme of the rest of the platform modules.
-
- 18 Sep, 2012 1 commit
-
-
Dean Camera authored
Add architecture test for the non-standard avr-size patch, so that it is not tested on architectures where the patch isn't available.
-
- 17 Sep, 2012 3 commits
-
-
Dean Camera authored
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
-
Dean Camera authored
Enable strict prototype matching in the library Doxygen configuration file, to ensure all documentation references are as correct as possible.
-
Dean Camera authored
-
- 16 Sep, 2012 2 commits
-
-
Dean Camera authored
Fixed lengthy timeouts in the USBtoSerial project if no application on the host is consuming data (thanks to Nicolas Saugnier). Fixed lengthy automatic data flushing in the CDC and MIDI device class drivers.
-
Dean Camera authored
-
- 15 Sep, 2012 3 commits
-
-
Dean Camera authored
Shorten the product string descriptors in the CDC and DFU bootloaders to ensure that differences in the toolchain version don't push it over a binary size boundary.
-
Dean Camera authored
-
Dean Camera authored
-
- 14 Sep, 2012 1 commit
-
-
Dean Camera authored
Add error message for debugging purposes to the low level AudioInputHost and AudioOutputHost demos, if the request to set the audio sample rate fails.
-
- 13 Sep, 2012 2 commits
-
-
Dean Camera authored
Make CPPCheck tool happy by altering the program flow in the low level keyboard example, so that the SendReport variable is not overwritten before its first read access.
-
Dean Camera authored
Remove incorrect PROGMEM qualifier on the Manufacturer string descriptors in the DFU and CDC class bootloaders (thanks to Oliver Zander).
-
- 12 Sep, 2012 1 commit
-
-
Dean Camera authored
Fixed possible rounding in the VERSION_BCD() macros for some 0.01 step increments (thanks to Oliver Zander).
-
- 11 Sep, 2012 1 commit
-
-
Dean Camera authored
-
- 09 Sep, 2012 4 commits
-
-
Dean Camera authored
Update ModuleTest build test to enable new warnings supported in the latest Atmel Toolchain release's included AVR-GCC version.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 08 Sep, 2012 1 commit
-
-
Dean Camera authored
-
- 03 Sep, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Alter the AVRISP-MKII clone project code to report a different serial number in libUSB compatibility mode, so that both the Jungo drivers and the libUSB drivers can be installed at the same time (and switched back and forth based on the current compatibility mode).
-
- 02 Sep, 2012 1 commit
-
-
Dean Camera authored
-
- 01 Sep, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
Use an early-abort in the USB_DeviceTask() function rather than wrapping the entire implementation in a conditional.
-
Dean Camera authored
-
Dean Camera authored
-
- 29 Aug, 2012 1 commit
-
-
Dean Camera authored
-
- 28 Aug, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fixed logic hole breaking USB operations on a USB controller with only one supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.
-
- 27 Aug, 2012 4 commits
-
-
Dean Camera authored
Fix include path of the LUFA SOURCES build module from the master build module when used in a legacy LUFA project makefile.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- 20 Aug, 2012 1 commit
-
-
Dean Camera authored
-