<?xml version="1.0" encoding="UTF-8"?>
<!--

 File Name          : USB_OTG_FS.xml
 Description        : Contextual documentation of the USB OTG FS
                      for all MCU series

 COPYRIGHT(c) 2016 STMicroelectronics

====================================================================
| version 0.1  |  A.Morin          | Creation                      |
====================================================================

Contextual help database for USB OTG FS peripheral, it contains:
    - peripheral generic information under <peripheral> node
    - information about peripheral mode under <mode> node
    - details about the peripheral configuration under <config> node

-->
<ctx_pinout_help xsi:noNamespaceSchemaLocation="../../../../../../../doc/V4/Development/Specifications/contextualDocumentation/pinout.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <!-- serie "ref" is the MCU series you want to document e.g. STM32F0, STM32F1... -->
    <serie ref="Default">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG FS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go Full Speed
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F1">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG FS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go Full Speed.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link filter="STM32F10[57].*" display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go full-speed (USB OTG FS)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go full-speed (OTG_FS)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F2">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG FS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go Full Speed.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go full-speed (OTG_FS)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go full-speed (OTG_FS)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F4">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG FS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go Full Speed.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link filter="MCU:STM32F4(?!1[023]|23).*" display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go full-speed (OTG_FS)">
            </link>
            <link filter="MCU:STM32F4([12][23].[EGH]).*" display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go full-speed (USB_OTG_FS)">
            </link>
            <link filter="STM32F4([12][23]|[0123][1579]).*" display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go full-speed (OTG_FS)">
            </link>
            <link filter="STM32F4[467][69].*" display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go full-speed/high-speed (OTG_FS/OTG_HS)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32F7">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG FS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go Full Speed.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go full-speed (OTG_FS)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go full-speed/high-speed (OTG_FS/OTG_HS)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32G0">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG FS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go Full Speed.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go full-speed (OTG_FS)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go full-speed (OTG_FS)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32H7">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG HS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go High Speed.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go high-speed (OTG_HS)">
            </link>
            <link display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go high-speed (OTG_HS)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32L4">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>USB OTG FS</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>USB On-The-Go Full-Speed</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>USB (Universal Serial Bus) is widely used to connect either a PC or a USB device&lt;br/&gt;
                to the microcontroller. It supports USB Device Host On The Go Full Speed.
            </help_text>
            <!-- Links that will be displayed on the help widgets:
            - filter: In case a selection needs to be made, use it as regexp on mcu name (STM32F042T6x)
            - display: string that will be displayed in front of the hyperlink
            - type: the type of file you want to display ("txt" "pdf", "chm", "html", "dynamic")
            dynamic stands for the document that have to be retrieved from the JSON database
            - reference: path to the document to be displayed (http or local path)
              If the file is dynamic, indicate the kind of file you want to display:
                * dataSheet => for datasheet document type
                * appNote => for application note document type
                * refMan => for reference manual document type
                * usrMan => for user Manual document type
                * prgMan => for Programming Manual document type
                * errSheet => for Errata Sheet document type
            - index: for pdf,html and chm type it specifies the chapter where the viewer will point
            for dynamic file it can specify a chapter except for application notes where it specifies
            the document display name (e.g. AN1015). This field may be left blank, then the full document
            is displayed -->
            <link display="Datasheet" type="dynamic" reference="dataSheet" index="Universal serial bus on-the-go full-speed (OTG_FS)">
            </link>
            <link filter="MCU:STM32L4[3456][123].*" display="Reference manual" type="dynamic" reference="refMan" index="Universal serial bus full-speed device interface (USB)">
            </link>
            <link filter="MCU:STM32L4[789ARS][5679].*" display="Reference manual" type="dynamic" reference="refMan" index="USB on-the-go full-speed (OTG_FS)">
            </link>
            <link display="Tutorial Video" type="tutorialbrowser" reference="USB On-The-Go Full-Speed (OTG_FS)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
</ctx_pinout_help>
