Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial ↵ | Dean Camera | 2009-11-03 | 1 | -1/+1 |
| | | | | Port and a HID Mouse. | ||||
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 1 | -10/+5 |
| | | | | Fix up demo documentation device compatibility list to be as general as possible to reduce changes required as Atmel releases more devices within the same USB AVR series. | ||||
* | Add Host mode Class driver demo summaries. | Dean Camera | 2009-09-09 | 1 | -1/+1 |
| | |||||
* | Remove information about 64 bit Windows OS signing requirements for the CDC ↵ | Dean Camera | 2009-09-07 | 1 | -7/+0 |
| | | | | based demos -- apparently the native CDC driver can be installed without first disabling the OS's driver signing requirements. | ||||
* | Added 64 bit OS driver installation instructions to the readme for all CDC ↵ | Dean Camera | 2009-09-06 | 1 | -0/+7 |
| | | | | based projects. | ||||
* | Added compatibility list to the documentation of each individual demo. | Dean Camera | 2009-07-13 | 1 | -0/+14 |
| | | | | | | Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x. | ||||
* | Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵ | Dean Camera | 2009-06-05 | 1 | -0/+63 |
re-add old low level demos to a LowLevel subdirectory. |