- 20 May, 2012 5 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Added new RESET_TOGGLES_LIBUSB_COMPAT compile time option to the AVRISP-MKII clone programmer project (thanks to Robert Spitzenpfeil).
-
Dean Camera authored
Additional fixes to the MIDI host driver due to not unfreezing/re-freezing pipes correctly (thanks to Michael Brown).
-
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.
-
- 19 May, 2012 1 commit
-
-
Dean Camera authored
-
- 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 2 commits
-
-
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.
-
Dean Camera authored
-
- 15 May, 2012 2 commits
-
-
Dean Camera authored
-
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 15 commits
-
-
Dean Camera authored
AppConfigHeaders: Move out the last of the demo/app configurations into new AppConfig.h header files.
-
Dean Camera authored
Clean up and speed up build tests by turning off expensive and slow size optimizations, and generation of assembly listings (*.lst) for each compiled source file.
-
Dean Camera authored
-
Dean Camera authored
AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configuration header files.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
-
Dean Camera authored
AppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h configuration header files.
-
Dean Camera authored
AppConfigHeaders: Switch DualRole and low level Host mode demos to use LUFAConfig.h configuration header files.
-
Dean Camera authored
AppConfigHeaders: Remove outdated incomplete BluetoothHost demo - updated Bluetooth stack code is in the ExplorerBot project (http://www.fourwalledcubicle.com/ExplorerBot.php).
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed compile error with the unreleased ATMEGA32U6 device.
-
Dean Camera authored
-
- 12 May, 2012 6 commits
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project.
-
Dean Camera authored
-
- 10 May, 2012 5 commits
-
-
Dean Camera authored
AppConfigHeaders: Update several additional user projects to use configuration header files, rather than makefile defines.
-
Dean Camera authored
AppConfigHeaders: Update several user projects to use configuration header files, rather than makefile defines.
-
Dean Camera authored
AppConfigHeaders: Update bootloaders to use configuration header files, rather than makefile defines.
-
Dean Camera authored
Fix broken documentation in the CDC and DFU class bootloaders due to Doxygen's confusion over the ATTR_NO_INIT attribute macro.
-
Dean Camera authored
Add branch for the conversion of demos to use standard C header files for configuration, rather than makefile defined macros.
-
- 07 May, 2012 2 commits
-
-
Dean Camera authored
Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.
-
Dean Camera authored
-
- 06 May, 2012 1 commit
-
-
Dean Camera authored
-