aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
Commit message (Collapse)AuthorAgeFilesLines
* Fix board driver hardware capability definition macro documentation. Fix ↵Dean Camera2013-04-281-2/+2
| | | | Doxygen-to-Docbook transform eating the contents of generated tables.
* Speed up Doxygen-to-Docbook conversion, enable partial syntax highlighting ↵Dean Camera2013-04-251-1/+4
| | | | in the MS HV1 output.
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-232-0/+4
| | | | code easier to find in the release version of Atmel Studio 6.1.
* Fix incorrect memory space usage on the Device Descriptor in the device mode ↵Dean Camera2013-02-261-1/+1
| | | | project template.
* Whitespace fixes in the LUFA configuration files.Dean Camera2013-01-291-4/+4
|
* Update Atmel Studio core board templates to use different templates for each ↵Dean Camera2013-01-274-13/+41
| | | | driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers.
* Add code template for the new board hardware information driver.Dean Camera2013-01-271-0/+82
|
* Move out dummy board module and add strong-references to it in each project, ↵Dean Camera2013-01-122-0/+2
| | | | so that the correct project caption is generated inside Atmel Studio.
* Add Atmel Studio keywords to all project XML files.Dean Camera2013-01-122-0/+10
|
* Add board definitions to the pseudo-board selector module in the Atmel ↵Dean Camera2013-01-112-0/+2
| | | | Studio integration files. Make sure all projects require the base board module, so that it appears as a top level module in the project ASF explorer for easy board switching.
* Add device and host mode template projects.Dean Camera2013-01-078-0/+637
|
* Update copyright year to 2013.Dean Camera2013-01-036-11/+11
|
* Minor documentation improvements.Dean Camera2012-10-055-5/+5
|
* Fixed incorrect Dataflash functionality in the USBKEY board if the driver is ↵Dean Camera2012-09-191-5/+5
| | | | modified for a single Dataflash chip (thanks to Jonathan Oakley).
* Minor documentation corrections.Dean Camera2012-09-191-1/+1
|
* Add help text to the project makefiles to help new users get information on ↵Dean Camera2012-08-111-0/+2
| | | | the improved build system.
* Update makefile template with the new build module filenames.Dean Camera2012-07-141-9/+9
|
* Fix project makefiles - remove trailing slash from LUFA_PATH entries and the ↵Dean Camera2012-07-111-2/+2
| | | | XPLAINBridge project AVRISP file include path to prevent build errors.
* Add HID bootloader build module (thanks to Stefan Hellermann).Dean Camera2012-06-211-0/+1
|
* Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.Dean Camera2012-06-101-0/+1
|
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-35/+35
|
* 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
|