Skip to content

Added support for hidden boards in 'board listall' command #939

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 2 commits into from
Sep 10, 2020

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented Sep 9, 2020

For example in the arduino:samd platform:

$ arduino-cli board listall MIPS
Board Name FQBN 

$ arduino-cli board listall MIPS -a
Board Name                       FQBN                                               
Arduino Tian (MIPS Console port) arduino:samd:tian_cons                     (hidden)

$ arduino-cli board listall Tian -a --format json
{
  "boards": [
    {
      "name": "Arduino Tian (MIPS Console port)",
      "FQBN": "arduino:samd:tian_cons",
      "is_hidden": true
    },
    {
      "name": "Arduino Tian",
      "FQBN": "arduino:samd:tian"
    }
  ]
}

@cmaglie cmaglie self-assigned this Sep 9, 2020
@cmaglie cmaglie merged commit 7f9f135 into arduino:master Sep 10, 2020
@cmaglie cmaglie deleted the support_hidden_attribute branch September 10, 2020 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants