| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed broken LowLevel Audio Out demo sampling frequency configuration (thanks... | Dean Camera | 2014-09-28 | 1 | -2/+2 |
* | Obsolete the old MACROS and MACROE convenience macros. | Dean Camera | 2014-09-14 | 6 | -22/+22 |
* | Minor documentation improvements. | Dean Camera | 2014-09-11 | 1 | -1/+1 |
* | Oops: fix incorrect filename in the Dual MIDI device demo. | Dean Camera | 2014-08-31 | 1 | -0/+0 |
* | Add Dual MIDI device class driver demo application. | Dean Camera | 2014-08-31 | 12 | -4/+3451 |
* | Fix overflow for RNDIS class driver responses when returning the adapter quer... | Dean Camera | 2014-08-31 | 4 | -11/+14 |
* | Update Doxygen confiuration files to 1.8.8. | Dean Camera | 2014-08-24 | 59 | -826/+2065 |
* | Ensure BulkVendor received data is cleared before reading from host. | Dean Camera | 2014-06-07 | 1 | -0/+1 |
* | Upgrade to latest Doxygen. | Dean Camera | 2014-04-21 | 59 | -1593/+2006 |
* | Fix incorrect whitespace. | Dean Camera | 2014-02-16 | 1 | -1/+1 |
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu... | Dean Camera | 2014-01-08 | 117 | -0/+58 |
* | Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required. | Dean Camera | 2014-01-08 | 31 | -31/+31 |
* | Use the new USB_STRING_DESCRIPTOR macro for every string descriptor. | László Monda | 2014-01-08 | 30 | -540/+90 |
* | Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it. | László Monda | 2014-01-08 | 1 | -18/+3 |
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 439 | -868/+868 |
* | Upgrade Doxygen configuration files to the latest version. | Dean Camera | 2013-12-26 | 59 | -472/+1829 |
* | Minor documentation improvements. | Dean Camera | 2013-12-20 | 2 | -2/+2 |
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit... | Dean Camera | 2013-11-21 | 31 | -95/+95 |
* | Exclude all host application directories from the Doxygen configuration files. | Dean Camera | 2013-11-20 | 3 | -3/+7 |
* | Merge pull request #12 from mondalaci/generichid-node-libusb-script | Dean Camera | 2013-11-03 | 1 | -0/+143 |
|\ |
|
| * | Add node.js libusb GenericHID test script. | László Monda | 2013-11-03 | 1 | -0/+143 |
* | | Merge pull request #11 from mondalaci/generichid-libusb-scripts | Dean Camera | 2013-11-03 | 2 | -0/+98 |
|\ \ |
|
| * | | Add libusb GenericHID Python test script. | László Monda | 2013-11-02 | 2 | -0/+98 |
| |/ |
|
* | | Minor documentation improvements. | Dean Camera | 2013-10-30 | 1 | -1/+1 |
* | | Add new Bulk Vendor device demo application. | Dean Camera | 2013-10-30 | 20 | -0/+4040 |
* | | Add Python host test application for the low level GenericHID demo. | Dean Camera | 2013-10-30 | 2 | -0/+97 |
|/ |
|
* | Replace remaining MIDI interface numbers with enums. | László Monda | 2013-10-12 | 8 | -11/+11 |
* | Replace CDC interface numbers with enums. | László Monda | 2013-10-10 | 16 | -211/+211 |
* | Extract interface numbers into enums. | László Monda | 2013-10-06 | 77 | -212/+509 |
* | Add DefaultInstall section to all INF driver files for easier installation. | Dean Camera | 2013-08-31 | 8 | -0/+24 |
* | Update to latest Doxygen configurations, patch Doxygen->Docbook transform due... | Dean Camera | 2013-08-23 | 58 | -54520/+77430 |
* | Add host application directories as distributables in Atmel Studio. | Dean Camera | 2013-08-14 | 2 | -0/+4 |
* | Archive AndroidAccessoryHost host application code, to prevent errors when di... | Dean Camera | 2013-08-14 | 39 | -382/+0 |
* | Add missing Studio module to the Class Driver RNDIS Device demo. | Dean Camera | 2013-07-14 | 1 | -0/+1 |
* | Refactor GenericHID Python test script code to make user specific adjustments... | Dean Camera | 2013-07-07 | 1 | -8/+12 |
* | Add Python test script using pywinusb for the Class Driver Generic HID Device... | Dean Camera | 2013-07-07 | 2 | -0/+93 |
* | Update Android Accessory Host demo Android code to the last SDK release. | Dean Camera | 2013-07-06 | 3 | -1/+2 |
* | Minor documentation improvements. | Dean Camera | 2013-07-06 | 1 | -1/+0 |
* | Add missing files to the Low Level Device RNDIS demo inside Atmel Studio. | Dean Camera | 2013-06-18 | 1 | -0/+2 |
* | Minor documentation improvements. | Dean Camera | 2013-06-16 | 14 | -44/+44 |
* | Update board Dataflash_Init() functions to automatically configure the approp... | Dean Camera | 2013-06-12 | 4 | -4/+0 |
* | Minor tweak to RNDIS INF files to make them uniform with the style of the CDC... | Dean Camera | 2013-05-25 | 2 | -2/+2 |
* | Update Atmel Studio project captions. | Dean Camera | 2013-05-23 | 58 | -58/+58 |
* | Minor documentation improvements. | Dean Camera | 2013-05-22 | 1 | -2/+2 |
* | Add missing project dependencies. | Dean Camera | 2013-05-19 | 3 | -1/+2 |
* | Port the device mode demos to the XMEGA architecture where applicable. | Dean Camera | 2013-05-19 | 57 | -54/+670 |
* | Pseudo-port the host mode demos for possible later multi-arch support. | Dean Camera | 2013-05-19 | 87 | -127/+213 |
* | Pseudo-port the projects and dual role demos for possible later multi-arch su... | Dean Camera | 2013-05-19 | 6 | -21/+70 |
* | Add XMEGA support to the class driver demos where possible. | Dean Camera | 2013-05-19 | 76 | -71/+931 |
* | Update Windows RNDIS driver template. | Dean Camera | 2013-05-19 | 2 | -84/+92 |