2012-08-04 19:12:36 -03:00
|
|
|
{
|
|
|
|
"folders":
|
|
|
|
[
|
|
|
|
{
|
2016-11-15 09:25:31 -04:00
|
|
|
"path": ".",
|
2012-08-05 17:44:20 -03:00
|
|
|
"file_exclude_patterns":
|
|
|
|
[
|
|
|
|
"*.o",
|
|
|
|
"*.a",
|
2013-01-13 06:20:01 -04:00
|
|
|
"*.d",
|
2012-08-05 17:44:20 -03:00
|
|
|
".built",
|
|
|
|
".context",
|
|
|
|
".depend",
|
2012-08-25 23:31:21 -03:00
|
|
|
".config",
|
|
|
|
".version",
|
2012-08-05 18:19:48 -03:00
|
|
|
"Make.dep",
|
|
|
|
".configured",
|
|
|
|
"*.sublime-project",
|
2012-08-14 13:10:55 -03:00
|
|
|
"*.sublime-workspace",
|
|
|
|
".project",
|
2012-08-25 23:31:21 -03:00
|
|
|
".cproject",
|
|
|
|
"cscope.out"
|
2012-08-14 13:10:55 -03:00
|
|
|
],
|
|
|
|
"folder_exclude_patterns":
|
|
|
|
[
|
2012-08-25 23:31:21 -03:00
|
|
|
".settings",
|
|
|
|
"nuttx/arch/arm/src/board",
|
2017-02-01 06:12:55 -04:00
|
|
|
"nuttx/arch/arm/src/chip",
|
|
|
|
"build_*"
|
2016-11-15 09:25:31 -04:00
|
|
|
]
|
2012-08-04 19:12:36 -03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"settings":
|
|
|
|
{
|
2016-11-15 09:25:31 -04:00
|
|
|
"tab_size": 8,
|
|
|
|
"translate_tabs_to_spaces": false,
|
|
|
|
"highlight_line": true,
|
2015-08-18 06:40:01 -03:00
|
|
|
"AStyleFormatter":
|
|
|
|
{
|
|
|
|
"options_c":
|
|
|
|
{
|
2016-11-15 09:25:31 -04:00
|
|
|
"use_only_additional_options": true,
|
|
|
|
"additional_options_file": "${project_path}/Tools/astylerc"
|
2015-08-18 06:40:01 -03:00
|
|
|
},
|
|
|
|
"options_c++":
|
|
|
|
{
|
2016-11-15 09:25:31 -04:00
|
|
|
"use_only_additional_options": true,
|
|
|
|
"additional_options_file": "${project_path}/Tools/astylerc"
|
2015-08-18 06:40:01 -03:00
|
|
|
}
|
2016-11-15 09:25:31 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"build_systems":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "PX4: make all",
|
|
|
|
"working_dir": "${project_path}",
|
|
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
|
|
"cmd": ["make"],
|
|
|
|
"shell": true
|
2016-03-12 00:50:14 -04:00
|
|
|
},
|
2016-11-15 09:25:31 -04:00
|
|
|
{
|
|
|
|
"name": "PX4: make and upload",
|
|
|
|
"working_dir": "${project_path}",
|
|
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
|
|
"cmd": ["make upload px4fmu-v2_default -j8"],
|
|
|
|
"shell": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "PX4: make posix",
|
|
|
|
"working_dir": "${project_path}",
|
|
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
|
|
"cmd": ["make posix"],
|
|
|
|
"shell": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "MindPX_V2: make and upload",
|
|
|
|
"working_dir": "${project_path}",
|
|
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
|
|
"cmd": ["make upload mindpx-v2_default -j8"],
|
|
|
|
"shell": true
|
|
|
|
}
|
|
|
|
]
|
2012-08-04 19:12:36 -03:00
|
|
|
}
|