usb_host: Add maintainer's notes (Introduction and DWC_OTG Controller)

This commit adds some parts of the USB Host Stack's maintainers notes
(specifically "Introduction" and "DWC_OTG Controller" chapters).
This commit is contained in:
Darian Leung
2022-12-21 04:27:04 +08:00
parent a8f66c66e0
commit a52aff81a8
9 changed files with 270 additions and 2 deletions

View File

@@ -90,6 +90,8 @@ SPIRAM_DOCS = ['api-guides/external-ram.rst']
USB_DOCS = ['api-reference/peripherals/usb_device.rst',
'api-reference/peripherals/usb_host.rst',
'api-reference/peripherals/usb_host/usb_host_notes_index.rst',
'api-reference/peripherals/usb_host/usb_host_notes_dwc_otg.rst',
'api-guides/usb-otg-console.rst',
'api-guides/dfu.rst']