author | Edouard Tisserant |
Tue, 21 Feb 2023 11:47:11 +0100 | |
changeset 3732 | 929276eea252 |
parent 204 | f572ab819769 |
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> |