Skip to content

Commit 20197c8

Browse files
committed
Added c_cpp configuration for vscode pointing to pixi-provided compiler
1 parent 8b81faa commit 20197c8

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.vscode/c_cpp_properties.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Pixi STM32",
5+
"includePath": [
6+
"${workspaceFolder}/**"
7+
],
8+
"defines": [
9+
"_DEBUG",
10+
"UNICODE",
11+
"_UNICODE"
12+
],
13+
"compilerPath": "${workspaceFolder}\\.pixi\\envs\\default\\bin\\arm-none-eabi-gcc.exe"
14+
}
15+
],
16+
"version": 4
17+
}

0 commit comments

Comments
 (0)