Skip to content
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

Show if debugging is supported in board details command #1067

Merged
merged 4 commits into from Nov 12, 2020

Conversation

@cmaglie
Copy link
Member

@cmaglie cmaglie commented Nov 12, 2020

As per subject, now there is a flag that shows if debugging is supported on a particular board:

$ arduino-cli board details arduino:samd:arduino_zero_edbg
Board name:                Arduino Zero (Programming Port)                                          
FQBN:                      arduino:samd:arduino_zero_edbg                                           
Board version:             1.8.9                                                                    
Debugging supported:       ✔                                                                        
[.......]

same for the gRPC and JSON output:

$ arduino-cli board details arduino:samd:arduino_zero_edbg --format json | jq .debugging_supported
true
@cmaglie cmaglie requested review from silvanocerza and kittaakos Nov 12, 2020
@cmaglie cmaglie force-pushed the cmaglie:debug_support_flag branch from bcc5af3 to c358d1c Nov 12, 2020
@cmaglie cmaglie merged commit 8bd0d0f into arduino:master Nov 12, 2020
8 checks passed
8 checks passed
Lints Python code Lints Python code
Details
verify-links verify-links
Details
test-matrix (ubuntu-latest) test-matrix (ubuntu-latest)
Details
validate validate
Details
test-matrix (windows-latest) test-matrix (windows-latest)
Details
test-matrix (macOS-latest) test-matrix (macOS-latest)
Details
create-test-artifacts
Details
license/cla Contributor License Agreement is signed.
Details
@cmaglie cmaglie deleted the cmaglie:debug_support_flag branch Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants