targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard@beremiz.fr>
Fri, 14 Jun 2024 15:56:12 +0200
changeset 3980 96acfee19caf
parent 1478 69fe0b81e951
permissions -rw-r--r--
MQTT WIP: intermediate state, implementing MQTT client C code generator.

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