From 6a33075f9993bd84e24f377d271c3ef18e581c18 Mon Sep 17 00:00:00 2001 From: rsora Date: Thu, 7 May 2020 14:00:55 +0200 Subject: [PATCH] Remove unused Tools struct in boards.proto --- rpc/commands/board.pb.go | 220 ++++++++++++++------------------------- rpc/commands/board.proto | 9 +- 2 files changed, 78 insertions(+), 151 deletions(-) diff --git a/rpc/commands/board.pb.go b/rpc/commands/board.pb.go index 7da990db9af..badce0f6c03 100644 --- a/rpc/commands/board.pb.go +++ b/rpc/commands/board.pb.go @@ -79,8 +79,7 @@ type BoardDetailsResp struct { Platform *BoardPlatform `protobuf:"bytes,9,opt,name=platform,proto3" json:"platform,omitempty"` ToolsDependencies []*ToolsDependencies `protobuf:"bytes,10,rep,name=toolsDependencies,proto3" json:"toolsDependencies,omitempty"` ConfigOptions []*ConfigOption `protobuf:"bytes,11,rep,name=config_options,json=configOptions,proto3" json:"config_options,omitempty"` - XTools []*Tool `protobuf:"bytes,12,rep,name=_tools,json=Tools,proto3" json:"_tools,omitempty"` - IdentificationPref []*IdentificationPref `protobuf:"bytes,13,rep,name=identification_pref,json=identificationPref,proto3" json:"identification_pref,omitempty"` + IdentificationPref []*IdentificationPref `protobuf:"bytes,12,rep,name=identification_pref,json=identificationPref,proto3" json:"identification_pref,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -188,13 +187,6 @@ func (m *BoardDetailsResp) GetConfigOptions() []*ConfigOption { return nil } -func (m *BoardDetailsResp) GetXTools() []*Tool { - if m != nil { - return m.XTools - } - return nil -} - func (m *BoardDetailsResp) GetIdentificationPref() []*IdentificationPref { if m != nil { return m.IdentificationPref @@ -737,61 +729,6 @@ func (m *ConfigValue) GetSelected() bool { return false } -type Tool struct { - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` - Packager string `protobuf:"bytes,3,opt,name=packager,proto3" json:"packager,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Tool) Reset() { *m = Tool{} } -func (m *Tool) String() string { return proto.CompactTextString(m) } -func (*Tool) ProtoMessage() {} -func (*Tool) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{11} -} - -func (m *Tool) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Tool.Unmarshal(m, b) -} -func (m *Tool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Tool.Marshal(b, m, deterministic) -} -func (m *Tool) XXX_Merge(src proto.Message) { - xxx_messageInfo_Tool.Merge(m, src) -} -func (m *Tool) XXX_Size() int { - return xxx_messageInfo_Tool.Size(m) -} -func (m *Tool) XXX_DiscardUnknown() { - xxx_messageInfo_Tool.DiscardUnknown(m) -} - -var xxx_messageInfo_Tool proto.InternalMessageInfo - -func (m *Tool) GetName() string { - if m != nil { - return m.Name - } - return "" -} - -func (m *Tool) GetVersion() string { - if m != nil { - return m.Version - } - return "" -} - -func (m *Tool) GetPackager() string { - if m != nil { - return m.Packager - } - return "" -} - type BoardAttachReq struct { Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` BoardUri string `protobuf:"bytes,2,opt,name=board_uri,json=boardUri,proto3" json:"board_uri,omitempty"` @@ -806,7 +743,7 @@ func (m *BoardAttachReq) Reset() { *m = BoardAttachReq{} } func (m *BoardAttachReq) String() string { return proto.CompactTextString(m) } func (*BoardAttachReq) ProtoMessage() {} func (*BoardAttachReq) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{12} + return fileDescriptor_0882eeddaa6507ab, []int{11} } func (m *BoardAttachReq) XXX_Unmarshal(b []byte) error { @@ -866,7 +803,7 @@ func (m *BoardAttachResp) Reset() { *m = BoardAttachResp{} } func (m *BoardAttachResp) String() string { return proto.CompactTextString(m) } func (*BoardAttachResp) ProtoMessage() {} func (*BoardAttachResp) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{13} + return fileDescriptor_0882eeddaa6507ab, []int{12} } func (m *BoardAttachResp) XXX_Unmarshal(b []byte) error { @@ -905,7 +842,7 @@ func (m *BoardListReq) Reset() { *m = BoardListReq{} } func (m *BoardListReq) String() string { return proto.CompactTextString(m) } func (*BoardListReq) ProtoMessage() {} func (*BoardListReq) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{14} + return fileDescriptor_0882eeddaa6507ab, []int{13} } func (m *BoardListReq) XXX_Unmarshal(b []byte) error { @@ -944,7 +881,7 @@ func (m *BoardListResp) Reset() { *m = BoardListResp{} } func (m *BoardListResp) String() string { return proto.CompactTextString(m) } func (*BoardListResp) ProtoMessage() {} func (*BoardListResp) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{15} + return fileDescriptor_0882eeddaa6507ab, []int{14} } func (m *BoardListResp) XXX_Unmarshal(b []byte) error { @@ -986,7 +923,7 @@ func (m *DetectedPort) Reset() { *m = DetectedPort{} } func (m *DetectedPort) String() string { return proto.CompactTextString(m) } func (*DetectedPort) ProtoMessage() {} func (*DetectedPort) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{16} + return fileDescriptor_0882eeddaa6507ab, []int{15} } func (m *DetectedPort) XXX_Unmarshal(b []byte) error { @@ -1047,7 +984,7 @@ func (m *BoardListAllReq) Reset() { *m = BoardListAllReq{} } func (m *BoardListAllReq) String() string { return proto.CompactTextString(m) } func (*BoardListAllReq) ProtoMessage() {} func (*BoardListAllReq) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{17} + return fileDescriptor_0882eeddaa6507ab, []int{16} } func (m *BoardListAllReq) XXX_Unmarshal(b []byte) error { @@ -1093,7 +1030,7 @@ func (m *BoardListAllResp) Reset() { *m = BoardListAllResp{} } func (m *BoardListAllResp) String() string { return proto.CompactTextString(m) } func (*BoardListAllResp) ProtoMessage() {} func (*BoardListAllResp) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{18} + return fileDescriptor_0882eeddaa6507ab, []int{17} } func (m *BoardListAllResp) XXX_Unmarshal(b []byte) error { @@ -1133,7 +1070,7 @@ func (m *BoardListItem) Reset() { *m = BoardListItem{} } func (m *BoardListItem) String() string { return proto.CompactTextString(m) } func (*BoardListItem) ProtoMessage() {} func (*BoardListItem) Descriptor() ([]byte, []int) { - return fileDescriptor_0882eeddaa6507ab, []int{19} + return fileDescriptor_0882eeddaa6507ab, []int{18} } func (m *BoardListItem) XXX_Unmarshal(b []byte) error { @@ -1180,7 +1117,6 @@ func init() { proto.RegisterType((*Systems)(nil), "cc.arduino.cli.commands.Systems") proto.RegisterType((*ConfigOption)(nil), "cc.arduino.cli.commands.ConfigOption") proto.RegisterType((*ConfigValue)(nil), "cc.arduino.cli.commands.ConfigValue") - proto.RegisterType((*Tool)(nil), "cc.arduino.cli.commands.Tool") proto.RegisterType((*BoardAttachReq)(nil), "cc.arduino.cli.commands.BoardAttachReq") proto.RegisterType((*BoardAttachResp)(nil), "cc.arduino.cli.commands.BoardAttachResp") proto.RegisterType((*BoardListReq)(nil), "cc.arduino.cli.commands.BoardListReq") @@ -1194,74 +1130,72 @@ func init() { func init() { proto.RegisterFile("commands/board.proto", fileDescriptor_0882eeddaa6507ab) } var fileDescriptor_0882eeddaa6507ab = []byte{ - // 1094 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xeb, 0x6e, 0x1b, 0x45, - 0x14, 0xd6, 0xc6, 0xd7, 0x1c, 0xdb, 0x69, 0x3b, 0x14, 0x58, 0x05, 0x11, 0xdc, 0x15, 0x45, 0x11, - 0x51, 0x1d, 0x51, 0x2a, 0x21, 0x95, 0x8b, 0x94, 0x60, 0x55, 0xb8, 0x0a, 0xc5, 0x4c, 0x93, 0x0a, - 0x21, 0x90, 0x19, 0x8f, 0xc7, 0xf6, 0x28, 0xeb, 0x9d, 0xcd, 0xcc, 0x38, 0xa8, 0xbc, 0x00, 0xe2, - 0x11, 0x78, 0x06, 0xfe, 0xf2, 0x83, 0xb7, 0xe0, 0x8d, 0x10, 0x9a, 0xdb, 0x66, 0xdd, 0xc4, 0xa9, - 0xa0, 0xfd, 0xe5, 0x73, 0xbe, 0x3d, 0xe7, 0xcc, 0xb9, 0x7c, 0x67, 0x3c, 0x70, 0x9b, 0x8a, 0xc5, - 0x82, 0x64, 0x13, 0xb5, 0x3f, 0x16, 0x44, 0x4e, 0x7a, 0xb9, 0x14, 0x5a, 0xa0, 0xb7, 0x29, 0xed, - 0x11, 0x39, 0x59, 0xf2, 0x4c, 0xf4, 0x68, 0xca, 0x7b, 0xc1, 0x68, 0xfb, 0xcd, 0xc2, 0xdc, 0x08, - 0x22, 0x73, 0xf6, 0xc9, 0x04, 0x6e, 0x1c, 0x1a, 0xf7, 0x3e, 0xd3, 0x84, 0xa7, 0x0a, 0xb3, 0x33, - 0xf4, 0x39, 0x34, 0x79, 0xa6, 0x34, 0xc9, 0x28, 0x8b, 0xa3, 0x6e, 0xb4, 0xdb, 0xba, 0x7f, 0xa7, - 0xb7, 0x26, 0x6a, 0x6f, 0xe0, 0x0d, 0x71, 0xe1, 0x82, 0x10, 0x54, 0xa7, 0x67, 0xe3, 0x2c, 0xde, - 0xe8, 0x46, 0xbb, 0x9b, 0xd8, 0xca, 0xc9, 0x3f, 0x55, 0xb8, 0xb9, 0x7a, 0x8c, 0xca, 0x0b, 0xc3, - 0xe8, 0xc2, 0xd0, 0x60, 0x19, 0x59, 0xb0, 0xe0, 0x6c, 0x64, 0x14, 0x43, 0xe3, 0x9c, 0x49, 0xc5, - 0x45, 0x16, 0x57, 0x2c, 0x1c, 0x54, 0x94, 0x40, 0x3b, 0x97, 0x22, 0x67, 0x52, 0x73, 0xa6, 0x06, - 0x93, 0xb8, 0x6a, 0x3f, 0xaf, 0x60, 0xe8, 0x36, 0xd4, 0x48, 0xca, 0x89, 0x8a, 0x6b, 0xf6, 0xa3, - 0x53, 0xd0, 0x36, 0x34, 0xc5, 0x74, 0xca, 0x29, 0x27, 0x69, 0x5c, 0xef, 0x46, 0xbb, 0x4d, 0x5c, - 0xe8, 0xe8, 0x2d, 0xa8, 0xe7, 0x3c, 0x13, 0x4b, 0x1d, 0x37, 0xac, 0x8b, 0xd7, 0xd0, 0x43, 0x68, - 0xe4, 0x84, 0x9e, 0x92, 0x19, 0x8b, 0x9b, 0xb6, 0x2d, 0xdd, 0xb5, 0x6d, 0x19, 0x3a, 0x3b, 0x1c, - 0x1c, 0xd0, 0x21, 0x34, 0xf3, 0x94, 0xe8, 0xa9, 0x90, 0x8b, 0x78, 0xd3, 0x3a, 0x7f, 0xb0, 0xd6, - 0xd9, 0x36, 0x6a, 0xe8, 0xad, 0x71, 0xe1, 0x87, 0xbe, 0x83, 0x5b, 0x5a, 0x88, 0x54, 0xf5, 0x59, - 0xce, 0xb2, 0x09, 0xcb, 0x28, 0x67, 0x2a, 0x86, 0x6e, 0x65, 0xb7, 0x75, 0xff, 0xc3, 0xb5, 0xc1, - 0x8e, 0x5f, 0xf4, 0xc0, 0x97, 0x83, 0xa0, 0x23, 0xd8, 0xa2, 0x22, 0x9b, 0xf2, 0xd9, 0x48, 0xe4, - 0x9a, 0x8b, 0x4c, 0xc5, 0x2d, 0x1b, 0xf6, 0xee, 0xda, 0xb0, 0x5f, 0x5a, 0xf3, 0x6f, 0xac, 0x35, - 0xee, 0xd0, 0x92, 0xa6, 0xd0, 0x03, 0xa8, 0x8f, 0xec, 0x19, 0x71, 0xdb, 0x46, 0x79, 0xf7, 0xda, - 0xe4, 0x70, 0xcd, 0xa6, 0x88, 0x7e, 0x80, 0x37, 0xf8, 0x84, 0x65, 0x9a, 0x4f, 0x39, 0x25, 0x26, - 0xd0, 0x28, 0x97, 0x6c, 0x1a, 0x77, 0x6c, 0x88, 0xbd, 0xf5, 0x04, 0x5c, 0xf1, 0x19, 0x4a, 0x36, - 0xc5, 0x88, 0x5f, 0xc2, 0x92, 0xc7, 0x80, 0x2e, 0x5b, 0xa2, 0x07, 0x50, 0x5b, 0xaa, 0xf1, 0xa0, - 0xef, 0x69, 0xbe, 0xb3, 0xf6, 0x94, 0x93, 0xa7, 0x87, 0x83, 0x3e, 0x76, 0xc6, 0xc9, 0x1e, 0xd4, - 0xac, 0x8e, 0x6e, 0x42, 0xe5, 0x99, 0x77, 0xde, 0xc4, 0x46, 0x34, 0xc8, 0x70, 0xd0, 0xf7, 0xec, - 0x35, 0x62, 0xf2, 0x57, 0x04, 0x0d, 0xcf, 0x06, 0xb4, 0x03, 0xb0, 0x20, 0x3c, 0xd3, 0x84, 0x67, - 0x4c, 0x7a, 0xb7, 0x12, 0x62, 0xbc, 0x97, 0x32, 0x0d, 0xde, 0x4b, 0x99, 0x1a, 0x8f, 0x9f, 0xd9, - 0x58, 0x71, 0xcd, 0x4e, 0xf0, 0x91, 0x67, 0x7f, 0x09, 0x31, 0xe4, 0x66, 0x0b, 0xc2, 0x53, 0xcf, - 0x7c, 0xa7, 0x14, 0x4b, 0x54, 0x2b, 0x2d, 0xd1, 0x47, 0x50, 0x9d, 0xb3, 0x34, 0xb7, 0x64, 0xbf, - 0x6e, 0x24, 0x5f, 0xb1, 0x34, 0xc7, 0xd6, 0x34, 0xd9, 0x81, 0xaa, 0xd1, 0xcc, 0x3e, 0x88, 0x2c, - 0xe5, 0x19, 0xf3, 0x29, 0x7b, 0x2d, 0xf9, 0x3b, 0x82, 0xce, 0x0a, 0x57, 0xcd, 0x3e, 0x12, 0x49, - 0xe7, 0x5c, 0x33, 0xaa, 0x97, 0x32, 0xd8, 0xaf, 0x60, 0x66, 0xf3, 0x28, 0xd1, 0x6c, 0x26, 0xe4, - 0x73, 0x5f, 0x69, 0xa1, 0x87, 0x06, 0x54, 0x2e, 0x1a, 0xb0, 0x0b, 0x37, 0xac, 0xf7, 0x39, 0x7b, - 0xc4, 0x53, 0xf6, 0xc4, 0x54, 0xe5, 0x4a, 0x7d, 0x11, 0xb6, 0x71, 0xe7, 0x8c, 0x9e, 0xaa, 0xe5, - 0xc2, 0x17, 0x5e, 0xe8, 0xa6, 0x21, 0x8a, 0xff, 0xc2, 0x6c, 0xf1, 0x15, 0x6c, 0xe5, 0xa2, 0x49, - 0x8d, 0x8b, 0x26, 0x25, 0xbf, 0x47, 0x70, 0xeb, 0xd2, 0xc2, 0x98, 0xc8, 0x7e, 0x8d, 0xc3, 0xd0, - 0x0a, 0xfd, 0x3f, 0xde, 0x57, 0x0f, 0xa1, 0xa1, 0x9e, 0x2b, 0xcd, 0x16, 0x2a, 0xae, 0x5a, 0x5e, - 0xaf, 0xbf, 0x41, 0x9e, 0x3a, 0x3b, 0x1c, 0x1c, 0x92, 0xdf, 0x22, 0x68, 0x78, 0x70, 0xa5, 0xd6, - 0xe8, 0x72, 0xad, 0x73, 0xa1, 0x74, 0xc8, 0xc8, 0xc8, 0x57, 0x75, 0xb1, 0x72, 0x75, 0x17, 0xfd, - 0x04, 0xaa, 0x17, 0x13, 0x08, 0xbd, 0xab, 0x5d, 0xf4, 0x2e, 0xf9, 0x35, 0x82, 0x76, 0xf9, 0x06, - 0xb0, 0x14, 0xb1, 0x52, 0x41, 0x11, 0x87, 0xdf, 0x81, 0xb6, 0x93, 0x46, 0x29, 0x19, 0xb3, 0x40, - 0xed, 0x96, 0xc3, 0x8e, 0x0c, 0x84, 0x3e, 0x83, 0xfa, 0x39, 0x49, 0x97, 0x4c, 0xc5, 0x15, 0xdb, - 0x92, 0xf7, 0x5f, 0x72, 0xe7, 0x3c, 0x33, 0xc6, 0xd8, 0xfb, 0x24, 0x3f, 0x41, 0xab, 0x04, 0x9b, - 0x7d, 0xb0, 0x1f, 0x7c, 0x1a, 0x4e, 0x41, 0xef, 0x41, 0xcb, 0x0a, 0x2b, 0x49, 0x80, 0x85, 0x5c, - 0x0e, 0xdb, 0xd0, 0x54, 0x2c, 0x65, 0x54, 0xb3, 0x89, 0x6d, 0x4c, 0x13, 0x17, 0x7a, 0x32, 0x84, - 0xaa, 0xa1, 0x44, 0x31, 0xe9, 0xe8, 0xea, 0x49, 0x6f, 0xac, 0x4e, 0xba, 0xcc, 0x99, 0xca, 0x2a, - 0x67, 0x92, 0x3f, 0x23, 0xd8, 0xb2, 0x7b, 0x73, 0xa0, 0x35, 0xa1, 0xf3, 0xd7, 0xf0, 0x97, 0xfb, - 0x0e, 0x6c, 0xda, 0x37, 0xc0, 0x68, 0x29, 0x79, 0x58, 0x2a, 0x0b, 0x9c, 0x48, 0x6e, 0xaa, 0x57, - 0xa7, 0x4c, 0xd3, 0xf9, 0x28, 0x27, 0x7a, 0x1e, 0x2e, 0x11, 0x07, 0x0d, 0x89, 0x9e, 0xa3, 0xbb, - 0xb0, 0xa5, 0x98, 0x21, 0xc2, 0x48, 0xf3, 0x05, 0x33, 0xff, 0x7b, 0x6e, 0xfc, 0x1d, 0x87, 0x1e, - 0x3b, 0x30, 0xf9, 0xd1, 0xbf, 0x14, 0x42, 0xd6, 0x2a, 0x47, 0x8f, 0xa1, 0xa3, 0x89, 0x3a, 0x1d, - 0xe5, 0x52, 0xcc, 0x24, 0x53, 0xca, 0xe7, 0xbe, 0xfe, 0x6f, 0xe3, 0x98, 0xa8, 0xd3, 0xa1, 0x37, - 0xc6, 0x6d, 0x5d, 0xd2, 0x92, 0xaf, 0xa1, 0x6d, 0xc3, 0x1f, 0x71, 0xa5, 0x5f, 0xbd, 0x25, 0xc9, - 0x91, 0xbf, 0x9b, 0x5c, 0x38, 0x95, 0xa3, 0x4f, 0xa1, 0x96, 0x0b, 0xa9, 0x4d, 0x8e, 0xd7, 0xff, - 0xb5, 0xf5, 0x99, 0xb6, 0x93, 0x1f, 0x0a, 0xa9, 0xb1, 0xf3, 0x49, 0xfe, 0x88, 0xa0, 0x5d, 0xc6, - 0xcd, 0xe4, 0xc9, 0x64, 0x52, 0xd4, 0xbc, 0x89, 0x83, 0x6a, 0x27, 0x6f, 0x5e, 0x56, 0x54, 0x04, - 0xa6, 0x15, 0xba, 0xe9, 0x74, 0x90, 0x3d, 0x17, 0xdd, 0x34, 0x3a, 0x01, 0x75, 0x74, 0xfc, 0x02, - 0xea, 0x76, 0x7a, 0xe1, 0x96, 0x78, 0xc9, 0x53, 0xc1, 0x94, 0x38, 0xd0, 0x6c, 0x81, 0xbd, 0x57, - 0x72, 0xe6, 0x27, 0x65, 0x3e, 0x1c, 0xa4, 0xe9, 0x6b, 0x20, 0x98, 0xe1, 0x90, 0xa3, 0x08, 0x91, - 0x33, 0x15, 0x6f, 0x74, 0x2b, 0x96, 0x43, 0x16, 0x3a, 0x90, 0x33, 0x95, 0x60, 0xff, 0xbe, 0x2b, - 0x8e, 0x54, 0x79, 0xa9, 0x8c, 0xe8, 0x7f, 0x95, 0xf1, 0x49, 0x69, 0x84, 0xe6, 0xc3, 0x95, 0x2b, - 0x88, 0xa0, 0xfa, 0xe8, 0xdb, 0xc3, 0x27, 0xe1, 0xba, 0x33, 0xf2, 0xe1, 0xbd, 0xef, 0xf7, 0x66, - 0x5c, 0xcf, 0x97, 0x63, 0x73, 0xc2, 0xbe, 0x3f, 0x31, 0xfc, 0xde, 0xa3, 0x29, 0xdf, 0x97, 0x39, - 0xdd, 0x0f, 0xa7, 0x8f, 0xeb, 0xb6, 0xfb, 0x1f, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xfb, 0xaa, - 0x5f, 0xf5, 0x51, 0x0b, 0x00, 0x00, + // 1066 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x6e, 0x1b, 0xc5, + 0x17, 0xd6, 0xd6, 0x76, 0xec, 0x1c, 0x3b, 0x69, 0x3b, 0xbf, 0xfe, 0x60, 0x15, 0x44, 0x70, 0x57, + 0x14, 0x45, 0x44, 0x75, 0x44, 0x40, 0x42, 0x2a, 0x7f, 0xa4, 0x04, 0xab, 0xc2, 0x55, 0x28, 0x66, + 0x9a, 0x54, 0x08, 0x81, 0xcc, 0x78, 0x3c, 0xb6, 0x47, 0x59, 0xef, 0x6c, 0x66, 0x66, 0x83, 0xca, + 0x0b, 0x20, 0x1e, 0x81, 0x67, 0xe0, 0x96, 0x0b, 0x1e, 0x81, 0x3b, 0x5e, 0x09, 0xcd, 0xbf, 0xcd, + 0xba, 0xe9, 0x52, 0x01, 0xbd, 0xf2, 0x39, 0xdf, 0x9e, 0x6f, 0x66, 0xce, 0x39, 0xdf, 0x99, 0x31, + 0xdc, 0xa1, 0x62, 0xb5, 0x22, 0xd9, 0x4c, 0x1d, 0x4c, 0x05, 0x91, 0xb3, 0x41, 0x2e, 0x85, 0x16, + 0xe8, 0x75, 0x4a, 0x07, 0x44, 0xce, 0x0a, 0x9e, 0x89, 0x01, 0x4d, 0xf9, 0x20, 0x04, 0xed, 0xfc, + 0xbf, 0x0c, 0x37, 0x86, 0xc8, 0x5c, 0x7c, 0x32, 0x83, 0x9b, 0xc7, 0x86, 0x3e, 0x64, 0x9a, 0xf0, + 0x54, 0x61, 0x76, 0x81, 0x3e, 0x81, 0x0e, 0xcf, 0x94, 0x26, 0x19, 0x65, 0x71, 0xd4, 0x8f, 0xf6, + 0xba, 0x87, 0x77, 0x07, 0x35, 0xab, 0x0e, 0x46, 0x3e, 0x10, 0x97, 0x14, 0x84, 0xa0, 0x39, 0xbf, + 0x98, 0x66, 0xf1, 0x8d, 0x7e, 0xb4, 0xb7, 0x89, 0xad, 0x9d, 0xfc, 0xd1, 0x84, 0x5b, 0xeb, 0xdb, + 0xa8, 0xbc, 0x0c, 0x8c, 0xae, 0x02, 0x0d, 0x96, 0x91, 0x15, 0x0b, 0x64, 0x63, 0xa3, 0x18, 0xda, + 0x97, 0x4c, 0x2a, 0x2e, 0xb2, 0xb8, 0x61, 0xe1, 0xe0, 0xa2, 0x04, 0x7a, 0xb9, 0x14, 0x39, 0x93, + 0x9a, 0x33, 0x35, 0x9a, 0xc5, 0x4d, 0xfb, 0x79, 0x0d, 0x43, 0x77, 0xa0, 0x45, 0x52, 0x4e, 0x54, + 0xdc, 0xb2, 0x1f, 0x9d, 0x83, 0x76, 0xa0, 0x23, 0xe6, 0x73, 0x4e, 0x39, 0x49, 0xe3, 0x8d, 0x7e, + 0xb4, 0xd7, 0xc1, 0xa5, 0x8f, 0x5e, 0x83, 0x8d, 0x9c, 0x67, 0xa2, 0xd0, 0x71, 0xdb, 0x52, 0xbc, + 0x87, 0x1e, 0x40, 0x3b, 0x27, 0xf4, 0x9c, 0x2c, 0x58, 0xdc, 0xb1, 0x65, 0xe9, 0xd7, 0x96, 0x65, + 0xec, 0xe2, 0x70, 0x20, 0xa0, 0x63, 0xe8, 0xe4, 0x29, 0xd1, 0x73, 0x21, 0x57, 0xf1, 0xa6, 0x25, + 0xbf, 0x53, 0x4b, 0xb6, 0x85, 0x1a, 0xfb, 0x68, 0x5c, 0xf2, 0xd0, 0xd7, 0x70, 0x5b, 0x0b, 0x91, + 0xaa, 0x21, 0xcb, 0x59, 0x36, 0x63, 0x19, 0xe5, 0x4c, 0xc5, 0xd0, 0x6f, 0xec, 0x75, 0x0f, 0xdf, + 0xad, 0x5d, 0xec, 0xf4, 0x79, 0x06, 0xbe, 0xbe, 0x08, 0x3a, 0x81, 0x6d, 0x2a, 0xb2, 0x39, 0x5f, + 0x4c, 0x44, 0xae, 0xb9, 0xc8, 0x54, 0xdc, 0xb5, 0xcb, 0xde, 0xab, 0x5d, 0xf6, 0x33, 0x1b, 0xfe, + 0xa5, 0x8d, 0xc6, 0x5b, 0xb4, 0xe2, 0x29, 0xf4, 0x2d, 0xfc, 0x8f, 0xcf, 0x58, 0xa6, 0xf9, 0x9c, + 0x53, 0x62, 0xa0, 0x49, 0x2e, 0xd9, 0x3c, 0xee, 0xd9, 0x25, 0xf7, 0xeb, 0xa5, 0xb4, 0xc6, 0x19, + 0x4b, 0x36, 0xc7, 0x88, 0x5f, 0xc3, 0x92, 0x47, 0x80, 0xae, 0x47, 0xa2, 0x0f, 0xa0, 0x55, 0xa8, + 0xe9, 0x68, 0xe8, 0x05, 0xbb, 0x5b, 0xbb, 0xcb, 0xd9, 0x93, 0xe3, 0xd1, 0x10, 0xbb, 0xe0, 0x64, + 0x1f, 0x5a, 0xd6, 0x47, 0xb7, 0xa0, 0xf1, 0xd4, 0x93, 0x37, 0xb1, 0x31, 0x0d, 0x32, 0x1e, 0x0d, + 0xbd, 0x0e, 0x8d, 0x99, 0xfc, 0x1e, 0x41, 0xdb, 0xf7, 0x15, 0xed, 0x02, 0xac, 0x08, 0xcf, 0x34, + 0xe1, 0x19, 0x93, 0x9e, 0x56, 0x41, 0x0c, 0xbb, 0x90, 0x69, 0x60, 0x17, 0x32, 0x35, 0x8c, 0x1f, + 0xd8, 0x54, 0x71, 0xcd, 0xce, 0xf0, 0x89, 0xd7, 0x71, 0x05, 0x31, 0x32, 0x65, 0x2b, 0xc2, 0x53, + 0xaf, 0x61, 0xe7, 0x94, 0xe3, 0xd0, 0xaa, 0x8c, 0xc3, 0x7b, 0xd0, 0x5c, 0xb2, 0x34, 0xb7, 0xb2, + 0xed, 0x1e, 0xbe, 0x59, 0x9b, 0xe9, 0xe7, 0x2c, 0xcd, 0xb1, 0x0d, 0x4d, 0x76, 0xa1, 0x69, 0x3c, + 0xa3, 0x6c, 0x91, 0xa5, 0x3c, 0x63, 0xfe, 0xc8, 0xde, 0x4b, 0xfe, 0x8c, 0x60, 0x6b, 0x4d, 0x75, + 0x66, 0xb2, 0x88, 0xa4, 0x4b, 0xae, 0x19, 0xd5, 0x85, 0x0c, 0xf1, 0x6b, 0x98, 0x99, 0x21, 0x4a, + 0x34, 0x5b, 0x08, 0xf9, 0xcc, 0x67, 0x5a, 0xfa, 0xa1, 0x00, 0x8d, 0xab, 0x02, 0xec, 0xc1, 0x4d, + 0xcb, 0xbe, 0x64, 0x0f, 0x79, 0xca, 0x1e, 0x9b, 0xac, 0x5c, 0xaa, 0xcf, 0xc3, 0x76, 0xdd, 0x25, + 0xa3, 0xe7, 0xaa, 0x58, 0xf9, 0xc4, 0x4b, 0xdf, 0x14, 0x44, 0xf1, 0x1f, 0x99, 0x4d, 0xbe, 0x81, + 0xad, 0x5d, 0x16, 0xa9, 0x7d, 0x55, 0xa4, 0xe4, 0x97, 0x08, 0x6e, 0x5f, 0x93, 0xbe, 0x59, 0xd9, + 0x0f, 0x64, 0x68, 0x5a, 0xe9, 0xff, 0xc3, 0x9b, 0xe7, 0x01, 0xb4, 0xd5, 0x33, 0xa5, 0xd9, 0x4a, + 0xc5, 0x4d, 0xab, 0xeb, 0xfa, 0xbb, 0xe0, 0x89, 0x8b, 0xc3, 0x81, 0x90, 0xfc, 0x1c, 0x41, 0xdb, + 0x83, 0x6b, 0xb9, 0x46, 0xd7, 0x73, 0x5d, 0x0a, 0xa5, 0xc3, 0x89, 0x8c, 0xfd, 0xa2, 0x2a, 0x36, + 0x5e, 0x5c, 0x45, 0xdf, 0x81, 0xe6, 0x55, 0x07, 0x42, 0xed, 0x5a, 0x57, 0xb5, 0x4b, 0x7e, 0x8a, + 0xa0, 0x57, 0x9d, 0x65, 0x2b, 0x11, 0x6b, 0x95, 0x12, 0x71, 0xf8, 0x5d, 0xe8, 0x39, 0x6b, 0x92, + 0x92, 0x29, 0x0b, 0xd2, 0xee, 0x3a, 0xec, 0xc4, 0x40, 0xe8, 0x63, 0xd8, 0xb8, 0x24, 0x69, 0xc1, + 0x54, 0xdc, 0xb0, 0x25, 0x79, 0xfb, 0x25, 0xb7, 0xc7, 0x53, 0x13, 0x8c, 0x3d, 0x27, 0xf9, 0x1e, + 0xba, 0x15, 0xd8, 0xcc, 0x83, 0xfd, 0xe0, 0x8f, 0xe1, 0x1c, 0xf4, 0x16, 0x74, 0xad, 0xb1, 0x76, + 0x08, 0xb0, 0x90, 0x3b, 0xc3, 0x0e, 0x74, 0x14, 0x4b, 0x19, 0xd5, 0x6c, 0x66, 0x0b, 0xd3, 0xc1, + 0xa5, 0x9f, 0xfc, 0x16, 0xc1, 0xb6, 0x55, 0xf9, 0x91, 0xd6, 0x84, 0x2e, 0x5f, 0xc1, 0x53, 0xf7, + 0x06, 0x6c, 0xda, 0xb7, 0x77, 0x52, 0x48, 0x1e, 0x46, 0xc0, 0x02, 0x67, 0x92, 0x9b, 0xb3, 0xaa, + 0x73, 0xa6, 0xe9, 0x72, 0x92, 0x13, 0xbd, 0x0c, 0x23, 0xef, 0xa0, 0x31, 0xd1, 0x4b, 0x74, 0x0f, + 0xb6, 0x15, 0x33, 0x6d, 0x9b, 0x68, 0xbe, 0x62, 0xe6, 0xbd, 0x71, 0xcd, 0xda, 0x72, 0xe8, 0xa9, + 0x03, 0x93, 0xef, 0xfc, 0x0b, 0x1d, 0x4e, 0xad, 0x72, 0xf4, 0x08, 0xb6, 0x34, 0x51, 0xe7, 0x93, + 0x5c, 0x8a, 0x85, 0x64, 0x4a, 0xf9, 0xb3, 0xd7, 0x5f, 0xd7, 0xa7, 0x44, 0x9d, 0x8f, 0x7d, 0x30, + 0xee, 0xe9, 0x8a, 0x97, 0x7c, 0x01, 0x3d, 0xbb, 0xfc, 0x09, 0x57, 0xfa, 0xbf, 0x97, 0x24, 0x39, + 0xf1, 0x37, 0x89, 0x5b, 0x4e, 0xe5, 0xe8, 0x23, 0x68, 0xe5, 0x42, 0x6a, 0x73, 0xc6, 0xbf, 0x7f, + 0x52, 0x86, 0x4c, 0xdb, 0x3e, 0x8d, 0x85, 0xd4, 0xd8, 0x71, 0x92, 0x5f, 0x23, 0xe8, 0x55, 0x71, + 0x33, 0x91, 0x64, 0x36, 0x2b, 0x73, 0xde, 0xc4, 0xc1, 0xb5, 0xb3, 0x6d, 0xfe, 0xd1, 0x50, 0x11, + 0x74, 0x51, 0xfa, 0xa6, 0xd2, 0xc1, 0xf6, 0xca, 0x71, 0xdd, 0xd8, 0x0a, 0xa8, 0x13, 0xcf, 0xa7, + 0xb0, 0x61, 0xbb, 0x17, 0x66, 0xfa, 0x25, 0x4f, 0xb4, 0x49, 0x71, 0xa4, 0xd9, 0x0a, 0x7b, 0x56, + 0x72, 0xe1, 0x3b, 0x65, 0x3e, 0x1c, 0xa5, 0xe9, 0x2b, 0x10, 0x98, 0xd1, 0x90, 0x93, 0x08, 0x91, + 0x0b, 0x15, 0xdf, 0xe8, 0x37, 0xac, 0x86, 0x2c, 0x74, 0x24, 0x17, 0x2a, 0xc1, 0xfe, 0x7f, 0x55, + 0xb9, 0xa5, 0xca, 0x2b, 0x69, 0x44, 0xff, 0x2a, 0x8d, 0x0f, 0x2b, 0x2d, 0x34, 0x1f, 0xca, 0xab, + 0x31, 0xaa, 0x5c, 0x8d, 0x08, 0x9a, 0x0f, 0xbf, 0x3a, 0x7e, 0x1c, 0x2e, 0x27, 0x63, 0x1f, 0xdf, + 0xff, 0x66, 0x7f, 0xc1, 0xf5, 0xb2, 0x98, 0x9a, 0x1d, 0x0e, 0xfc, 0x8e, 0xe1, 0xf7, 0x3e, 0x4d, + 0xf9, 0x81, 0xcc, 0xe9, 0x41, 0xd8, 0x7d, 0xba, 0x61, 0xab, 0xff, 0xfe, 0x5f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0x09, 0x63, 0xfa, 0x64, 0xc9, 0x0a, 0x00, 0x00, } diff --git a/rpc/commands/board.proto b/rpc/commands/board.proto index 65e9b234830..406c3521c33 100644 --- a/rpc/commands/board.proto +++ b/rpc/commands/board.proto @@ -38,8 +38,7 @@ message BoardDetailsResp { BoardPlatform platform = 9; repeated ToolsDependencies toolsDependencies = 10; repeated ConfigOption config_options = 11; - repeated Tool _tools = 12; - repeated IdentificationPref identification_pref = 13; + repeated IdentificationPref identification_pref = 12; } message IdentificationPref { @@ -103,12 +102,6 @@ message ConfigValue { bool selected = 3; } -message Tool { - string name = 1; - string version = 2; - string packager = 3; -} - message BoardAttachReq { Instance instance = 1; string board_uri = 2;