Skip to content

Commit 3067c76

Browse files
committed
Moved example json files to project folder
1 parent ed5e793 commit 3067c76

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "gcc-arm",
5+
"includePath": [
6+
"${workspaceFolder}",
7+
"${workspaceFolder}/../targets/arm",
8+
"${workspaceFolder}/../klib",
9+
"${workspaceFolder}/../targets/chip/${config:target_cpu}"
10+
],
11+
"defines": [
12+
"_DEBUG",
13+
"UNICODE",
14+
"_UNICODE",
15+
"TARGET_CPU=${config:target_cpu}",
16+
"KLIB_IRQ=irq_ram",
17+
"KLIB_DEFAULT_COUT=rtt"
18+
],
19+
// "compilerPath": "COMPILER_PATH",
20+
"cStandard": "c17",
21+
"cppStandard": "c++23",
22+
"configurationProvider": "ms-vscode.cmake-tools",
23+
"intelliSenseMode": "gcc-arm"
24+
}
25+
],
26+
"version": 4
27+
}

0 commit comments

Comments
 (0)