Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Dean Camera | 2013-07-07 | 1 | -8/+12 | |
| | | | | adjustments easier. | |||||
* | Add Python test script using pywinusb for the Class Driver Generic HID ↵ | Dean Camera | 2013-07-07 | 2 | -0/+93 | |
| | | | | Device demo application. | |||||
* | 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 ↵ | Dean Camera | 2013-06-12 | 4 | -4/+0 | |
| | | | | appropriate communication interface. | |||||
* | Minor tweak to RNDIS INF files to make them uniform with the style of the ↵ | Dean Camera | 2013-05-25 | 2 | -2/+2 | |
| | | | | CDC INF drivers. | |||||
* | 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 ↵ | Dean Camera | 2013-05-19 | 6 | -21/+70 | |
| | | | | support. | |||||
* | 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 | |
| | ||||||
* | Update Doxygen configuration files to the latest version. | Dean Camera | 2013-05-19 | 58 | -2900/+4930 | |
| | ||||||
* | Fix broken RNDIS device demos when NO_ETHERNET_DECODE was not defined. | Dean Camera | 2013-05-18 | 3 | -3/+0 | |
| | ||||||
* | Add symbolic names for USB Device String Descriptors within the demos, ↵ | Dean Camera | 2013-05-15 | 60 | -164/+494 | |
| | | | | applications and bootloaders. | |||||
* | Add basic Android host application to the Android Accessory Host class ↵ | Dean Camera | 2013-05-12 | 39 | -5/+391 | |
| | | | | driver demo. | |||||
* | Add move-to-root directives to all ASF XML application modules, to make the ↵ | Dean Camera | 2013-04-23 | 58 | -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 Camera | 2013-04-01 | 14 | -0/+14 | |
| | | | | asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades. | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 41 | -72/+72 | |
| | ||||||
* | Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling ↵ | Dean Camera | 2013-03-09 | 4 | -0/+4 | |
| | | | | routines, to prevent ejection errors on *nix systems due to an unknown SCSI command. | |||||
* | Whitespace fixes in the LUFA configuration files. | Dean Camera | 2013-01-29 | 59 | -118/+118 | |
| | ||||||
* | Update Atmel Studio core board templates to use different templates for each ↵ | Dean Camera | 2013-01-27 | 58 | -58/+58 | |
| | | | | 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 Camera | 2013-01-20 | 58 | -522/+812 | |
| | ||||||
* | Fix typo in the Host RNDISEthernet low level demo. | Dean Camera | 2013-01-19 | 1 | -1/+1 | |
| | ||||||
* | Move out dummy board module and add strong-references to it in each project, ↵ | Dean Camera | 2013-01-12 | 58 | -0/+70 | |
| | | | | so that the correct project caption is generated inside Atmel Studio. | |||||
* | Add Atmel Studio keywords to all project XML files. | Dean Camera | 2013-01-12 | 56 | -1/+340 | |
| | ||||||
* | Ensure the demo and project main text files are distributed in Atmel Studio ↵ | Dean Camera | 2013-01-11 | 56 | -0/+106 | |
| | | | | projects. | |||||
* | Alter VSIX build script to verify all referenced filenames in all modules ↵ | Dean Camera | 2013-01-11 | 3 | -4/+2 | |
| | | | | 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 Camera | 2013-01-11 | 23 | -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 Camera | 2013-01-10 | 35 | -9/+1072 | |
| | ||||||
* | Add and update more Atmel Studio project description XML files. | Dean Camera | 2013-01-10 | 3 | -0/+3 | |
| | ||||||
* | Make sure the INF driver file is distributed in Atmel Studio projects that ↵ | Dean Camera | 2013-01-09 | 5 | -2/+10 | |
| | | | | require them. | |||||
* | Add class driver host mode demo ASF module XML files. | Dean Camera | 2013-01-09 | 16 | -3/+555 | |
| | ||||||
* | Fix incorrect module ID in the RNDIS device demo ASF.xml file. | Dean Camera | 2013-01-08 | 1 | -1/+1 | |
| | ||||||
* | Add FDK project descriptions for the class driver Device mode examples. | Dean Camera | 2013-01-08 | 16 | -0/+633 | |
| | ||||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 428 | -788/+788 | |
| | ||||||
* | Upgrade Doxygen configuration files to the latest Doxygen version. | Dean Camera | 2013-01-03 | 58 | -580/+3828 | |
| | ||||||
* | Fixed hardware race condition that could cause failed device enumerations ↵ | Dean Camera | 2013-01-03 | 2 | -6/+6 | |
| | | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy). | |||||
* | Minor typo corrections. | Dean Camera | 2013-01-02 | 1 | -1/+1 | |
| | ||||||
* | Clean up unnecessary CPPCheck static analysis suppression comments, force ↵ | Dean Camera | 2012-10-14 | 1 | -0/+2 | |
| | | | | Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code. | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 360 | -360/+360 | |
| | ||||||
* | Use the framework provided GlobalInterruptEnable() function instead of the ↵ | Dean Camera | 2012-09-17 | 58 | -60/+60 | |
| | | | | AVR8/XMEGA specific sei() macro, for future demo/project portability. | |||||
* | Add error message for debugging purposes to the low level AudioInputHost and ↵ | Dean Camera | 2012-09-14 | 2 | -0/+6 | |
| | | | | AudioOutputHost demos, if the request to set the audio sample rate fails. | |||||
* | Make CPPCheck tool happy by altering the program flow in the low level ↵ | Dean Camera | 2012-09-13 | 1 | -4/+6 | |
| | | | | keyboard example, so that the SendReport variable is not overwritten before its first read access. | |||||
* | Remove incomplete Microsoft Sideshow device demo. | Dean Camera | 2012-09-01 | 14 | -1865/+0 | |
| |