Skip to content

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