Subversion Repositories Tronxy-X3A-Marlin

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 ron 1
[
2
 
3
    {
4
        "caption": "Auto Build",
5
        "children": [
6
            {
7
                "caption": "PIO Build",
8
                "command": "webdevshell",
9
                "args": {
10
                    "command": "python buildroot/share/atom/auto_build.py build"
11
                }
12
            },
13
            {
14
                "caption": "PIO Clean",
15
                "command": "webdevshell",
16
                "args": {
17
                    "command": "python buildroot/share/atom/auto_build.py clean"
18
                }
19
            },
20
            {
21
                "caption": "PIO Upload",
22
                "command": "webdevshell",
23
                "args": {
24
                    "command": "python buildroot/share/atom/auto_build.py  upload"
25
                }
26
            },
27
            {
28
                "caption": "PIO Upload (traceback)",
29
                "command": "webdevshell",
30
                "args": {
31
                    "command": "python buildroot/share/atom/auto_build.py  traceback"
32
                }
33
            },
34
            {
35
                "caption": "PIO Upload using Programmer",
36
                "command": "webdevshell",
37
                "args": {
38
                    "command": "python buildroot/share/atom/auto_build.py  program"
39
                }
40
            },
41
            {
42
                "caption": "PIO Test",
43
                "command": "webdevshell",
44
                "args": {
45
                    "command": "python buildroot/share/atom/auto_build.py  test"
46
                }
47
            },
48
            {
49
                "caption": "PIO Debug",
50
                "command": "webdevshell",
51
                "args": {
52
                    "command": "python buildroot/share/atom/auto_build.py  debug"
53
                }
54
            },
55
            {
56
                "caption": "PIO Remote",
57
                "command": "webdevshell",
58
                "args": {
59
                    "command": "python buildroot/share/atom/auto_build.py  remote"
60
                }
61
            }
62
        ],
63
        "id": "AutoBuild",
64
        "mnemonic": "A"
65
    }
66
]