Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ability to set the serial baud rate via the user's terminal in the ↵ | Dean Camera | 2010-07-15 | 1 | -1/+1 |
| | | | | XPLAINBridge project. | ||||
* | Renamed CDC device class demos' ManagementEndpoint descriptor to ↵ | Dean Camera | 2010-05-20 | 1 | -1/+1 |
| | | | | NotificationEndpoint to more accurately indicate its purpose. | ||||
* | Add svn:eol-style property to source files, so that the line endings are ↵ | Dean Camera | 2010-05-08 | 1 | -267/+267 |
| | | | | correctly converted to the target system's native end of line style. | ||||
* | Remove incorrect Abstract Call Management class specific descriptor from the ↵ | Dean Camera | 2010-05-06 | 1 | -8/+0 |
| | | | | CDC demos, bootloaders and projects. | ||||
* | Standardized the naming scheme given to configuration descriptor ↵ | Dean Camera | 2010-03-22 | 1 | -5/+5 |
| | | | | | | sub-elements in the Device mode demos, bootloaders and projects. Fix errors in the MouseHostWithParser demo from incorrect use of the HID_ALIGN_DATA() macro. | ||||
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
| | |||||
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded ↵ | Dean Camera | 2009-10-18 | 1 | -0/+275 |
CDC demo. Added const qualifier to Endpoint/Pipe stream write routines. |