targets/XSD_toolchain_gcc
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 11 Nov 2022 16:07:38 +0100
branchwxPython4
changeset 3674 d10a7907fb43
parent 1478 69fe0b81e951
permissions -rw-r--r--
OPC-UA: Update CTN "ChangesToSave" status when variable selection change.

- fixes changes not being saved when no other changes happening to configuration
- added CTNMarkModified to ConfigTreeNode in order to generalize

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