Skip to content

Add programmer field to sketch profile and --profile flag to debug command #2505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add default_programmer to rpc.Sketch
  • Loading branch information
MatteoPologruto committed Jan 18, 2024
commit 0e4b25fe69ddfef43b4cedd28d0846c4d37c7335
38 changes: 25 additions & 13 deletions rpc/cc/arduino/cli/commands/v1/common.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rpc/cc/arduino/cli/commands/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ message Sketch {
repeated SketchProfile profiles = 9;
// Default profile set in the project file (sketch.yaml)
SketchProfile default_profile = 10;
// Default Programmer set in project file (sketch.yaml)
string default_programmer = 11;
}

message SketchProfile {
Expand Down