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

Board ID as build flag #8634

Merged
merged 4 commits into from
Jul 27, 2022
Merged

Board ID as build flag #8634

merged 4 commits into from
Jul 27, 2022

Commits on Jul 13, 2022

  1. Board ID as build flag

    When using IDE or `arduino-cli board list`, show full board name and FQBN
    ```
    $ arduino-cli.exe board list
    Port          Protocol Type              Board Name                FQBN                       Core
    xxx.xxx.x.xxx network  Network Port      LOLIN(WEMOS) D1 R2 & mini esp8266com:esp8266:d1_mini esp8266com:esp8266
    ```
    Also add `description` field to the mDNS response containing the
    original `{build.board}` string value.
    
    resolve esp8266#7759
    mcspr committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    5ee9471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d14702f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8aed16 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. Configuration menu
    Copy the full SHA
    32a5700 View commit details
    Browse the repository at this point in the history