beremiz
Clone
Summary
Browse
Changes
Graph
Allow using one XSD based target description for many targets. Target description XSD can now use %(target_name)s to refer to target name.
2019-02-19, Edouard Tisserant
2d72d8a8d7e5
Allow using one XSD based target description for many targets. Target description XSD can now use %(target_name)s to refer to target name.
<xsd:element name="Generic">
<xsd:complexType>
%(toolchain_makefile)s
</xsd:complexType>
</xsd:element>