targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 11 Oct 2024 10:18:57 +0200
changeset 4025 92b3701fceed
parent 1478 69fe0b81e951
permissions -rw-r--r--
SVGHMI: Extend ForEach widget to expose range, position and size in a way comparable with ScrollBar widget.

          <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=""/>