aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade to latest Doxygen.Dean Camera2014-04-2159-1593/+2006
|
* Fix incorrect whitespace.Dean Camera2014-02-161-1/+1
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-08117-0/+58
| | | | Studio extension.
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-0831-31/+31
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-0830-540/+90
|
* 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-04439-868/+868
|
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-2659-472/+1829
|
* 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-2131-95/+95
| | | | 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-0677-212/+509
|
* 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-2358-54520/+77430
| | | | due to changes in the code fragment output in the Doxygen XML.
* Add host application directories as distributables in Atmel Studio.Dean Camera2013-08-142-0/+4
|
* Archive AndroidAccessoryHost host application code, to prevent errors when ↵Dean Camera2013-08-1439-382/+0
| | | | distributed in Atmel Studio.
* 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.
* Update Android Accessory Host demo Android code to the last SDK release.Dean Camera2013-07-063-1/+2
|
* 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-1614-44/+44
|
* 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-2358-58/+58
|
* 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 host mode demos for possible later multi-arch support.Dean Camera2013-05-1987-127/+213
|
* Pseudo-port the projects and dual role demos for possible later multi-arch ↵Dean Camera2013-05-196-21/+70
| | | | 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-1958-2900/+4930
|
* 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-1560-164/+494
| | | | applications and bootloaders.
* Add basic Android host application to the Android Accessory Host class ↵Dean Camera2013-05-1239-5/+391
| | | | driver demo.
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-2358-0/+116
| | | | 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-0114-0/+14
| | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
* Minor documentation improvements.Dean Camera2013-03-1841-72/+72
|
* 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.