Skip to content

Commit 5ed4c60

Browse files
committed
update the name of the TI Clang toolchain in the schema file
1 parent ea6a31b commit 5ed4c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/projmgr/schemas/common.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@
127127
},
128128
"CompilerType": {
129129
"type": "string",
130-
"pattern": "^(GCC|CLANG|AC6|IAR|TIARMCLANG)(@(>=)?([0-9]+\\.[0-9]+\\.[0-9]+((\\+|\\-)[a-zA-Z0-9_\\.\\+-]+)?))?$",
131-
"description": "Selection of the toolchain used in the project (GCC, CLANG, AC6, IAR, TIARMCLANG), optionally with version, for example [email protected]"
130+
"pattern": "^(GCC|CLANG|AC6|IAR|TICLANG)(@(>=)?([0-9]+\\.[0-9]+\\.[0-9]+((\\+|\\-)[a-zA-Z0-9_\\.\\+-]+)?))?$",
131+
"description": "Selection of the toolchain used in the project (GCC, CLANG, AC6, IAR, TICLANG), optionally with version, for example [email protected]"
132132
},
133133
"ConsumesProvidesType": {
134134
"oneOf": [

0 commit comments

Comments
 (0)