aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0813-25/+25
|
* Update copyrights for 2018.Dean Camera2018-01-0413-25/+25
|
* Update copyrights for 2017.Dean Camera2017-04-1813-25/+25
|
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-10/+15
|
* Update copyrights to 2016.Dean Camera2016-01-3113-25/+25
|
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-022-2/+2
| | | | to matlo).
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1713-25/+25
|
* Update copyrights for 2014.Dean Camera2014-01-0413-26/+26
|
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-211-2/+2
| | | | with the previous floating point macro version.
* Minor documentation improvements.Dean Camera2013-09-011-1/+1
|
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-312-1/+7
|
* Minor tweak to RNDIS INF files to make them uniform with the style of the ↵Dean Camera2013-05-251-1/+1
| | | | CDC INF drivers.
* Add Windows INF driver templates and class driver OS support information to ↵Dean Camera2013-05-192-0/+117
| | | | the documentation.
* 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.