Skip to content

Commit d486f81

Browse files
committed
Use standardized term "Boards Manager" in readme
Arduino CLI diverged from the other official Arduino development tools by calling it "Board Manager" rather that "Boards Manager", but it has been determined that the standardized term "Boards Manager" will be used everywhere.
1 parent 042513d commit d486f81

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ For 3rd party boards, also specify the Boards Manager URL:
2020

2121
YAML-format list of platform dependencies to install.
2222

23-
Default `""`. If no `platforms` input is provided, the board's dependency will be automatically determined from the `fqbn` input and the latest version of that platform will be installed via Board Manager.
23+
Default `""`. If no `platforms` input is provided, the board's dependency will be automatically determined from the `fqbn` input and the latest version of that platform will be installed via Boards Manager.
2424

25-
If a platform dependency from a non-Board Manager source of the same name as another Board Manager source platform dependency is defined, they will both be installed, with the non-Board Manager dependency overwriting the Board Manager platform installation. This permits testing against a non-release version of a platform while using Board Manager to install the platform's tools dependencies.
25+
If a platform dependency from a non-Boards Manager source of the same name as another Boards Manager source platform dependency is defined, they will both be installed, with the non-Boards Manager dependency overwriting the Boards Manager platform installation. This permits testing against a non-release version of a platform while using Boards Manager to install the platform's tools dependencies.
2626
Example:
2727
```yaml
2828
platforms: |
29-
# Install the latest release of Arduino SAMD Boards and its toolchain via Board Manager
29+
# Install the latest release of Arduino SAMD Boards and its toolchain via Boards Manager
3030
- name: "arduino:samd"
3131
# Install the platform from the root of the repository, replacing the BM installed platform
3232
- source-path: "."
@@ -35,7 +35,7 @@ platforms: |
3535

3636
#### Sources:
3737

38-
##### Board Manager
38+
##### Boards Manager
3939

4040
Keys:
4141
- `name` - platform name in the form of `VENDOR:ARCHITECTURE`.

0 commit comments

Comments
 (0)