63
63
"type" : " shell" ,
64
64
"command" : " ./fbt updater_all"
65
65
},
66
- {
67
- "label" : " [Debug] Flash (USB, w/o resources)" ,
68
- "group" : " build" ,
69
- "type" : " shell" ,
70
- "command" : " ./fbt FORCE=1 flash_usb"
71
- },
72
66
{
73
67
"label" : " [Release] Flash (USB, w/o resources)" ,
74
68
"group" : " build" ,
75
69
"type" : " shell" ,
76
70
"command" : " ./fbt COMPACT=1 DEBUG=0 FORCE=1 flash_usb"
77
71
},
78
72
{
79
- "label" : " [Debug:unit_tests ] Flash (USB)" ,
73
+ "label" : " [Debug] Flash (USB, w/o resources )" ,
80
74
"group" : " build" ,
81
75
"type" : " shell" ,
82
- "command" : " ./fbt FIRMWARE_APP_SET=unit_tests FORCE=1 flash_usb_full "
76
+ "command" : " ./fbt FORCE=1 flash_usb "
83
77
},
84
78
{
85
- "label" : " [Debug] Flash (USB, with resources )" ,
79
+ "label" : " [Debug:unit_tests ] Flash (USB)" ,
86
80
"group" : " build" ,
87
81
"type" : " shell" ,
88
- "command" : " ./fbt FORCE=1 flash_usb_full"
82
+ "command" : " ./fbt FIRMWARE_APP_SET=unit_tests FORCE=1 flash_usb_full"
89
83
},
90
84
{
91
85
"label" : " [Release] Flash (USB, with resources)" ,
94
88
"command" : " ./fbt COMPACT=1 DEBUG=0 FORCE=1 flash_usb_full"
95
89
},
96
90
{
97
- "label" : " [Debug] Create PVS-Studio report " ,
91
+ "label" : " [Debug] Flash (USB, with resources) " ,
98
92
"group" : " build" ,
99
93
"type" : " shell" ,
100
- "command" : " ./fbt firmware_pvs "
94
+ "command" : " ./fbt FORCE=1 flash_usb_full "
101
95
},
102
96
{
103
- "label" : " [Debug] Build FAPs " ,
97
+ "label" : " [Debug] Create PVS-Studio report " ,
104
98
"group" : " build" ,
105
99
"type" : " shell" ,
106
- "command" : " ./fbt fap_dist "
100
+ "command" : " ./fbt firmware_pvs "
107
101
},
108
102
{
109
103
"label" : " [Release] Build FAPs" ,
112
106
"command" : " ./fbt COMPACT=1 DEBUG=0 fap_dist"
113
107
},
114
108
{
115
- "label" : " [Debug] Build App " ,
109
+ "label" : " [Debug] Build FAPs " ,
116
110
"group" : " build" ,
117
111
"type" : " shell" ,
118
- "command" : " ./fbt build APPSRC=${relativeFileDirname} "
112
+ "command" : " ./fbt fap_dist "
119
113
},
120
114
{
121
115
"label" : " [Release] Build App" ,
124
118
"command" : " ./fbt COMPACT=1 DEBUG=0 build APPSRC=${relativeFileDirname}"
125
119
},
126
120
{
127
- "label" : " [Debug] Launch App on Flipper " ,
121
+ "label" : " [Debug] Build App" ,
128
122
"group" : " build" ,
129
123
"type" : " shell" ,
130
- "command" : " ./fbt launch APPSRC=${relativeFileDirname}"
124
+ "command" : " ./fbt build APPSRC=${relativeFileDirname}"
131
125
},
132
126
{
133
127
"label" : " [Release] Launch App on Flipper" ,
134
128
"group" : " build" ,
135
129
"type" : " shell" ,
136
130
"command" : " ./fbt COMPACT=1 DEBUG=0 launch APPSRC=${relativeFileDirname}"
137
131
},
132
+ {
133
+ "label" : " [Debug] Launch App on Flipper" ,
134
+ "group" : " build" ,
135
+ "type" : " shell" ,
136
+ "command" : " ./fbt launch APPSRC=${relativeFileDirname}"
137
+ },
138
138
{
139
139
"label" : " [Debug] Launch App on Flipper with Serial Console" ,
140
140
"dependsOrder" : " sequence" ,
145
145
]
146
146
},
147
147
{
148
- "label" : " [Debug ] Build and upload all FAPs to Flipper over USB" ,
148
+ "label" : " [Release ] Build and upload all FAPs to Flipper over USB" ,
149
149
"group" : " build" ,
150
150
"type" : " shell" ,
151
- "command" : " ./fbt fap_deploy"
151
+ "command" : " ./fbt COMPACT=1 DEBUG=0 fap_deploy"
152
152
},
153
153
{
154
- "label" : " [Release ] Build and upload all FAPs to Flipper over USB" ,
154
+ "label" : " [Debug ] Build and upload all FAPs to Flipper over USB" ,
155
155
"group" : " build" ,
156
156
"type" : " shell" ,
157
- "command" : " ./fbt COMPACT=1 DEBUG=0 fap_deploy"
157
+ "command" : " ./fbt fap_deploy"
158
158
},
159
159
{
160
160
// Press Ctrl+] to quit
180
180
}
181
181
}
182
182
]
183
- }
183
+ }
0 commit comments