targets/XSD_toolchain_gcc
author Edouard Tisserant
Thu, 18 Apr 2019 14:32:43 +0200
branchfix_PLC_runtime_shutdown
changeset 2602 19dc6b830e7d
parent 1478 69fe0b81e951
permissions -rw-r--r--
If call to GetPLCstatus can't be executed in PLC, then obtained status is disconnected. Status on "None" is not relevant anymore, and is replaced by Disconnected.

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