Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | Add help text to the project makefiles to help new users get information on ↵ | Dean Camera | 2012-08-11 | 1 | -0/+2 |
| | | | | the improved build system. | ||||
* | Update makefile template with the new build module filenames. | Dean Camera | 2012-07-14 | 1 | -9/+9 |
| | |||||
* | Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵ | Dean Camera | 2012-07-11 | 1 | -2/+2 |
| | | | | XPLAINBridge project AVRISP file include path to prevent build errors. | ||||
* | Add HID bootloader build module (thanks to Stefan Hellermann). | Dean Camera | 2012-06-21 | 1 | -0/+1 |
| | |||||
* | Update SVN line endings property on newer source files to native. | Dean Camera | 2012-06-07 | 1 | -35/+35 |
| | |||||
* | Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵ | Dean Camera | 2012-06-05 | 1 | -1/+1 |
| | | | | UC3 build test makefile from the ModuleTest build test. Add platform module to the example LUFA makefile. | ||||
* | Add new ATPROGRAM build system module. Add ATPROGRAM and CPPCHECK modules to ↵ | Dean Camera | 2012-06-04 | 1 | -0/+2 |
| | | | | all application makefiles. | ||||
* | Switch over Demos, Bootloaders and Projects to the new and improved build ↵ | Dean Camera | 2012-06-01 | 1 | -0/+33 |
| | | | | system. | ||||
* | Add makefile template for the AVR32 UC3 architecture. | Dean Camera | 2011-04-12 | 1 | -711/+0 |
| | |||||
* | Fix corner case in the HID report descriptor Mouse/Joystick tempates at the ↵ | Dean Camera | 2011-03-23 | 1 | -2/+2 |
| | | | | 8/16 bit boundary. | ||||
* | Add new ARCH option to the makefiles to (eventually) specify the target ↵ | Dean Camera | 2011-02-19 | 1 | -0/+4 |
| | | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support. | ||||
* | Remove dfu-programmer program switches, to ensure maximum compatibility with ↵ | Dean Camera | 2010-09-24 | 1 | -2/+2 |
| | | | | all dfu-programmer versions. | ||||
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ↵ | Dean Camera | 2010-09-24 | 1 | -3/+3 |
| | | | | | | | | ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde). Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target. Makefile whitespace fixes. | ||||
* | Make project makefiles correctly clean intermeditary build files from ↵ | Dean Camera | 2010-09-15 | 1 | -2/+2 |
| | | | | assembly and C++ sources (thanks to Daniel Czigany). | ||||
* | Added new project makefile template to the library and moved board driver ↵ | Dean Camera | 2010-09-11 | 1 | -0/+707 |
stub files into in a new CodeTemplates directory. |