Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ↵ | Dean Camera | 2012-04-09 | 1 | -3/+3 |
| | | | | architecture ModuleTest build test makefile. | ||||
* | Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵ | Dean Camera | 2012-04-09 | 3 | -3/+3 |
| | | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export. | ||||
* | Doxygen documentation style changes. Minor documentation corrections. | Dean Camera | 2012-04-08 | 5 | -48/+58 |
| | |||||
* | Only abort Doxygen documentation generation if a non-unsupported tag warning ↵ | Dean Camera | 2012-03-09 | 3 | -3/+3 |
| | | | | is encountered. | ||||
* | Update Doxygen documentation build scripts to fail if any warnings are ↵ | Dean Camera | 2012-03-09 | 3 | -3/+9 |
| | | | | generated. | ||||
* | Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵ | Dean Camera | 2012-02-12 | 1 | -3/+3 |
| | | | | | | | | AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers. | ||||
* | Add board driver support for the Atmel XMEGA-B1 Xplained board. | Dean Camera | 2012-02-06 | 1 | -2/+2 |
| | | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. | ||||
* | Update LUFAConfig.h with the new compile time options, re-format Doxygen ↵ | Dean Camera | 2012-02-05 | 1 | -0/+4 |
| | | | | documentation for all compile time options. | ||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 5 | -5/+5 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 5 | -5/+5 |
| | |||||
* | Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵ | Dean Camera | 2012-01-29 | 3 | -0/+15 |
| | | | | to the board hardware drivers. | ||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 1 | -3/+3 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean Camera | 2011-11-23 | 1 | -0/+32 |
| | | | | | | Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled. Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets. | ||||
* | Fix typos in makefile templates. | Dean Camera | 2011-11-09 | 3 | -3/+3 |
| | |||||
* | Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵ | Dean Camera | 2011-11-01 | 1 | -0/+32 |
| | | | | USART-as-SPI transport driver still pending). | ||||
* | 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. |