Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add project name to the Doxygen makefile target output. | Dean Camera | 2011-09-21 | 3 | -3/+3 | |
| | ||||||
* | Update LUFAConfig.h with missing options for the AVR32 target. | Dean Camera | 2011-08-04 | 1 | -1/+3 | |
| | | | | Add Binary Page Mode fuse command bytes to the AT45DB642D.h Dataflash header. | |||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 4 | -2026/+2026 | |
| | ||||||
* | Complete initial revision of the XMEGA Clock Management platform driver. | Dean Camera | 2011-07-14 | 2 | -9/+4 | |
| | | | | Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices. | |||||
* | Add start of an architecture port to the Atmel USB XMEGA devices. | Dean Camera | 2011-07-13 | 1 | -0/+707 | |
| | ||||||
* | Merge over core library changes from the MultiArchDemos branch. | Dean Camera | 2011-06-29 | 1 | -1/+1 | |
| | ||||||
* | Add new "checksource" target to the library makefiles, for automated source ↵ | Dean Camera | 2011-06-20 | 2 | -2/+20 | |
| | | | | file existance checking. | |||||
* | Massive corrections to the project documentation and code comments, thanks ↵ | Dean Camera | 2011-06-05 | 1 | -2/+2 | |
| | | | | to Russian translation services provided by Andrey from Microsin.ru. | |||||
* | Spell check library source code files. | Dean Camera | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | Add skeleton LUFAConfig.h to the CodeTemplates directory. | Dean Camera | 2011-05-14 | 1 | -0/+122 | |
| | ||||||
* | Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result ↵ | Dean Camera | 2011-04-25 | 1 | -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 Camera | 2011-04-12 | 2 | -15/+12 | |
| | | | | common configuration sections as identical as possible. | |||||
* | Update architecture specific makefile templates so that they are as close to ↵ | Dean Camera | 2011-04-12 | 2 | -38/+33 | |
| | | | | one-another as possible. | |||||
* | Add makefile template for the AVR32 UC3 architecture. | Dean Camera | 2011-04-12 | 2 | -1/+484 | |
| | ||||||
* | 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. | |||||
* | More updates to remove architecture-specific comments from the ↵ | Dean Camera | 2011-02-20 | 3 | -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 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. |