- 16 Sep, 2012 1 commit
-
-
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 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 18 Aug, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
Added new doxygen_upgrade and doxygen_create targets to the DOXYGEN build system module. Clean up CORE build system module.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Document build system targets. Add a rule to the BUILD module that is run if a source file does not exist to show an error to the user, rather than running the check-source rule before each build (slightly faster/more portable and the generated error is then a true make error).
-
- 16 Aug, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Clean up BUILD module info output formatting, remove explicit gcc-version target and add ability to generate assembly listings of compiled source files for debug purposes.
-
Dean Camera authored
Fixed missing Win-32bit compatibility sections in the LUFA INF driver files (thanks to Christan Beharrell).
-
- 15 Aug, 2012 2 commits
-
-
Dean Camera authored
Update the BUILD build system module to early abort and display an error if needed before trying to create the OBJDIR output object file directory.
-
Dean Camera authored
-