targets/XSD_toolchain_gcc
author Edouard Tisserant
Wed, 31 Jan 2018 15:25:30 +0100
changeset 1918 e7b6478b4ebc
parent 1478 69fe0b81e951
permissions -rwxr-xr-x
PEP8 conformity for modbus. Most of it done by autopep8, plus some easy refactoring.

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