<?xml version="1.0" encoding="UTF-8"?>
<!--

 File Name          : SubGHz.xml
 Description        : Contextual documentation of the Sub-GHz Radio
                      for all MCU series

 COPYRIGHT(c) 2020 STMicroelectronics

====================================================================
| version 0.1  |  D.Vallin          | Creation                      |
====================================================================

Contextual help database for SubGHz 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>SubGHz</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>Radio system</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>The sub-GHz radio is an ultra-low-power sub-GHz radio operating in the 150 - 960 MHz ISM &lt;br/&gt;
			band. LoRa®, (G)FSK/(G)MSK modulation in transmit and receive, and (D)BPSK in transmit &lt;br/&gt;
			only, allow an optimal trade-off between range, data rate and power consumption. This sub-GHz &lt;br/&gt;
			radio is compliant with the LoRaWAN™ specification v1.0 and radio regulations &lt;br/&gt;
			including ETSI EN 300 220, EN 300 113, EN 301 166, FCC CFR 47 part 15, 24, 90, 101 and &lt;br/&gt;
			the ARIB STD-T30, T-67, T-108
            </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="Radio system (RF)" index="">
            </link>
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
    <serie ref="STM32WL">
        <peripheral>
            <!-- Title of the contextual widget -->
            <title>SubGHz</title>
            <!-- Generic description displayed in the first panel of the tooltip -->
            <extract>Radio system</extract>
            <!-- Detailed information displayed in the expandable panel when no MCU series has been selected -->
            <help_text>The sub-GHz radio is an ultra-low-power sub-GHz radio operating in the 150 - 960 MHz ISM &lt;br/&gt;
			band. LoRa®, (G)FSK/(G)MSK modulation in transmit and receive, and (D)BPSK in transmit &lt;br/&gt;
			only, allow an optimal trade-off between range, data rate and power consumption. This sub-GHz &lt;br/&gt;
			radio is compliant with the LoRaWAN™ specification v1.0 and radio regulations &lt;br/&gt;
			including ETSI EN 300 220, EN 300 113, EN 301 166, FCC CFR 47 part 15, 24, 90, 101 and &lt;br/&gt;
			the ARIB STD-T30, T-67, T-108
            </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="Sub-GHz radio "/>
            <link display="Reference manual" type="dynamic" reference="refMan" index="Sub-GHz radio (SUBGHZ)"/>
			<link display="SubGHz Technology" type="html" reference="https://www.st.com/en/wireless-transceivers-mcus-and-modules/sub-1-ghz.html" index=""/>

<!--
            <link display="Tutorial Video" type="tutorialbrowser" reference="Sub-GHz radio (SUBGHZ)" index="">
            </link>
-->
        </peripheral>
        <mode>
            <!-- @TODO Describe the mode TBD for CubeMX -->
        </mode>
        <config>
            <!-- @TODO configuration panel TBD for CubeMX -->
        </config>
    </serie>
</ctx_pinout_help>
