File tree 4 files changed +83
-17
lines changed
4 files changed +83
-17
lines changed Original file line number Diff line number Diff line change
1
+ # Leka - LekaOS
2
+ # Copyright APF France handicap
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
5
+ CompileFlags :
6
+ Compiler : " arm-none-eabi-g++"
7
+ CompilationDatabase : " _build_cmake_tools"
8
+ Add :
9
+ - " -D__ARM_ARCH=7"
10
+ - " -D__ARM_ARCH_7EM__=1"
11
+ - " -D__ARM_ARCH_7M__=1"
12
+ - " -D__ARM_ARCH_7EM"
13
+ - " -D__ARM_ARCH_7M"
14
+ - " -DSTM32F769xx"
15
+ - " -mcpu=cortex-m7"
16
+
17
+ Diagnostics :
18
+ UnusedIncludes : Strict
19
+ MissingIncludes : Strict
20
+
21
+ Index :
22
+ Background : Build
23
+
24
+ Hover :
25
+ ShowAKA : True
26
+
27
+ InlayHints :
28
+ BlockEnd : True
29
+ Designators : True
30
+ Enabled : True
31
+ ParameterNames : True
32
+ DeducedTypes : True
33
+ TypeNameLimit : 24
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ indent_size = 4
29
29
indent_style = space
30
30
indent_size = 2
31
31
32
- [.clang-{ format,tidy} ]
32
+ [.clang{d,- format,- tidy} ]
33
33
indent_style = space
34
34
indent_size = 2
35
35
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ _build*
10
10
_coverage *
11
11
cmake /config /
12
12
.cache
13
- .clangd
14
13
* .ioc.csv
15
14
cube_path.json
16
15
_release
Original file line number Diff line number Diff line change 2
2
"files.associations" : {
3
3
".clang-format" : " yaml" ,
4
4
".clang-tidy" : " yaml" ,
5
+ ".clangd" : " yaml" ,
6
+ "*.xcstrings" : " json" ,
5
7
"*.orig" : " cpp" ,
6
8
"any" : " cpp" ,
7
9
"array" : " cpp" ,
65
67
"typeinfo" : " cpp" ,
66
68
"variant" : " cpp" ,
67
69
"lstd_*" : " cpp" ,
68
- "mstd_*" : " cpp"
70
+ "mstd_*" : " cpp" ,
71
+ "mstd_iterator" : " cpp" ,
72
+ "mstd_mutex" : " cpp"
69
73
},
70
74
"files.exclude" : {
71
- ".cache" : true ,
72
- ".clangd" : true
75
+ ".cache" : true
73
76
},
74
77
"editor.formatOnSave" : true ,
75
78
"cmake.ignoreKitEnv" : true ,
80
83
"cmake.generator" : " Ninja" ,
81
84
"cmake.configureSettings" : {
82
85
"TARGET_BOARD" : " LEKA_V1_2_DEV" ,
86
+ "MBED_TARGET" : " LEKA_V1_2_DEV" ,
83
87
"OS_VERSION" : " 0.0.0" ,
84
88
"ENABLE_LOG_DEBUG" : " ON" ,
85
89
"ENABLE_SYSTEM_STATS" : " ON" ,
88
92
"CMAKE_BUILD_TYPE" : " Debug"
89
93
},
90
94
"clangd.checkUpdates" : true ,
91
- "clangd.arguments" : [
92
- // On Apple Intel, un comment the following line
93
- " --query-driver=/usr/local/bin/arm-none-eabi*" ,
94
- // On Apple Silicon, un comment the following line
95
- // "--query-driver=/opt/homebrew/bin/arm-none-eabi*",
96
- " --log=verbose" ,
97
- " --completion-style=detailed" ,
98
- " --clang-tidy" ,
99
- " --header-insertion=never" ,
100
- " --suggest-missing-includes"
101
- ],
95
+ "clangd.arguments" : [" --query-driver=**/arm-none-eabi-*" ],
102
96
"markdownlint.config" : {
103
97
"MD002" : false ,
104
98
"MD007" : {
111
105
"style" : " one"
112
106
},
113
107
"MD033" : false
114
- }
108
+ },
109
+ "cSpell.words" : [
110
+ " activitykit" ,
111
+ " behaviorkit" ,
112
+ " coredma" ,
113
+ " coredsi" ,
114
+ " coreimu" ,
115
+ " corelcd" ,
116
+ " corell" ,
117
+ " coreltdc" ,
118
+ " coreotm" ,
119
+ " coresdram" ,
120
+ " corevideo" ,
121
+ " DSTM" ,
122
+ " eabi" ,
123
+ " imukit" ,
124
+ " ledkit" ,
125
+ " Leka" ,
126
+ " mbed" ,
127
+ " mcpu" ,
128
+ " mcuboot" ,
129
+ " MOSI" ,
130
+ " motionkit" ,
131
+ " mstd" ,
132
+ " NFC" ,
133
+ " OTM" ,
134
+ " qspi" ,
135
+ " QSPI" ,
136
+ " QSPIF" ,
137
+ " reinforcerkit" ,
138
+ " rfid" ,
139
+ " rfidkit" ,
140
+ " SPI" ,
141
+ " STM" ,
142
+ " TFT" ,
143
+ " UART" ,
144
+ " USB" ,
145
+ " WIFI" ,
146
+ " XIP" ,
147
+ " XIPM"
148
+ ]
115
149
}
You canβt perform that action at this time.
0 commit comments