aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device
Commit message (Collapse)AuthorAgeFilesLines
* Fixed incorrect comments in DataflashManager.c (thanks to Andrew Milkovich).Dean Camera2015-09-274-8/+8
|
* Fix compilation failure in DualVirtualSerial.c.Reilly Grant2015-07-311-1/+1
| | | | A comment on line 236 needed an extra forward slash.
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-17262-485/+485
|
* Add CDC control line state change handlers to the class driver demos, to ↵Dean Camera2015-03-154-0/+70
| | | | demonstrate how to read DTR change events.
* Documentation fixes.Dean Camera2015-03-1026-52/+52
|
* Upgrade to latest Doxygen.Dean Camera2014-12-2730-3030/+3960
|
* Fixed broken LowLevel Audio Out demo sampling frequency configuration ↵Dean Camera2014-09-281-2/+2
| | | | (thanks to Torsten Duwe).
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-146-22/+22
|
* Minor documentation improvements.Dean Camera2014-09-111-1/+1
|
* Oops: fix incorrect filename in the Dual MIDI device demo.Dean Camera2014-08-311-0/+0
|
* Add Dual MIDI device class driver demo application.Dean Camera2014-08-3112-4/+3451
|
* Fix overflow for RNDIS class driver responses when returning the adapter ↵Dean Camera2014-08-314-11/+14
| | | | query list (thanks to Peter Mc Shane).
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-2429-406/+1015
|
* Ensure BulkVendor received data is cleared before reading from host.Dean Camera2014-06-071-0/+1
|
* Upgrade to latest Doxygen.Dean Camera2014-04-2129-783/+986
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-0857-0/+28
| | | | Studio extension.
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-0830-30/+30
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-0829-522/+87
|
* 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-04256-522/+522
|
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-2629-232/+899
|
* 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.