- 15 Apr, 2012 2 commits
-
-
Dean Camera authored
Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SELF_POWER or NO_DEVICE_REMOTE_WAKEUP tokens are defined (thanks to Georg Glock).
-
Dean Camera authored
-
- 14 Apr, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed CDC and DFU bootloaders failing to compile when the bootloader section size is 8KB or more (thanks to Georg Glock).
-
- 09 Apr, 2012 4 commits
-
-
Dean Camera authored
Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 architecture ModuleTest build test makefile.
-
Dean Camera authored
Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects with non-supported hardware - produce errors only if the user application includes the module header files.
-
Dean Camera authored
-
Dean Camera authored
Make Doxygen fail for any Doxygen output other than unsupported tags (as these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
-
- 08 Apr, 2012 10 commits
-
-
Dean Camera authored
Removed the old pseudo-scheduler from the library as it was unused and deprecated since the 090810 release.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Add additional specific sub-family parts to the ModuleTest build test as these may have minor header file differences to their standard family cousins. Clean up of main library Makefile to extract out the library version once into a make variable for easy reference.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Pull out common options in the StaticAnalysisTest build test makefile into a seperate make variable for clarity. Add missing cppcheck inline suppression comment.
-
- 07 Apr, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
Fix up Doxygen documentation directives to allow for generation of documentation when the library code root folder is not "LUFA".
-
Dean Camera authored
Add architecture guards to all architecture-specific files, so that they can be bulk-added to existing IDE projects without having to exclude unused architecture files.
-
Dean Camera authored
-
Dean Camera authored
Add main library makefile target "export_tar" to export a copy of the library codebase in TAR format, for each integration into user applications.
-
- 05 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 01 Apr, 2012 3 commits
-
-
Dean Camera authored
-
Dean Camera authored
Reverted AVRISP-MKII clone project watchdog based command timeout patch in favour of a hardware timer, to allow for use in devices with WDTRST fuse programmed.
-
Dean Camera authored
-
- 29 Mar, 2012 4 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to OS incompatibilities, replaced with fixed 3-axis joystick report structure.
-
Dean Camera authored
Added additional bootloader API data to expose the bootloader start address and class to the DFU and CDC class bootloaders.
-
- 25 Mar, 2012 2 commits
-
-
Dean Camera authored
Tweak static analysis check BuildTest makefile argument order to make the call differences easier to determine.
-
Dean Camera authored
Re-enable cppcheck static analysis unused function checks after adding in special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
-
- 23 Mar, 2012 1 commit
-
-
Dean Camera authored
-
- 20 Mar, 2012 2 commits
-
-
Dean Camera authored
Fixed AVRISP-MKII programmer project failing to compile for the U4 chips when VTARGET_ADC_CHANNEL is defined to an invalid channel and NO_VTARGET_DETECT is defined (thanks to Steven Morehouse).
-
Dean Camera authored
-
- 18 Mar, 2012 1 commit
-
-
Dean Camera authored
-
- 17 Mar, 2012 1 commit
-
-
Dean Camera authored
Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask(). Minor documentation improvements.
-