105 lines
1.7 KiB
Plaintext
105 lines
1.7 KiB
Plaintext
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run"
|
|
],
|
|
"name": "PlatformIO",
|
|
"variants":
|
|
[
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run"
|
|
],
|
|
"name": "Build"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run",
|
|
"--target",
|
|
"clean"
|
|
],
|
|
"name": "Clean"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"test"
|
|
],
|
|
"name": "Test"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run",
|
|
"--target",
|
|
"upload"
|
|
],
|
|
"name": "Upload"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run",
|
|
"--target",
|
|
"program"
|
|
],
|
|
"name": "Upload using Programmer"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"run",
|
|
"--target",
|
|
"uploadfs"
|
|
],
|
|
"name": "Upload SPIFFS image"
|
|
},
|
|
{
|
|
"cmd":
|
|
[
|
|
"platformio",
|
|
"-f", "-c", "sublimetext",
|
|
"update"
|
|
],
|
|
"name": "Update platforms and libraries"
|
|
}
|
|
],
|
|
"working_dir": "${project_path:${folder}}",
|
|
"selector": "source.c, source.c++",
|
|
"path": "/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl"
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"sublimegdb_workingdir": "/home/phillipk/Code/Robotik",
|
|
"sublimegdb_exec_cmd": "-exec-continue",
|
|
"sublimegdb_commandline": "/usr/bin/platformio -f -c sublimetext debug --interface=gdb --interpreter=mi -x .pioinit"
|
|
|
|
}
|
|
}
|