targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 19 Feb 2021 10:04:17 +0100
branchsvghmi
changeset 3153 671283404554
parent 1478 69fe0b81e951
permissions -rw-r--r--
Allow printf-like formating in HMI:Input, usefull for example when dealing with floating point numbers.

          <xsd:attribute name="Compiler" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="CFLAGS" type="xsd:string" use="optional" default=""/>
          <xsd:attribute name="Linker" type="xsd:string" use="optional" default="gcc"/>
          <xsd:attribute name="LDFLAGS" type="xsd:string" use="optional" default=""/>