Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge in changes from upstream | Drashna Jael're | 2019-09-06 | 1 | -84/+216 |
|\ | |||||
| * | Documentation: Update doxygen config files to latest released version. | Dean Camera | 2019-09-04 | 1 | -84/+216 |
| | | |||||
* | | Merge remote-tracking branch 'abcminiuser/master' | Drashna Jaelre | 2019-07-03 | 27 | -60/+132 |
|\| | |||||
| * | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 27 | -53/+53 |
| | | |||||
| * | Fix invalid DHCP server socket creation in the Webserver project. | Dean Camera | 2018-12-09 | 1 | -1/+1 |
| | | |||||
| * | Move class-specific functional descriptor definitions to their respective ↵ | Dean Camera | 2018-06-17 | 1 | -3/+3 |
| | | | | | | | | classes. | ||||
| * | Update all project manufacturer strings with a generic title. | Dean Camera | 2018-04-22 | 1 | -1/+1 |
| | | |||||
| * | Add MS OS Compatibility descriptors to RNDIS demos for driverless install on ↵ | Dean Camera | 2018-04-22 | 3 | -2/+74 |
| | | | | | | | | Windows. | ||||
| * | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 27 | -53/+53 |
| | | |||||
* | | delete old lufa | Jack Humbert | 2017-07-07 | 1 | -96/+96 |
|/ | |||||
* | 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. |