- 05 Oct, 2012 1 commit
-
-
Dean Camera authored
-
- 17 Sep, 2012 1 commit
-
-
Dean Camera authored
Use the framework provided GlobalInterruptEnable() function instead of the AVR8/XMEGA specific sei() macro, for future demo/project portability.
-
- 13 Aug, 2012 1 commit
-
-
Dean Camera authored
Upgrade Doxygen configuration files, custom style CSS and DOXYGEN build module for the latest Doxygen release.
-
- 11 Aug, 2012 1 commit
-
-
Dean Camera authored
Add help text to the project makefiles to help new users get information on the improved build system.
-
- 29 Jul, 2012 1 commit
-
-
Dean Camera authored
-
- 14 Jul, 2012 1 commit
-
-
Dean Camera authored
Rename build system module makefiles from "lufa.MODULE.in" to "lufa_MODULE.mk" to prevent makefile from assuming the include is an old style build rule, slowing down the build process. Prevent the BUILD module from shell-executing multiple processes to determine the avr-size flags to speed up the build, unless the size rule is invoked. Add warnings and set warnings as errors to the SingleUSBModeTest build test makefile.
-
- 11 Jul, 2012 1 commit
-
-
Dean Camera authored
Fix project makefiles - remove trailing slash from LUFA_PATH entries and the XPLAINBridge project AVRISP file include path to prevent build errors.
-
- 26 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 21 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 04 Jun, 2012 1 commit
-
-
Dean Camera authored
Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to all application makefiles.
-
- 01 Jun, 2012 1 commit
-
-
Dean Camera authored
-
- 27 May, 2012 1 commit
-
-
Dean Camera authored
Remove legacy AS4 project files, now that they can be automatically generated by the new maintenance script.
-
- 20 May, 2012 1 commit
-
-
Dean Camera authored
Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
-
- 18 May, 2012 1 commit
-
-
Dean Camera authored
Minor documentation adjustments to the demos, projects and bootloaders to ensure correct formatting of application device support.
-
- 17 May, 2012 1 commit
-
-
Dean Camera authored
Update project Doxygen and makefiles so that the resulting project documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
-
- 15 May, 2012 1 commit
-
-
Dean Camera authored
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
-
- 13 May, 2012 2 commits
-
-
Dean Camera authored
AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files.
-
Dean Camera authored
AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configuration header files.
-
- 10 May, 2012 1 commit
-
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 06 May, 2012 1 commit
-
-
Dean Camera authored
Increased endpoint polling interval for all demos and projects to 5ms, as 1ms was causing some enumeration issues on some machines (thanks to Riku Salminen).
-
- 14 Apr, 2012 1 commit
-
-
Dean Camera authored
-
- 09 Apr, 2012 1 commit
-
-
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.
-
- 09 Mar, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 08 Mar, 2012 1 commit
-
-
Dean Camera authored
-
- 07 Mar, 2012 1 commit
-
-
Dean Camera authored
-
- 04 Feb, 2012 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 01 Feb, 2012 1 commit
-
-
Dean Camera authored
-
- 02 Jan, 2012 1 commit
-
-
Dean Camera authored
USB_CONFIG_ATTR_BUSPOWERED constant renamed to USB_CONFIG_ATTR_RESERVED, as this was misnamed (thanks to NXP Semiconductors).
-
- 23 Dec, 2011 1 commit
-
-
Dean Camera authored
Run wspurify script on /trunk/ and /branches/ C source files, to remove any trailing whitespace at the end of each line.
-
- 18 Nov, 2011 1 commit
-
-
Dean Camera authored
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
-
- 09 Nov, 2011 1 commit
-
-
Dean Camera authored
Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout.
-
- 09 Oct, 2011 1 commit
-
-
Dean Camera authored
Fix additional warnings under GCC 4.6.
-
- 07 Oct, 2011 1 commit
-
-
Dean Camera authored
-
- 21 Sep, 2011 2 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
- 19 Jul, 2011 1 commit
-
-
Dean Camera authored
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
-
- 12 Jul, 2011 1 commit
-
-
Dean Camera authored
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
-
- 11 Jul, 2011 1 commit
-
-
Dean Camera authored
Add endianness information to the class driver and core structure definitions. Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.
-