aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
Commit message (Collapse)AuthorAgeFilesLines
* Strip out BuildTest sub-makefile contents as much as possible. Remove old ↵Dean Camera2012-06-051-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 Camera2012-06-041-0/+2
| | | | all application makefiles.
* Replace architecture specific makefiles in the BuildTests with the new ↵Dean Camera2012-06-023-1911/+0
| | | | common build system makefiles.
* Switch over Demos, Bootloaders and Projects to the new and improved build ↵Dean Camera2012-06-011-0/+33
| | | | system.
* Merge in latest trunk.Dean Camera2012-05-203-6/+7
|\
| * Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-173-3/+3
| | | | | | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
| * Clean up and speed up build tests by turning off expensive and slow size ↵Dean Camera2012-05-131-3/+4
| | | | | | | | optimizations, and generation of assembly listings (*.lst) for each compiled source file.
* | Add branch for the conversion of demos to use standard C header files for ↵Dean Camera2012-05-101-0/+4
|/ | | | configuration, rather than makefile defined macros.
* Fix typos in the LUFAConfig.h header file. Add missing modules to the AVR8 ↵Dean Camera2012-04-091-3/+3
| | | | architecture ModuleTest build test makefile.
* Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean Camera2012-04-093-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 Camera2012-04-085-48/+58
|
* Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean Camera2012-03-093-3/+3
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-093-3/+9
| | | | generated.
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-121-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 Camera2012-02-061-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 Camera2012-02-051-0/+4
| | | | documentation for all compile time options.
* Update file contributor copyrights for 2012.Dean Camera2012-02-045-5/+5
|
* Update file header copyrights for 2012.Dean Camera2012-02-045-5/+5
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-293-0/+15
| | | | to the board hardware drivers.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-3/+3
| | | | trailing whitespace at the end of each line.
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-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 Camera2011-11-093-3/+3
|
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵Dean Camera2011-11-011-0/+32
| | | | USART-as-SPI transport driver still pending).
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-213-3/+3
|
* Update LUFAConfig.h with missing options for the AVR32 target.Dean Camera2011-08-041-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 Camera2011-07-154-2026/+2026
|
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-142-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 Camera2011-07-131-0/+707
|
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+1
|
* 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.