index.rst 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .. CherryUSB 使用指南 documentation master file, created by
  2. sphinx-quickstart on Thu Nov 21 10:50:33 2019.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. CherryUSB 使用指南
  6. ======================================================
  7. CherryUSB 是一个小而美的、可移植性高的、用于嵌入式系统的 USB 主从协议栈。
  8. .. toctree::
  9. :maxdepth: 3
  10. :caption: 快速入门
  11. quick_start/bl702
  12. quick_start/stm32f429
  13. quick_start/ch32v307
  14. quick_start/rt-thread/rt-thread_zh
  15. .. toctree::
  16. :maxdepth: 1
  17. :caption: USB 基本知识点
  18. usb/usb_basic
  19. usb/usb_desc
  20. usb/usb_request
  21. usb/usb_enum
  22. .. toctree::
  23. :maxdepth: 1
  24. :caption: API 手册
  25. api/api_device
  26. api/api_host
  27. api/api_common
  28. .. toctree::
  29. :maxdepth: 1
  30. :caption: Class 指南
  31. class/class_cdc
  32. class/class_hid
  33. class/class_msc
  34. class/class_audio
  35. class/class_video
  36. class/winusb
  37. .. toctree::
  38. :maxdepth: 1
  39. :caption: 综合例程
  40. demo/usb2uart
  41. demo/mouse_keyboard
  42. demo/msc_boot
  43. demo/video
  44. demo/speaker_mic
  45. demo/daplink
  46. .. toctree::
  47. :maxdepth: 1
  48. :caption: Porting 说明
  49. porting