usb_host: Add maintainer's notes (Design, Architecture)

This commit adds some parts of the USB Host Stack's maintainers notes
(specifically "Design" and "Architecture").
This commit is contained in:
Darian Leung
2023-01-16 15:23:11 +08:00
parent 2c794ea9c4
commit a57496acfe
6 changed files with 208 additions and 3 deletions

View File

@@ -90,8 +90,10 @@ 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_arch.rst',
'api-reference/peripherals/usb_host/usb_host_notes_design.rst',
'api-reference/peripherals/usb_host/usb_host_notes_dwc_otg.rst',
'api-reference/peripherals/usb_host/usb_host_notes_index.rst',
'api-guides/usb-otg-console.rst',
'api-guides/dfu.rst']