aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/DualVirtualSerial/DualVirtualSerial.txt
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixes.Dean Camera2015-03-101-2/+2
|
* Add XMEGA support to the class driver demos where possible.Dean Camera2013-05-191-0/+3
|
* Minor documentation adjustments to the demos, projects and bootloaders to ↵Dean Camera2012-05-181-4/+4
| | | | ensure correct formatting of application device support.
* Documentation improvements - put driver example code into its own section, ↵Dean Camera2010-12-261-4/+4
| | | | fix incorrect and missing section names.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-6/+7
| | | | tool made by Laszlo Monda
* Ensure device address latch bit is not set at the same time as the new ↵Dean Camera2010-09-191-1/+1
| | | | | | | | address, as per datasheet. Minor documentation fixes. Fix broken USB host mode due to the USB frame counter not being updated during the early enumeration steps, causing USB_Host_DelayMS() to spinloop forever.
* Clarify in the project documentation files what the each of the different ↵Dean Camera2010-08-311-3/+3
| | | | USB AVR device "series" comprises of.
* More spell checking of all source files -- correct missed errors, switch to ↵Dean Camera2010-07-301-1/+1
| | | | EN-GB spelling dictionary.
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-2/+2
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-84/+84
| | | | correctly converted to the target system's native end of line style.
* Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure ↵Dean Camera2010-02-081-1/+0
| | | | | | erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit. Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
* Fix up project documentation files' overview tables, so that multiple items ↵Dean Camera2010-01-281-5/+7
| | | | occupy multiple lines in the same cell, rather than multiple cells.
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-071-0/+84