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: