aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
Commit message (Collapse)AuthorAgeFilesLines
...
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-202-2/+20
| | | | file existance checking.
* Massive corrections to the project documentation and code comments, thanks ↵Dean Camera2011-06-051-2/+2
| | | | to Russian translation services provided by Andrey from Microsin.ru.
* Spell check library source code files.Dean Camera2011-06-011-1/+1
|
* Add skeleton LUFAConfig.h to the CodeTemplates directory.Dean Camera2011-05-141-0/+122
|
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result ↵Dean Camera2011-04-251-3/+1
| | | | | | | | | | typecasting to the SWAPENDIAN_* macros. Switch to using -1 on the UC3 target to obtain a register mask with all bits set (for clearing interrupts and status flags). Fix incorrect USB controller mode on the UC3 when a fixed mode is specified as a compile time option due to AVR32_USBB.USBCON.uide being set by default. Make USB_Descriptor_String_t use a uint16_t for Unicode strings on all targets except the AVR8 (retained for backwards compatibility).
* Slight cleanups to the architecture specific makefile templates to make the ↵Dean Camera2011-04-122-15/+12
| | | | common configuration sections as identical as possible.
* Update architecture specific makefile templates so that they are as close to ↵Dean Camera2011-04-122-38/+33
| | | | one-another as possible.
* Add makefile template for the AVR32 UC3 architecture.Dean Camera2011-04-122-1/+484
|
* Fix corner case in the HID report descriptor Mouse/Joystick tempates at the ↵Dean Camera2011-03-231-2/+2
| | | | 8/16 bit boundary.
* More updates to remove architecture-specific comments from the ↵Dean Camera2011-02-203-4/+3
| | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-203-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 Camera2011-02-191-0/+4
| | | | device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-284-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 Camera2010-10-134-46/+50
| | | | tool made by Laszlo Monda
* Remove dfu-programmer program switches, to ensure maximum compatibility with ↵Dean Camera2010-09-241-2/+2
| | | | all dfu-programmer versions.
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ↵Dean Camera2010-09-241-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 Camera2010-09-151-2/+2
| | | | assembly and C++ sources (thanks to Daniel Czigany).
* Added board hardware driver support for the BUI development board.Dean Camera2010-09-141-1/+1
|
* Added new project makefile template to the library and moved board driver ↵Dean Camera2010-09-115-0/+1198
stub files into in a new CodeTemplates directory.