Commit 642ce2e
File tree
Expand file treeCollapse file tree
14 files changed
+404
-295
lines changedFilter options
- commands
- internal/cli
- burnbootloader
- debug
- upload
- rpc/cc/arduino/cli/commands/v1
Expand file treeCollapse file tree
14 files changed
+404
-295
lines changedcommands/service_debug_config.go
Copy file name to clipboardExpand all lines: commands/service_debug_config.go+16-7Lines changed: 16 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
58 |
| - |
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
| ||
202 | 204 |
|
203 | 205 |
|
204 | 206 |
|
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
205 | 214 |
|
206 | 215 |
|
207 | 216 |
|
|
+21-10Lines changed: 21 additions & 10 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
| 208 | + |
208 | 209 |
|
209 | 210 |
|
210 | 211 |
|
| ||
246 | 247 |
|
247 | 248 |
|
248 | 249 |
|
249 |
| - |
250 |
| - |
251 |
| - |
252 |
| - |
253 |
| - |
254 |
| - |
255 |
| - |
256 |
| - |
257 |
| - |
258 |
| - |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
| 258 | + |
| 259 | + |
| 260 | + |
| 261 | + |
259 | 262 |
|
260 | 263 |
|
261 | 264 |
|
| ||
266 | 269 |
|
267 | 270 |
|
268 | 271 |
|
| 272 | + |
269 | 273 |
|
270 | 274 |
|
271 | 275 |
|
| ||
377 | 381 |
|
378 | 382 |
|
379 | 383 |
|
| 384 | + |
| 385 | + |
| 386 | + |
| 387 | + |
| 388 | + |
| 389 | + |
| 390 | + |
380 | 391 |
|
381 | 392 |
|
382 | 393 |
|
|
commands/service_upload_burnbootloader.go
Copy file name to clipboardExpand all lines: commands/service_upload_burnbootloader.go+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
88 | 88 |
|
89 | 89 |
|
90 | 90 |
|
| 91 | + |
91 | 92 |
|
92 | 93 |
|
93 | 94 |
|
|
commands/service_upload_test.go
Copy file name to clipboardExpand all lines: commands/service_upload_test.go+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
| 205 | + |
205 | 206 |
|
206 | 207 |
|
207 | 208 |
|
|
internal/cli/burnbootloader/burnbootloader.go
Copy file name to clipboardExpand all lines: internal/cli/burnbootloader/burnbootloader.go+17-14Lines changed: 17 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
32 | 32 |
|
33 | 33 |
|
34 | 34 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 |
| - |
41 |
| - |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
| 60 | + |
| 61 | + |
60 | 62 |
|
61 | 63 |
|
62 | 64 |
|
| ||
79 | 81 |
|
80 | 82 |
|
81 | 83 |
|
82 |
| - |
83 |
| - |
84 |
| - |
85 |
| - |
86 |
| - |
87 |
| - |
88 |
| - |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
89 | 92 |
|
90 | 93 |
|
91 | 94 |
|
|
internal/cli/debug/debug.go
Copy file name to clipboardExpand all lines: internal/cli/debug/debug.go+21-16Lines changed: 21 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| ||
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
57 |
| - |
| 58 | + |
58 | 59 |
|
59 | 60 |
|
60 | 61 |
|
| ||
66 | 67 |
|
67 | 68 |
|
68 | 69 |
|
| 70 | + |
| 71 | + |
69 | 72 |
|
70 | 73 |
|
71 | 74 |
|
72 | 75 |
|
73 | 76 |
|
74 |
| - |
| 77 | + |
| 78 | + |
75 | 79 |
|
76 | 80 |
|
77 | 81 |
|
| ||
111 | 115 |
|
112 | 116 |
|
113 | 117 |
|
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
121 | 126 |
|
122 | 127 |
|
123 | 128 |
|
|
internal/cli/debug/debug_check.go
Copy file name to clipboardExpand all lines: internal/cli/debug/debug_check.go+17-11Lines changed: 17 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
44 |
| - |
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
| 52 | + |
| 53 | + |
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
54 |
| - |
| 57 | + |
| 58 | + |
| 59 | + |
55 | 60 |
|
56 | 61 |
|
57 | 62 |
|
| ||
61 | 66 |
|
62 | 67 |
|
63 | 68 |
|
64 |
| - |
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
69 | 75 |
|
70 | 76 |
|
71 | 77 |
|
|
internal/cli/upload/upload.go
Copy file name to clipboardExpand all lines: internal/cli/upload/upload.go+24-21Lines changed: 24 additions & 21 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
39 |
| - |
40 |
| - |
41 |
| - |
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
49 | 49 |
|
50 | 50 |
|
51 | 51 |
|
| ||
72 | 72 |
|
73 | 73 |
|
74 | 74 |
|
| 75 | + |
| 76 | + |
75 | 77 |
|
76 | 78 |
|
77 | 79 |
|
| ||
185 | 187 |
|
186 | 188 |
|
187 | 189 |
|
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
199 | 202 |
|
200 | 203 |
|
201 | 204 |
|
|
rpc/cc/arduino/cli/commands/v1/compile.pb.go
Copy file name to clipboardExpand all lines: rpc/cc/arduino/cli/commands/v1/compile.pb.go+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
rpc/cc/arduino/cli/commands/v1/compile.proto
Copy file name to clipboardExpand all lines: rpc/cc/arduino/cli/commands/v1/compile.proto+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
| 45 | + |
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
|
0 commit comments