aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver
Commit message (Collapse)AuthorAgeFilesLines
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-0816-16/+16
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-0815-270/+45
|
* Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.László Monda2014-01-081-18/+3
|
* Update copyrights for 2014.Dean Camera2014-01-04138-285/+285
|
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-2616-128/+496
|
* Minor documentation improvements.Dean Camera2013-12-202-2/+2
|
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-2116-51/+51
| | | | with the previous floating point macro version.
* Exclude all host application directories from the Doxygen configuration files.Dean Camera2013-11-201-1/+2
|
* Merge pull request #12 from mondalaci/generichid-node-libusb-scriptDean Camera2013-11-031-0/+143
|\ | | | | Add node.js libusb GenericHID test script.
| * Add node.js libusb GenericHID test script.László Monda2013-11-031-0/+143
| |
* | Add libusb GenericHID Python test script.László Monda2013-11-022-0/+98
|/
* Replace remaining MIDI interface numbers with enums.László Monda2013-10-125-8/+8
|
* Replace CDC interface numbers with enums.László Monda2013-10-109-73/+73
|
* Extract interface numbers into enums.László Monda2013-10-0648-121/+281
|
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-315-0/+15
|
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵Dean Camera2013-08-2316-15040/+21360
| | | | due to changes in the code fragment output in the Doxygen XML.
* Add host application directories as distributables in Atmel Studio.Dean Camera2013-08-141-0/+3
|
* Add missing Studio module to the Class Driver RNDIS Device demo.Dean Camera2013-07-141-0/+1
|
* Refactor GenericHID Python test script code to make user specific ↵Dean Camera2013-07-071-8/+12
| | | | adjustments easier.
* Add Python test script using pywinusb for the Class Driver Generic HID ↵Dean Camera2013-07-072-0/+93
| | | | Device demo application.
* Minor documentation improvements.Dean Camera2013-07-061-1/+0
|
* Minor documentation improvements.Dean Camera2013-06-167-22/+22
|
* Update board Dataflash_Init() functions to automatically configure the ↵Dean Camera2013-06-123-3/+0
| | | | appropriate communication interface.
* Minor tweak to RNDIS INF files to make them uniform with the style of the ↵Dean Camera2013-05-251-1/+1
| | | | CDC INF drivers.
* Update Atmel Studio project captions.Dean Camera2013-05-2316-16/+16
|
* Minor documentation improvements.Dean Camera2013-05-221-2/+2
|
* Add missing project dependencies.Dean Camera2013-05-192-1/+1
|
* Add XMEGA support to the class driver demos where possible.Dean Camera2013-05-1976-71/+931
|
* Update Windows RNDIS driver template.Dean Camera2013-05-191-42/+46
|
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-1916-800/+1360
|
* Fix broken RNDIS device demos when NO_ETHERNET_DECODE was not defined.Dean Camera2013-05-182-2/+0
|
* Add symbolic names for USB Device String Descriptors within the demos, ↵Dean Camera2013-05-1532-84/+260
| | | | applications and bootloaders.
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-2316-0/+32
| | | | 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 Camera2013-04-017-0/+7
| | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
* Minor documentation improvements.Dean Camera2013-03-1820-41/+41
|
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵Dean Camera2013-03-093-0/+3
| | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
* Whitespace fixes in the LUFA configuration files.Dean Camera2013-01-2916-32/+32
|
* Update Atmel Studio core board templates to use different templates for each ↵Dean Camera2013-01-2716-16/+16
| | | | 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 Camera2013-01-2016-144/+224
|
* Move out dummy board module and add strong-references to it in each project, ↵Dean Camera2013-01-1216-0/+28
| | | | so that the correct project caption is generated inside Atmel Studio.
* Add Atmel Studio keywords to all project XML files.Dean Camera2013-01-1214-0/+87
|
* Ensure the demo and project main text files are distributed in Atmel Studio ↵Dean Camera2013-01-1114-0/+24
| | | | projects.
* Alter VSIX build script to verify all referenced filenames in all modules ↵Dean Camera2013-01-112-2/+0
| | | | and projects, rather than just the core modules. Fix discovered errors in the project XML files.
* Add board definitions to the pseudo-board selector module in the Atmel ↵Dean Camera2013-01-1112-0/+12
| | | | 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 Camera2013-01-107-7/+0
|
* Add and update more Atmel Studio project description XML files.Dean Camera2013-01-103-0/+3
|
* Make sure the INF driver file is distributed in Atmel Studio projects that ↵Dean Camera2013-01-094-0/+8
| | | | require them.
* Add class driver host mode demo ASF module XML files.Dean Camera2013-01-091-3/+2
|
* Fix incorrect module ID in the RNDIS device demo ASF.xml file.Dean Camera2013-01-081-1/+1
|
* Add FDK project descriptions for the class driver Device mode examples.Dean Camera2013-01-0816-0/+633
|