Skip to content

Added possibility to set custom properties on upload/burn-bootloader/debug commands. #2693

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
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
Fixed doc comment
  • Loading branch information
cmaglie committed Aug 21, 2024
commit 4640c096f49d2447a4b25fea037d66b16a803927
2 changes: 1 addition & 1 deletion rpc/cc/arduino/cli/commands/v1/compile.pb.go

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

2 changes: 1 addition & 1 deletion rpc/cc/arduino/cli/commands/v1/compile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message CompileRequest {
// a directory will be created in the operating system's default temporary
// path.
string build_path = 7;
// List of custom build properties separated by commas.
// List of custom build properties.
repeated string build_properties = 8;
// Used to tell gcc which warning level to use. The level names are: "none",
// "default", "more" and "all".
Expand Down