From 534fcc9e99c8390a5fa55db8d4324ef933d385fe Mon Sep 17 00:00:00 2001 From: Anastasia Kazakova Date: Tue, 12 Oct 2021 23:32:22 +0300 Subject: [PATCH] Update my_compiler name to cl430 --- .../custom-compiler-msp430.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake-Texas-Instruments-MSP430-CGT/custom-compiler-msp430.yaml b/CMake-Texas-Instruments-MSP430-CGT/custom-compiler-msp430.yaml index d6d8bfc..d0c02a1 100644 --- a/CMake-Texas-Instruments-MSP430-CGT/custom-compiler-msp430.yaml +++ b/CMake-Texas-Instruments-MSP430-CGT/custom-compiler-msp430.yaml @@ -4,7 +4,7 @@ compilers: - description: C11 TI CGT MSP430 v21 match-sources: ".*\\.c" match-language: C - match-compiler-exe: "(.*/)?my_compiler(\\.exe)?" + match-compiler-exe: "(.*/)?cl430(\\.exe)?" code-insight-target-name: msp430 include-dirs: ${compiler-exe-dir}/../include defines: @@ -68,7 +68,7 @@ compilers: - description: Cpp14 TI CGT MSP430 v21 match-sources: ".*\\.cpp" match-language: CPP - match-compiler-exe: "(.*/)?my_compiler(\\.exe)?" + match-compiler-exe: "(.*/)?cl430(\\.exe)?" code-insight-target-name: msp430 include-dirs: ["${compiler-exe-dir}/../include/libcxx","${compiler-exe-dir}/../include"] defines: