Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 27 | -53/+53 |
| | |||||
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 27 | -53/+53 |
| | |||||
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 1 | -10/+15 |
| | |||||
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 27 | -53/+53 |
| | |||||
* | Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵ | Dean Camera | 2015-12-02 | 2 | -2/+2 |
| | | | | to matlo). | ||||
* | Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich). | Dean Camera | 2015-09-27 | 1 | -2/+2 |
| | |||||
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 27 | -53/+53 |
| | |||||
* | Upgrade to latest Doxygen. | Dean Camera | 2014-12-27 | 1 | -101/+132 |
| | |||||
* | Obsolete the old MACROS and MACROE convenience macros. | Dean Camera | 2014-09-14 | 1 | -3/+3 |
| | |||||
* | Fix overflow for RNDIS class driver responses when returning the adapter ↵ | Dean Camera | 2014-08-31 | 1 | -0/+5 |
| | | | | query list (thanks to Peter Mc Shane). | ||||
* | Update Doxygen confiuration files to 1.8.8. | Dean Camera | 2014-08-24 | 1 | -14/+35 |
| | |||||
* | Upgrade to latest Doxygen. | Dean Camera | 2014-04-21 | 1 | -27/+34 |
| | |||||
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵ | Dean Camera | 2014-01-08 | 2 | -0/+1 |
| | | | | Studio extension. | ||||
* | Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required. | Dean Camera | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | Use the new USB_STRING_DESCRIPTOR macro for every string descriptor. | László Monda | 2014-01-08 | 1 | -18/+3 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 27 | -61/+61 |
| | |||||
* | Upgrade Doxygen configuration files to the latest version. | Dean Camera | 2013-12-26 | 1 | -8/+31 |
| | |||||
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵ | Dean Camera | 2013-11-21 | 1 | -3/+3 |
| | | | | with the previous floating point macro version. | ||||
* | Replace CDC interface numbers with enums. | László Monda | 2013-10-10 | 1 | -3/+3 |
| | |||||
* | Extract interface numbers into enums. | László Monda | 2013-10-06 | 3 | -8/+19 |
| | |||||
* | Add DefaultInstall section to all INF driver files for easier installation. | Dean Camera | 2013-08-31 | 1 | -0/+3 |
| | |||||
* | Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵ | Dean Camera | 2013-08-23 | 1 | -940/+1335 |
| | | | | due to changes in the code fragment output in the Doxygen XML. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-06-16 | 1 | -3/+3 |
| | |||||
* | Update board Dataflash_Init() functions to automatically configure the ↵ | Dean Camera | 2013-06-12 | 1 | -1/+0 |
| | | | | appropriate communication interface. | ||||
* | Minor tweak to RNDIS INF files to make them uniform with the style of the ↵ | Dean Camera | 2013-05-25 | 1 | -1/+1 |
| | | | | CDC INF drivers. | ||||
* | Pseudo-port the projects and dual role demos for possible later multi-arch ↵ | Dean Camera | 2013-05-19 | 2 | -0/+3 |
| | | | | support. | ||||
* | Update Windows RNDIS driver template. | Dean Camera | 2013-05-19 | 1 | -42/+46 |
| | |||||
* | Update Doxygen configuration files to the latest version. | Dean Camera | 2013-05-19 | 1 | -50/+85 |
| | |||||
* | Add symbolic names for USB Device String Descriptors within the demos, ↵ | Dean Camera | 2013-05-15 | 2 | -6/+17 |
| | | | | applications and bootloaders. | ||||
* | Add move-to-root directives to all ASF XML application modules, to make the ↵ | Dean Camera | 2013-04-23 | 1 | -0/+2 |
| | | | | code easier to find in the release version of Atmel Studio 6.1. | ||||
* | Add explicit requirements for the AppConfig.h headers in the various project ↵ | Dean Camera | 2013-04-01 | 1 | -0/+1 |
| | | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 4 | -10/+10 |
| | |||||
* | Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵ | Dean Camera | 2013-03-09 | 1 | -0/+1 |
| | | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command. | ||||
* | Remove CPPCheck suppressions for unused functions, disable checking for them ↵ | Dean Camera | 2013-02-05 | 1 | -1/+0 |
| | | | | in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code. | ||||
* | Whitespace fixes in the LUFA configuration files. | Dean Camera | 2013-01-29 | 1 | -2/+2 |
| | |||||
* | Update Atmel Studio core board templates to use different templates for each ↵ | Dean Camera | 2013-01-27 | 1 | -1/+1 |
| | | | | driver, so that the project caption contains the architecture. Update individual board modules to include the relevant board hardware drivers. | ||||
* | Upgrade Doxygen configuration files to the latest version. | Dean Camera | 2013-01-20 | 1 | -9/+14 |
| | |||||
* | Move out dummy board module and add strong-references to it in each project, ↵ | Dean Camera | 2013-01-12 | 1 | -0/+1 |
| | | | | so that the correct project caption is generated inside Atmel Studio. | ||||
* | Add Atmel Studio keywords to all project XML files. | Dean Camera | 2013-01-12 | 1 | -0/+7 |
| | |||||
* | Ensure the demo and project main text files are distributed in Atmel Studio ↵ | Dean Camera | 2013-01-11 | 1 | -0/+1 |
| | | | | projects. | ||||
* | Add board definitions to the pseudo-board selector module in the Atmel ↵ | Dean Camera | 2013-01-11 | 1 | -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. | ||||
* | Update and add missing Atmel Studio project description XML files. | Dean Camera | 2013-01-10 | 1 | -0/+2 |
| | |||||
* | Add and update more Atmel Studio project description XML files. | Dean Camera | 2013-01-10 | 1 | -0/+80 |
| | |||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 27 | -53/+53 |
| | |||||
* | Upgrade Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2013-01-03 | 1 | -10/+66 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 26 | -26/+26 |
| | |||||
* | Add CPPCheck supression in the Webserver project, as the latest CPPCheck ↵ | Dean Camera | 2012-09-22 | 1 | -0/+1 |
| | | | | development code appears to falsely warn on the global uip_len variable when it is tested multiple times. | ||||
* | Use the framework provided GlobalInterruptEnable() function instead of the ↵ | Dean Camera | 2012-09-17 | 1 | -1/+1 |
| | | | | AVR8/XMEGA specific sei() macro, for future demo/project portability. | ||||
* | Update FatFS library copies to the latest R0.09a version. | Dean Camera | 2012-09-01 | 6 | -346/+515 |
| | |||||
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 4 | -31/+31 |
| |