Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-cli
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Operations
Operations
Metrics
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-cli
Commits
3775f511
Unverified
Commit
3775f511
authored
Jul 23, 2020
by
Cristian Maglie
Committed by
GitHub
Jul 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[skip changelog] Removed useless Compile.programmer parameter from GRPC interface (#862)
parent
3d74a8f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
40 deletions
+30
-40
rpc/commands/compile.pb.go
rpc/commands/compile.pb.go
+30
-39
rpc/commands/compile.proto
rpc/commands/compile.proto
+0
-1
No files found.
rpc/commands/compile.pb.go
View file @
3775f511
...
...
@@ -39,7 +39,6 @@ type CompileReq struct {
OptimizeForDebug
bool
`protobuf:"varint,16,opt,name=optimizeForDebug,proto3" json:"optimizeForDebug,omitempty"`
DryRun
bool
`protobuf:"varint,17,opt,name=dryRun,proto3" json:"dryRun,omitempty"`
ExportDir
string
`protobuf:"bytes,18,opt,name=export_dir,json=exportDir,proto3" json:"export_dir,omitempty"`
Programmer
string
`protobuf:"bytes,19,opt,name=programmer,proto3" json:"programmer,omitempty"`
XXX_NoUnkeyedLiteral
struct
{}
`json:"-"`
XXX_unrecognized
[]
byte
`json:"-"`
XXX_sizecache
int32
`json:"-"`
...
...
@@ -197,13 +196,6 @@ func (m *CompileReq) GetExportDir() string {
return
""
}
func
(
m
*
CompileReq
)
GetProgrammer
()
string
{
if
m
!=
nil
{
return
m
.
Programmer
}
return
""
}
type
CompileResp
struct
{
OutStream
[]
byte
`protobuf:"bytes,1,opt,name=out_stream,json=outStream,proto3" json:"out_stream,omitempty"`
ErrStream
[]
byte
`protobuf:"bytes,2,opt,name=err_stream,json=errStream,proto3" json:"err_stream,omitempty"`
...
...
@@ -259,35 +251,34 @@ func init() {
func
init
()
{
proto
.
RegisterFile
(
"commands/compile.proto"
,
fileDescriptor_86bc582849c76c3d
)
}
var
fileDescriptor_86bc582849c76c3d
=
[]
byte
{
// 467 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x74
,
0x92
,
0xc1
,
0x6f
,
0xd3
,
0x30
,
0x14
,
0xc6
,
0x95
,
0xad
,
0xed
,
0xda
,
0xd7
,
0xb1
,
0x0d
,
0x03
,
0xc3
,
0x9a
,
0x00
,
0x85
,
0x1e
,
0x50
,
0x04
,
0x5a
,
0x2a
,
0xc1
,
0x99
,
0xcb
,
0x36
,
0x4d
,
0x42
,
0x5c
,
0xaa
,
0x70
,
0xe3
,
0x32
,
0x25
,
0xce
,
0xa3
,
0x31
,
0x24
,
0x71
,
0xfa
,
0xec
,
0x6c
,
0xc0
,
0xdf
,
0xcd
,
0x1f
,
0x80
,
0xf2
,
0xdc
,
0xb4
,
0x55
,
0x11
,
0xa7
,
0xf8
,
0xfd
,
0xde
,
0xe7
,
0xcf
,
0x5f
,
0xec
,
0x07
,
0xe7
,
0xca
,
0x54
,
0x55
,
0x5a
,
0xe7
,
0x76
,
0xae
,
0x4c
,
0xd5
,
0xe8
,
0x12
,
0xe3
,
0x86
,
0x8c
,
0x33
,
0xe2
,
0xb9
,
0x52
,
0x71
,
0x4a
,
0x79
,
0xab
,
0x6b
,
0x13
,
0xab
,
0x52
,
0xc7
,
0xbd
,
0xec
,
0xe2
,
0xd9
,
0xee
,
0x86
,
0xca
,
0xd4
,
0x5e
,
0x3f
,
0xfb
,
0x33
,
0x00
,
0xb8
,
0xf6
,
0x0e
,
0x09
,
0xae
,
0xc4
,
0x47
,
0x18
,
0xeb
,
0xda
,
0xba
,
0xb4
,
0x56
,
0x28
,
0x83
,
0x30
,
0x88
,
0xa6
,
0xef
,
0x5f
,
0xc7
,
0xff
,
0x71
,
0x8c
,
0x3f
,
0xad
,
0x85
,
0xc9
,
0x66
,
0x8b
,
0x10
,
0x30
,
0xf8
,
0xb6
,
0xca
,
0x6a
,
0x79
,
0x10
,
0x06
,
0xd1
,
0x24
,
0xe1
,
0xb5
,
0x78
,
0x05
,
0x60
,
0x7f
,
0xa0
,
0x53
,
0xc5
,
0x22
,
0x75
,
0x85
,
0x3c
,
0xe4
,
0xce
,
0x0e
,
0x11
,
0x6f
,
0xe0
,
0xc4
,
0x16
,
0xe6
,
0x61
,
0x41
,
0xa6
,
0x41
,
0x72
,
0x1a
,
0xad
,
0x1c
,
0x84
,
0x41
,
0x34
,
0x4e
,
0xf6
,
0x68
,
0xe7
,
0xd3
,
0x10
,
0x36
,
0x64
,
0x14
,
0x5a
,
0x2b
,
0x87
,
0xac
,
0xd9
,
0x21
,
0x9d
,
0x4f
,
0xd6
,
0xea
,
0x32
,
0xbf
,
0x4e
,
0x55
,
0x81
,
0x7c
,
0xd6
,
0x88
,
0xcf
,
0xda
,
0xa3
,
0xe2
,
0x05
,
0x4c
,
0x98
,
0xb0
,
0xe4
,
0x88
,
0x25
,
0x5b
,
0x20
,
0x22
,
0x38
,
0xf5
,
0xc5
,
0x36
,
0xce
,
0x38
,
0x3c
,
0x8c
,
0x26
,
0xc9
,
0x3e
,
0x16
,
0x17
,
0x30
,
0x7e
,
0x48
,
0xa9
,
0xd6
,
0xf5
,
0xd2
,
0xca
,
0x09
,
0xdb
,
0x6c
,
0x6a
,
0x21
,
0xe1
,
0xe8
,
0x1e
,
0x29
,
0x33
,
0x16
,
0x25
,
0x70
,
0xd0
,
0xbe
,
0x14
,
0x4f
,
0x61
,
0xb8
,
0x6a
,
0x35
,
0x3a
,
0x39
,
0x65
,
0xee
,
0x0b
,
0x71
,
0x0e
,
0xa3
,
0x7b
,
0x9d
,
0x2f
,
0x74
,
0x2e
,
0x8f
,
0xd9
,
0x69
,
0x5d
,
0x89
,
0x19
,
0x00
,
0xfe
,
0x6c
,
0x0c
,
0xb9
,
0x5b
,
0x5d
,
0xa2
,
0x7c
,
0xd4
,
0xf5
,
0xae
,
0x0e
,
0x64
,
0x90
,
0xec
,
0xd0
,
0xee
,
0xce
,
0xbf
,
0x9b
,
0xcc
,
0xca
,
0x93
,
0x30
,
0x88
,
0x86
,
0x09
,
0xaf
,
0xbb
,
0x7f
,
0x2c
,
0x75
,
0x46
,
0x29
,
0x75
,
0xf9
,
0x4f
,
0x39
,
0xff
,
0x16
,
0x88
,
0xb7
,
0x70
,
0x66
,
0x1a
,
0xa7
,
0x2b
,
0xfd
,
0x1b
,
0x6f
,
0x0d
,
0xdd
,
0x60
,
0xd6
,
0x2e
,
0xe5
,
0x19
,
0xc7
,
0xf9
,
0x87
,
0x77
,
0xc9
,
0x72
,
0xfa
,
0x95
,
0xb4
,
0xb5
,
0x7c
,
0xcc
,
0x8a
,
0x75
,
0x25
,
0x5e
,
0xf6
,
0xc9
,
0xee
,
0x72
,
0x4d
,
0x52
,
0xf8
,
0x6b
,
0xf4
,
0xe4
,
0x46
,
0x93
,
0x7f
,
0x2c
,
0xb3
,
0xa4
,
0xb4
,
0xaa
,
0x90
,
0xe4
,
0x13
,
0xff
,
0xe8
,
0x5b
,
0x32
,
0xfb
,
0x0c
,
0xd3
,
0xcd
,
0xd4
,
0xd9
,
0xa6
,
0x73
,
0x33
,
0xad
,
0xbb
,
0xb3
,
0x8e
,
0x30
,
0xad
,
0x78
,
0xf0
,
0x8e
,
0x93
,
0x89
,
0x69
,
0xdd
,
0x17
,
0x06
,
0x7c
,
0x18
,
0x51
,
0xdf
,
0x3e
,
0xf0
,
0x6d
,
0x24
,
0xf2
,
0xed
,
0xab
,
0xcb
,
0xaf
,
0xef
,
0x96
,
0xda
,
0x15
,
0x6d
,
0xd6
,
0xcd
,
0xe6
,
0x7c
,
0x3d
,
0xab
,
0xfd
,
0xf7
,
0x52
,
0x95
,
0x7a
,
0x4e
,
0x8d
,
0x9a
,
0xf7
,
0x73
,
0x9b
,
0x8d
,
0x78
,
0xf2
,
0x3f
,
0xfc
,
0x0d
,
0x00
,
0x00
,
0xff
,
0xff
,
0x91
,
0xad
,
0xf5
,
0x19
,
0x43
,
0x03
,
0x00
,
0x00
,
// 453 bytes of a gzipped FileDescriptorProto
0x1f
,
0x8b
,
0x08
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x02
,
0xff
,
0x74
,
0x92
,
0x41
,
0x6f
,
0xd3
,
0x40
,
0x10
,
0x85
,
0xe5
,
0x34
,
0x49
,
0xe3
,
0x49
,
0x69
,
0xcb
,
0x0a
,
0xca
,
0xaa
,
0x02
,
0x64
,
0x72
,
0x40
,
0x16
,
0xa8
,
0x8e
,
0x04
,
0x67
,
0x2e
,
0x6d
,
0x55
,
0x09
,
0x71
,
0x89
,
0xcc
,
0x8d
,
0x4b
,
0x65
,
0xaf
,
0x97
,
0x78
,
0xc0
,
0xf6
,
0x3a
,
0xb3
,
0xeb
,
0x06
,
0xf8
,
0x9d
,
0xfc
,
0x20
,
0xe4
,
0x71
,
0x9c
,
0x44
,
0x41
,
0x3d
,
0xc5
,
0xf3
,
0xcd
,
0xdb
,
0xb7
,
0x2f
,
0xab
,
0x07
,
0x17
,
0xca
,
0x94
,
0x65
,
0x52
,
0x65
,
0x76
,
0xae
,
0x4c
,
0x59
,
0x63
,
0xa1
,
0xa3
,
0x9a
,
0x8c
,
0x33
,
0xe2
,
0x85
,
0x52
,
0x51
,
0x42
,
0x59
,
0x83
,
0x95
,
0x89
,
0x54
,
0x81
,
0x51
,
0x2f
,
0xbb
,
0x7c
,
0xbe
,
0x7f
,
0xa0
,
0x34
,
0x55
,
0xa7
,
0x9f
,
0xfd
,
0x1d
,
0x02
,
0xdc
,
0x74
,
0x0e
,
0xb1
,
0x5e
,
0x89
,
0x4f
,
0x30
,
0xc1
,
0xca
,
0xba
,
0xa4
,
0x52
,
0x5a
,
0x7a
,
0x81
,
0x17
,
0x4e
,
0x3f
,
0xbc
,
0x89
,
0x1e
,
0x71
,
0x8c
,
0x3e
,
0x6f
,
0x84
,
0xf1
,
0xf6
,
0x88
,
0x10
,
0x30
,
0xfc
,
0xbe
,
0x4a
,
0x2b
,
0x39
,
0x08
,
0xbc
,
0xd0
,
0x8f
,
0xf9
,
0x5b
,
0xbc
,
0x06
,
0xb0
,
0x3f
,
0xb5
,
0x53
,
0xf9
,
0x22
,
0x71
,
0xb9
,
0x3c
,
0xe2
,
0xcd
,
0x1e
,
0x11
,
0x6f
,
0xe1
,
0xd4
,
0xe6
,
0x66
,
0xbd
,
0x20
,
0x53
,
0x6b
,
0x72
,
0xa8
,
0xad
,
0x1c
,
0x06
,
0x5e
,
0x38
,
0x89
,
0x0f
,
0x68
,
0xeb
,
0x53
,
0x93
,
0xae
,
0xc9
,
0x28
,
0x6d
,
0xad
,
0x1c
,
0xb1
,
0x66
,
0x8f
,
0xb4
,
0x3e
,
0x69
,
0x83
,
0x45
,
0x76
,
0x93
,
0xa8
,
0x5c
,
0xf3
,
0x5d
,
0x63
,
0xbe
,
0xeb
,
0x80
,
0x8a
,
0x97
,
0xe0
,
0x33
,
0x61
,
0xc9
,
0x31
,
0x4b
,
0x76
,
0x40
,
0x84
,
0x70
,
0xd6
,
0x0d
,
0xbb
,
0x38
,
0x93
,
0xe0
,
0x28
,
0xf4
,
0xe3
,
0x43
,
0x2c
,
0x2e
,
0x61
,
0xb2
,
0x4e
,
0xa8
,
0xc2
,
0x6a
,
0x69
,
0xa5
,
0xcf
,
0x36
,
0xdb
,
0x59
,
0x48
,
0x38
,
0x7e
,
0xd0
,
0x94
,
0x1a
,
0xab
,
0x25
,
0x70
,
0xd0
,
0x7e
,
0x14
,
0xcf
,
0x60
,
0xb4
,
0x6a
,
0x50
,
0x3b
,
0x39
,
0x65
,
0xde
,
0x0d
,
0xe2
,
0x02
,
0xc6
,
0x0f
,
0x98
,
0x2d
,
0x30
,
0x93
,
0x27
,
0xec
,
0xb4
,
0x99
,
0xc4
,
0x0c
,
0x40
,
0xff
,
0xaa
,
0x0d
,
0xb9
,
0x3b
,
0x2c
,
0xb4
,
0x7c
,
0xd2
,
0xee
,
0xae
,
0x07
,
0xd2
,
0x8b
,
0xf7
,
0x68
,
0xfb
,
0xe6
,
0x3f
,
0x4c
,
0x6a
,
0xe5
,
0x69
,
0xe0
,
0x85
,
0xa3
,
0x98
,
0xbf
,
0xdb
,
0xff
,
0x58
,
0x60
,
0x4a
,
0x09
,
0xb5
,
0xf9
,
0xcf
,
0x38
,
0xff
,
0x0e
,
0x88
,
0x77
,
0x70
,
0x6e
,
0x6a
,
0x87
,
0x25
,
0xfe
,
0xd1
,
0x77
,
0x86
,
0x6e
,
0x75
,
0xda
,
0x2c
,
0xe5
,
0x39
,
0xc7
,
0xf9
,
0x8f
,
0xb7
,
0xc9
,
0x32
,
0xfa
,
0x1d
,
0x37
,
0x95
,
0x7c
,
0xca
,
0x8a
,
0xcd
,
0x24
,
0x5e
,
0xf5
,
0xc9
,
0xee
,
0x33
,
0x24
,
0x29
,
0xba
,
0x67
,
0xec
,
0xc8
,
0x2d
,
0xd2
,
0xec
,
0x0b
,
0x4c
,
0xb7
,
0xad
,
0xb2
,
0x75
,
0xab
,
0x36
,
0x8d
,
0xbb
,
0xb7
,
0x8e
,
0x74
,
0x52
,
0x72
,
0xb1
,
0x4e
,
0x62
,
0xdf
,
0x34
,
0xee
,
0x2b
,
0x03
,
0x36
,
0x23
,
0xea
,
0xd7
,
0x83
,
0x6e
,
0xad
,
0x89
,
0xba
,
0xf5
,
0xf5
,
0xd5
,
0xb7
,
0xf7
,
0x4b
,
0x74
,
0x79
,
0x93
,
0xb6
,
0xdd
,
0x9b
,
0x6f
,
0xba
,
0xd8
,
0xff
,
0x5e
,
0xa9
,
0x02
,
0xe7
,
0x54
,
0xab
,
0x79
,
0xdf
,
0xcb
,
0x74
,
0xcc
,
0xcd
,
0xfe
,
0xf8
,
0x2f
,
0x00
,
0x00
,
0xff
,
0xff
,
0x40
,
0x39
,
0x20
,
0x0a
,
0x23
,
0x03
,
0x00
,
0x00
,
}
rpc/commands/compile.proto
View file @
3775f511
...
...
@@ -40,7 +40,6 @@ message CompileReq {
bool
optimizeForDebug
=
16
;
// Optimize compile output for debug, not for release.
bool
dryRun
=
17
;
// When set to `true` the compiled binary will not be copied to the export directory.
string
export_dir
=
18
;
// Optional: save the build artifacts in this directory, the directory must exist.
string
programmer
=
19
;
// External programmer for upload
}
message
CompileResp
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment