aboutsummaryrefslogtreecommitdiff
path: root/LUFA.pnproj
AgeCommit message (Collapse)Author
2012-07-26Add OLIMEX AVR-ISP-MK2 board to the BoardDriverTest build test.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2422 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-14Rename build system module makefiles from "lufa.MODULE.in" to ↵Dean
"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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2400 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-08Update BUILD build system module with OBJECT_FILES variable, for additional ↵Dean
user-specified object files. Update HID build module with a small shim application to reprogram the EEPROM of a target. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2387 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add HID bootloader build module (thanks to Stefan Hellermann).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2360 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add a list of module provided make variables and macros to the build system ↵Dean
modules. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2330 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-10Add Build System documentation to the library manual. Update CPPCHECK build ↵Dean
system module so that it uses the SRC variable rather than just the project directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2329 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-04Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵Dean
all application makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2306 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-03Add new CPPCHECK build system module for static code analysis of projects.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2299 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add platform driver dispatch header and makefile module source variable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2288 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Replace architecture specific makefiles in the BuildTests with the new ↵Dean
common build system makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2267 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-01Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean
system. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Merge in AppConfigHeaders branch to trunk, altering all projects and demos ↵Dean
to use configuration headers for application and LUFA compile time settings, rather than defines in the project makefiles. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2251 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2246 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Remove legacy AS4 project files, now that they can be automatically ↵Dean
generated by the new maintenance script. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2245 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-27Add maintenance script to automatically generate legacy AS4 project files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2244 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2232 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Alter the XPLAINBridge and AVRISP-MKII clone projects so that the ↵Dean
descriptors from the AVRISP-MKII clone project can be directly used in the XPLAINBridge project. Add support for RESET_TOGGLES_LIBUSB_COMPAT option in the XPLAINBridge project. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2231 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-15AppConfigHeaders: Make sure that in applications using an AppConfig.h ↵Dean
configuration file, all application headers include the configuration file. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2218 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Move out the last of the demo/app configurations into new ↵Dean
AppConfig.h header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2217 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h ↵Dean
configuration header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2214 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Oops - fix up AppConfig.h for the low level AudioOutput ↵Dean
and AudioInput demos. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2213 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h ↵Dean
configuration header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2210 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Switch class driver Host mode demos to use LUFAConfig.h ↵Dean
configuration header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2209 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Switch DualRole and low level Host mode demos to use ↵Dean
LUFAConfig.h configuration header files. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2208 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13AppConfigHeaders: Merge in latest trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2206 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Fix incorrectly names build test directory references.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2205 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-13Added build test to verify correct compilation of all bootloaders using all ↵Dean
supported devices. Fixed compile error with the unreleased ATMEGA32U6 device. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2204 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-12AppConfigHeaders: Update project file for Programmers Notepad.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2199 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-12AppConfigHeaders: Update several additional user projects to use ↵Dean
configuration header files, rather than makefile defines. Remove compile time warnings for projects lacking device serial support, remove incomplete StandaloneProgrammer project. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2198 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10AppConfigHeaders: Update several additional user projects to use ↵Dean
configuration header files, rather than makefile defines. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2196 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10AppConfigHeaders: Update several user projects to use configuration header ↵Dean
files, rather than makefile defines. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2195 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10AppConfigHeaders: Update bootloaders to use configuration header files, ↵Dean
rather than makefile defines. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2194 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-10Add branch for the conversion of demos to use standard C header files for ↵Dean
configuration, rather than makefile defined macros. git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2192 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-07Add support for the ATXMEGA384C3.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2190 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Add partially complete BoardDriverTest build test.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2187 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-06Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2185 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-29The library bootloaders will now correctly start the user application after ↵Dean
a watchdog-based application start, even if the /HWB line is held low externally during the reset phase. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2178 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-18Add known issues to the documentation.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2170 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-14Added new SerialToLCD user project contributed by Simon Foster.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2158 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-09Remove outdated documentation from the library, minor documentation ↵Dean
improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2151 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Removed the old pseudo-scheduler from the library as it was unused and ↵Dean
deprecated since the 090810 release. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2149 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2146 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Doxygen documentation style changes. Minor documentation corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2144 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Add additional specific sub-family parts to the ModuleTest build test as ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2142 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Add guide for importing LUFA into an AS5/AS6 project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2140 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-13Reorder manual documentation sections, remove useless "AboutLUFA" section.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2105 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-03-08Update Doxygen configuration files to disable Markdown support.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2093 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-28Fix warnings and errors found by the new cppcheck provided static code analysis.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2075 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-26Fixed possible enumeration error if the user application selects the ↵Dean
non-Control pipe between the Powered and Default states of the host state machine. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2072 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-22Added support for the BitWizard Multio and Big-Multio boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2065 d5102386-fcda-11dd-9fdb-3debd5008f28