Keyboard firmwares for Atmel AVR and Cortex-M
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MassStorageHost.txt 1.9KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /** \file
  2. *
  3. * This file contains special DoxyGen information for the generation of the main page and other special
  4. * documentation pages. It is not a project source file.
  5. */
  6. /** \mainpage Mass Storage Host Demo
  7. *
  8. * \section Sec_Compat Demo Compatibility:
  9. *
  10. * The following list indicates what microcontrollers are compatible with this demo.
  11. *
  12. * \li Series 7 USB AVRs (AT90USBxxx7)
  13. *
  14. * \section Sec_Info USB Information:
  15. *
  16. * The following table gives a rundown of the USB utilization of this demo.
  17. *
  18. * <table>
  19. * <tr>
  20. * <td><b>USB Mode:</b></td>
  21. * <td>Host</td>
  22. * </tr>
  23. * <tr>
  24. * <td><b>USB Class:</b></td>
  25. * <td>Mass Storage Device</td>
  26. * </tr>
  27. * <tr>
  28. * <td><b>USB Subclass:</b></td>
  29. * <td>Bulk Only</td>
  30. * </tr>
  31. * <tr>
  32. * <td><b>Relevant Standards:</b></td>
  33. * <td>USBIF Mass Storage Standard \n
  34. * USB Bulk-Only Transport Standard \n
  35. * SCSI Primary Commands Specification \n
  36. * SCSI Block Commands Specification</td>
  37. * </tr>
  38. * <tr>
  39. * <td><b>Supported USB Speeds:</b></td>
  40. * <td>Full Speed Mode</td>
  41. * </tr>
  42. * </table>
  43. *
  44. * \section Sec_Description Project Description:
  45. *
  46. * Mass Storage host demonstration application. This gives a simple reference
  47. * application for implementing a USB Mass Storage host, for USB storage devices
  48. * using the standard Mass Storage USB profile.
  49. *
  50. * The first 512 bytes (boot sector) of an attached disk's memory will be dumped
  51. * out of the serial port in HEX and ASCII form when it is attached to the AT90USB1287
  52. * AVR. The device will then wait for HWB to be pressed, whereupon the entire ASCII contents
  53. * of the disk will be dumped to the serial port.
  54. *
  55. * \section Sec_Options Project Options
  56. *
  57. * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
  58. *
  59. * <table>
  60. * <tr>
  61. * <td>
  62. * None
  63. * </td>
  64. * </tr>
  65. * </table>
  66. */