targets/Linux/XSD
author Edouard Tisserant
Tue, 21 Feb 2023 11:47:11 +0100
changeset 3732 929276eea252
parent 204 f572ab819769
permissions -rw-r--r--
Runtime: Add RealTime checkbox in Linux target options to enable PREEMPT_RT scheduling.

                  <xsd:element name="Linux">
                    <xsd:complexType>
                      <xsd:attribute name="RealTime" type="xsd:boolean" use="optional" default="false"/>
                      %(toolchain_gcc)s
                    </xsd:complexType>
                  </xsd:element>