aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/CodeTemplates/DeviceTemplate
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-044-8/+8
|
* Update copyrights for 2017.Dean Camera2017-04-184-8/+8
|
* Update copyrights to 2016.Dean Camera2016-01-314-8/+8
|
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-021-1/+1
| | | | to matlo).
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-174-8/+8
|
* Update copyrights for 2014.Dean Camera2014-01-044-8/+8
|
* 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.
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-231-0/+2
| | | | 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.
* Update Atmel Studio core board templates to use different templates for each ↵Dean Camera2013-01-273-12/+40
| | | | driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers.
* Move out dummy board module and add strong-references to it in each project, ↵Dean Camera2013-01-121-0/+1
| | | | so that the correct project caption is generated inside Atmel Studio.
* Add Atmel Studio keywords to all project XML files.Dean Camera2013-01-121-0/+5
|
* Add board definitions to the pseudo-board selector module in the Atmel ↵Dean Camera2013-01-111-0/+1
| | | | 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-075-0/+416