author | Edouard Tisserant |
Fri, 24 Nov 2023 12:16:19 +0100 | |
changeset 3860 | a1d7187b8402 |
parent 3732 | 929276eea252 |
permissions | -rw-r--r-- |
203 | 1 |
|
2 |
<xsd:element name="Linux"> |
|
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 | 5 |
%(toolchain_gcc)s |
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> |