Skip to content
Snippets Groups Projects
Commit e55946f9 authored by Dean Camera's avatar Dean Camera
Browse files

Add missing svn:eol-style properties to /trunk/.

parent f1b6ddb7
No related branches found
No related tags found
No related merge requests found
/** \file /** \file
* *
* This file contains special DoxyGen information for the generation of the main page and other special * This file contains special DoxyGen information for the generation of the main page and other special
* documentation pages. It is not a project source file. * documentation pages. It is not a project source file.
*/ */
/** \mainpage Android Accessory Host Demo /** \mainpage Android Accessory Host Demo
* *
* \section Sec_Compat Demo Compatibility: * \section Sec_Compat Demo Compatibility:
* *
* The following list indicates what microcontrollers are compatible with this demo. * The following list indicates what microcontrollers are compatible with this demo.
* *
* - Series 7 USB AVRs (AT90USBxxx7) * - Series 7 USB AVRs (AT90USBxxx7)
* *
* \section Sec_Info USB Information: * \section Sec_Info USB Information:
* *
* The following table gives a rundown of the USB utilization of this demo. * The following table gives a rundown of the USB utilization of this demo.
* *
* <table> * <table>
* <tr> * <tr>
* <td><b>USB Mode:</b></td> * <td><b>USB Mode:</b></td>
* <td>Host</td> * <td>Host</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>USB Class:</b></td> * <td><b>USB Class:</b></td>
* <td>Android Accessory Host Class</td> * <td>Android Accessory Host Class</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>USB Subclass:</b></td> * <td><b>USB Subclass:</b></td>
* <td>N/A</td> * <td>N/A</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Relevant Standards:</b></td> * <td><b>Relevant Standards:</b></td>
* <td>Android Accessory Host Specification</td> * <td>Android Accessory Host Specification</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Usable Speeds:</b></td> * <td><b>Usable Speeds:</b></td>
* <td>Full Speed Mode</td> * <td>Full Speed Mode</td>
* </tr> * </tr>
* </table> * </table>
* *
* \section Sec_Description Project Description: * \section Sec_Description Project Description:
* *
* Android Accessory Host demonstration application. This gives a simple reference * Android Accessory Host demonstration application. This gives a simple reference
* application for implementing an Android Accessory Host device capable of hosting * application for implementing an Android Accessory Host device capable of hosting
* Android powered mobile devices to send and receive data. * Android powered mobile devices to send and receive data.
* *
* Data sent from the Android device will be sent out the AVR's serial port. * Data sent from the Android device will be sent out the AVR's serial port.
* *
* \section Sec_Options Project Options * \section Sec_Options Project Options
* *
* The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
* *
* <table> * <table>
* <tr> * <tr>
* <td> * <td>
* None * None
* </td> * </td>
* </tr> * </tr>
* </table> * </table>
*/ */
This diff is collapsed.
This diff is collapsed.
/** \file /** \file
* *
* This file contains special DoxyGen information for the generation of the main page and other special * This file contains special DoxyGen information for the generation of the main page and other special
* documentation pages. It is not a project source file. * documentation pages. It is not a project source file.
*/ */
/** \mainpage Android Accessory Host Demo /** \mainpage Android Accessory Host Demo
* *
* \section Sec_Compat Demo Compatibility: * \section Sec_Compat Demo Compatibility:
* *
* The following list indicates what microcontrollers are compatible with this demo. * The following list indicates what microcontrollers are compatible with this demo.
* *
* - Series 7 USB AVRs (AT90USBxxx7) * - Series 7 USB AVRs (AT90USBxxx7)
* *
* \section Sec_Info USB Information: * \section Sec_Info USB Information:
* *
* The following table gives a rundown of the USB utilization of this demo. * The following table gives a rundown of the USB utilization of this demo.
* *
* <table> * <table>
* <tr> * <tr>
* <td><b>USB Mode:</b></td> * <td><b>USB Mode:</b></td>
* <td>Host</td> * <td>Host</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>USB Class:</b></td> * <td><b>USB Class:</b></td>
* <td>Android Accessory Host Class</td> * <td>Android Accessory Host Class</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>USB Subclass:</b></td> * <td><b>USB Subclass:</b></td>
* <td>N/A</td> * <td>N/A</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Relevant Standards:</b></td> * <td><b>Relevant Standards:</b></td>
* <td>Android Accessory Host Specification</td> * <td>Android Accessory Host Specification</td>
* </tr> * </tr>
* <tr> * <tr>
* <td><b>Usable Speeds:</b></td> * <td><b>Usable Speeds:</b></td>
* <td>Full Speed Mode</td> * <td>Full Speed Mode</td>
* </tr> * </tr>
* </table> * </table>
* *
* \section Sec_Description Project Description: * \section Sec_Description Project Description:
* *
* Android Accessory Host demonstration application. This gives a simple reference * Android Accessory Host demonstration application. This gives a simple reference
* application for implementing an Android Accessory Host device capable of hosting * application for implementing an Android Accessory Host device capable of hosting
* Android powered mobile devices to send and receive data. * Android powered mobile devices to send and receive data.
* *
* Sent data from the Android device will be indicated onto the board's LEDs. * Sent data from the Android device will be indicated onto the board's LEDs.
* *
* \section Sec_Options Project Options * \section Sec_Options Project Options
* *
* The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value. * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
* *
* <table> * <table>
* <tr> * <tr>
* <td> * <td>
* None * None
* </td> * </td>
* </tr> * </tr>
* </table> * </table>
*/ */
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment