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