Update my_compiler name to cl430

This commit is contained in:
Anastasia Kazakova
2021-10-12 23:32:22 +03:00
parent aa6027c711
commit 534fcc9e99

View File

@@ -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: