vscode: add DM1701 build target
This commit is contained in:
parent
024a18588d
commit
6aecd2b727
|
|
@ -44,6 +44,15 @@
|
||||||
"setup arm build",
|
"setup arm build",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"label": "build Baofeng DM1701",
|
||||||
|
"type": "shell",
|
||||||
|
"command": "meson compile -C build_arm openrtx_dm1701",
|
||||||
|
"dependsOrder": "sequence",
|
||||||
|
"dependsOn": [
|
||||||
|
"setup arm build",
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "build Baofeng DM1801",
|
"label": "build Baofeng DM1801",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue