mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
155 lines
2.3 KiB
Plaintext
155 lines
2.3 KiB
Plaintext
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"cmd":
|
|
[
|
|
"make"
|
|
],
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
"name": "PX4: make all",
|
|
"shell": true,
|
|
"working_dir": "${project_path}"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"make upload px4fmu-v2_default -j8"
|
|
],
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
"name": "PX4: make and upload",
|
|
"shell": true,
|
|
"working_dir": "${project_path}"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"make posix"
|
|
],
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
"name": "PX4: make posix",
|
|
"shell": true,
|
|
"working_dir": "${project_path}"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"make upload mindpx-v2_default -j8"
|
|
],
|
|
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
|
|
"name": "MindPX_V2: make and upload",
|
|
"shell": true,
|
|
"working_dir": "${project_path}"
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"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"
|
|
],
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "build_posix_sitl_default"
|
|
},
|
|
{
|
|
"path": "build_px4fmu-v2_default"
|
|
},
|
|
{
|
|
"path": "build_px4fmu-v4_default"
|
|
},
|
|
{
|
|
"path": "cmake"
|
|
},
|
|
{
|
|
"path": "Debug"
|
|
},
|
|
{
|
|
"path": "Documentation"
|
|
},
|
|
{
|
|
"path": "Images"
|
|
},
|
|
{
|
|
"path": "integrationtests"
|
|
},
|
|
{
|
|
"path": "launch"
|
|
},
|
|
{
|
|
"path": "mavlink"
|
|
},
|
|
{
|
|
"path": "misc"
|
|
},
|
|
{
|
|
"path": "msg"
|
|
},
|
|
{
|
|
"path": "NuttX"
|
|
},
|
|
{
|
|
"path": "nuttx-configs"
|
|
},
|
|
{
|
|
"path": "posix-configs"
|
|
},
|
|
{
|
|
"path": "ROMFS"
|
|
},
|
|
{
|
|
"path": "src"
|
|
},
|
|
{
|
|
"path": "test_data"
|
|
},
|
|
{
|
|
"path": "Tools"
|
|
},
|
|
{
|
|
"path": "unittests"
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"AStyleFormatter":
|
|
{
|
|
"options_c":
|
|
{
|
|
"additional_options_file": "${project_path}/Tools/astylerc",
|
|
"use_only_additional_options": true
|
|
},
|
|
"options_c++":
|
|
{
|
|
"additional_options_file": "${project_path}/Tools/astylerc",
|
|
"use_only_additional_options": true
|
|
}
|
|
},
|
|
"highlight_line": true,
|
|
"tab_size": 8,
|
|
"translate_tabs_to_spaces": false
|
|
}
|
|
}
|