File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
{
4
4
"name" : " Pixl.js Debug" ,
5
5
"includePath" : [
6
- " ${workspaceFolder}/src/**" ,
7
- " ${workspaceFolder}/.. /components/**" ,
8
- " D:/dev/SDKs/nRF5_SDK_17.1.0_ddde560 /**"
6
+ " ${workspaceFolder}/fw/application/ src/**" ,
7
+ " ${workspaceFolder}/fw /components/**" ,
8
+ " ${NRF52_SDK_ROOT} /**"
9
9
],
10
10
"forcedInclude" : [
11
- " ${workspaceFolder}/config/sdk_config.h"
11
+ " ${workspaceFolder}/fw/application/ config/sdk_config.h"
12
12
],
13
13
"defines" : [
14
14
" BOARD_PCA10056" ,
24
24
" DEBUG_NRF" ,
25
25
" M_USE_THREAD_BACKEND=0"
26
26
],
27
- "compilerPath" : " D:/dev/SDKs/gcc-arm-none-eabi-10-2020-q4-major/ bin/arm-none-eabi-gcc.exe " ,
27
+ "compilerPath" : " /usr/local/ bin/arm-none-eabi-gcc" ,
28
28
"cStandard" : " c11" ,
29
29
"cppStandard" : " c++17" ,
30
30
"intelliSenseMode" : " windows-gcc-arm"
You can’t perform that action at this time.
0 commit comments