lpcmanager
Clone
Summary
Browse
Changes
Graph
Update StdoutPseudoFile.py to python 3
2024-04-09, Edouard Tisserant
7b123fc70d19
file is
Executable
Update StdoutPseudoFile.py to python 3
<xsd:element name="%(target_name)s">
<xsd:complexType>
<xsd:attribute name="RealTime" type="xsd:boolean" use="optional" default="true"/>
<xsd:attribute name="Compiler" type="xsd:string" use="optional" default="$CC"/>
<xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default="$CFLAGS"/>
<xsd:attribute name="Linker" type="xsd:string" use="optional" default="$CC"/>
<xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default="$LDFLAGS"/>
<xsd:attribute name="XenoConfig" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>