targets/Linux/XSD
author Nadim Khan <34601107+nadim4114@users.noreply.github.com>
Fri, 26 Apr 2024 13:40:34 +0530
changeset 3942 ac6408084c60
parent 3732 929276eea252
permissions -rw-r--r--
Doc: Add about section (PR #33)

* added about section

* updated .gitignore to exclude doc/_build/
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     1
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     2
                  <xsd:element name="Linux">
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     3
                    <xsd:complexType>
3732
929276eea252 Runtime: Add RealTime checkbox in Linux target options to enable PREEMPT_RT scheduling.
Edouard Tisserant
parents: 204
diff changeset
     4
                      <xsd:attribute name="RealTime" type="xsd:boolean" use="optional" default="false"/>
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     5
                      %(toolchain_gcc)s
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     6
                    </xsd:complexType>
3732
929276eea252 Runtime: Add RealTime checkbox in Linux target options to enable PREEMPT_RT scheduling.
Edouard Tisserant
parents: 204
diff changeset
     7
                  </xsd:element>