@@ -203,7 +203,7 @@ const TOOLS_TREE = [
203203 } ,
204204
205205 {
206- title : "boards " ,
206+ title : "definitions " ,
207207 children : [
208208 {
209209 title : "list boards" ,
@@ -220,26 +220,39 @@ const TOOLS_TREE = [
220220 ] ,
221221 } ,
222222
223+ {
224+ title : "devices" ,
225+ children : [
226+ {
227+ title : "scan usb" ,
228+ tooltip : "List USB devices" ,
229+ id : "apio.devicesListUsb" ,
230+ action : { cmds : [ "{apio-bin} devices scan-usb" ] } ,
231+ } ,
232+
233+ {
234+ title : "scan serial" ,
235+ tooltip : "List serial devices" ,
236+ id : "apio.devicesListSerial" ,
237+ action : { cmds : [ "{apio-bin} devices scan-serial" ] } ,
238+ } ,
239+ ] ,
240+ } ,
241+
223242 {
224243 title : "drivers" ,
225244 children : [
226245 {
227- title : "FTDI " ,
246+ title : "ftdi " ,
228247 children : [
229248 {
230- title : "list devices" ,
231- tooltip : "List USB devices" ,
232- id : "apio.devicesListUsb" ,
233- action : { cmds : [ "{apio-bin} devices usb" ] } ,
234- } ,
235- {
236- title : "install driver" ,
249+ title : "install" ,
237250 tooltip : "Install FTDI driver for your board" ,
238251 id : "apio.driversInstallFtdi" ,
239252 action : { cmds : [ "{apio-bin} drivers install ftdi" ] } ,
240253 } ,
241254 {
242- title : "uninstall driver " ,
255+ title : "uninstall" ,
243256 tooltip : "Uninstall the FTDI driver" ,
244257 id : "apio.driversUninstallFtdi" ,
245258 action : { cmds : [ "{apio-bin} drivers uninstall ftdi" ] } ,
@@ -250,19 +263,13 @@ const TOOLS_TREE = [
250263 title : "serial" ,
251264 children : [
252265 {
253- title : "list devices" ,
254- tooltip : "List serial devices" ,
255- id : "apio.devicesListSerial" ,
256- action : { cmds : [ "{apio-bin} devices serial" ] } ,
257- } ,
258- {
259- title : "install driver" ,
266+ title : "install" ,
260267 tooltip : "Install serial driver for your board" ,
261268 id : "apio.driversInstallSerial" ,
262269 action : { cmds : [ "{apio-bin} drivers install serial" ] } ,
263270 } ,
264271 {
265- title : "uninstall driver " ,
272+ title : "uninstall" ,
266273 tooltip : "Uninstall the serial driver" ,
267274 id : "apio.driversUninstallSerial" ,
268275 action : { cmds : [ "{apio-bin} drivers uninstall serial" ] } ,
0 commit comments