aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-2130-93/+93
| | | | with the previous floating point macro version.
* Exclude all host application directories from the Doxygen configuration files.Dean Camera2013-11-203-3/+7
|
* 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
| |
* | Merge pull request #11 from mondalaci/generichid-libusb-scriptsDean Camera2013-11-032-0/+98
|\ \ | | | | | | Add libusb GenericHID Python test script.
| * | Add libusb GenericHID Python test script.László Monda2013-11-022-0/+98
| |/
* | Minor documentation improvements.Dean Camera2013-10-301-1/+1
| |
* | Add new Bulk Vendor device demo application.Dean Camera2013-10-3020-0/+4040
| |
* | Add Python host test application for the low level GenericHID demo.Dean Camera2013-10-302-0/+97
|/
* Replace remaining MIDI interface numbers with enums.László Monda2013-10-128-11/+11
|
* Replace CDC interface numbers with enums.László Monda2013-10-1016-211/+211
|
* Extract interface numbers into enums.László Monda2013-10-0674-206/+494
|
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-318-0/+24
|
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵Dean Camera2013-08-2328-26320/+37380
| | | | 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
|
* Add missing files to the Low Level Device RNDIS demo inside Atmel Studio.Dean Camera2013-06-181-0/+2
|
* Minor documentation improvements.Dean Camera2013-06-1612-38/+38
|
* Update board Dataflash_Init() functions to automatically configure the ↵Dean Camera2013-06-124-4/+0
| | | | appropriate communication interface.
* Minor tweak to RNDIS INF files to make them uniform with the style of the ↵Dean Camera2013-05-252-2/+2
| | | | CDC INF drivers.
* Update Atmel Studio project captions.Dean Camera2013-05-2328-28/+28
|
* Minor documentation improvements.Dean Camera2013-05-221-2/+2
|
* Add missing project dependencies.Dean Camera2013-05-193-1/+2
|
* Port the device mode demos to the XMEGA architecture where applicable.Dean Camera2013-05-1957-54/+670
|
* Pseudo-port the projects and dual role demos for possible later multi-arch ↵Dean Camera2013-05-193-16/+62
| | | | support.
* Add XMEGA support to the class driver demos where possible.Dean Camera2013-05-1976-71/+931
|
* Update Windows RNDIS driver template.Dean Camera2013-05-192-84/+92
|
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-1928-1400/+2380
|
* Fix broken RNDIS device demos when NO_ETHERNET_DECODE was not defined.Dean Camera2013-05-183-3/+0
|
* Add symbolic names for USB Device String Descriptors within the demos, ↵Dean Camera2013-05-1558-159/+478
| | | | applications and bootloaders.
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-2328-0/+56
| | | | 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-0112-0/+12
| | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
* Minor documentation improvements.Dean Camera2013-03-1833-64/+64
|
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵Dean Camera2013-03-094-0/+4
| | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command.
* Whitespace fixes in the LUFA configuration files.Dean Camera2013-01-2929-58/+58
|
* Update Atmel Studio core board templates to use different templates for each ↵Dean Camera2013-01-2728-28/+28
| | | | 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-2028-252/+392
|
* Move out dummy board module and add strong-references to it in each project, ↵Dean Camera2013-01-1228-0/+40
| | | | so that the correct project caption is generated inside Atmel Studio.
* Add Atmel Studio keywords to all project XML files.Dean Camera2013-01-1226-0/+159
|
* Ensure the demo and project main text files are distributed in Atmel Studio ↵Dean Camera2013-01-1126-0/+46
| | | | 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-1123-0/+23
| | | | 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-1019-7/+471
|
* 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
|