Skip to content

Commit

Permalink
Update my_compiler name to cl430
Browse files Browse the repository at this point in the history
  • Loading branch information
Anastasia Kazakova committed Oct 12, 2021
1 parent aa6027c commit 534fcc9
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 534fcc9

Please sign in to comment.