You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
955 B
55 lines
955 B
{ |
|
"folders": |
|
[ |
|
{ |
|
"path": ".", |
|
"file_exclude_patterns": |
|
[ |
|
"*.o", |
|
"*.a", |
|
"*.d", |
|
".built", |
|
".context", |
|
".depend", |
|
".config", |
|
".version", |
|
"Make.dep", |
|
".configured", |
|
"*.sublime-project", |
|
"*.sublime-workspace", |
|
".project", |
|
".cproject", |
|
"cscope.out" |
|
], |
|
"folder_exclude_patterns": |
|
[ |
|
".settings", |
|
"nuttx/arch/arm/src/board", |
|
"nuttx/arch/arm/src/chip" |
|
] |
|
} |
|
], |
|
"settings": |
|
{ |
|
"tab_size": 8, |
|
"translate_tabs_to_spaces": false, |
|
"highlight_line": true |
|
}, |
|
"build_systems": |
|
[ |
|
{ |
|
"name": "PX4: make all", |
|
"working_dir": "${project_path}", |
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", |
|
"cmd": ["make"], |
|
"shell": true |
|
}, |
|
{ |
|
"name": "PX4: make and upload", |
|
"working_dir": "${project_path}", |
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", |
|
"cmd": ["make upload px4fmu-v2_default -j8"], |
|
"shell": true |
|
} |
|
] |
|
}
|
|
|