Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Start update of documentation to support possible multiple architectures in ↵ | Dean Camera | 2011-02-20 | 3 | -7/+0 | |
| | | | | the future - alter \file documentation to automatically copy in the module documentation where possible. | |||||
* | 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. | |||||
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 4 | -8/+8 | |
| | ||||||
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵ | Dean Camera | 2010-10-28 | 4 | -4/+4 | |
| | | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists. | |||||
* | Clean up excessive whitespace at the end of each line using the wspurify ↵ | Dean Camera | 2010-10-13 | 4 | -46/+50 | |
| | | | | tool made by Laszlo Monda | |||||
* | 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 board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 1 | -1/+1 | |
| | ||||||
* | Added new project makefile template to the library and moved board driver ↵ | Dean Camera | 2010-09-11 | 5 | -0/+1198 | |
stub files into in a new CodeTemplates directory. |