targets/Xenomai/XSD
author greg
Sat, 04 Apr 2009 10:43:29 +0200
changeset 332 4f0e1d66bba5
parent 321 5a4e6278a18b
child 615 72bc3e53a1fa
permissions -rwxr-xr-x
add utf-8 and save shortcut support in PythonST
fixed bug execfile order (runtime.py / hmy.py) in PLCObject.py
Fixed bug with locale (wrong convertion "." to ",")
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     1
321
5a4e6278a18b Adding support for Xenomai targets.
lbessard
parents: 204
diff changeset
     2
                  <xsd:element name="Xenomai">
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     3
                    <xsd:complexType>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     4
                      %(toolchain_gcc)s
321
5a4e6278a18b Adding support for Xenomai targets.
lbessard
parents: 204
diff changeset
     5
                      <xsd:attribute name="XenoConfig" type="xsd:string" use="optional" default="/usr/xenomai/bin/xeno-config"/>
203
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     6
                    </xsd:complexType>
cb9901076a21 Added concepts :
etisserant
parents:
diff changeset
     7
                  </xsd:element>