Skip to content

Commit 9accbe9

Browse files
authored
Merge pull request #71 from per1234/deprecate-old-api
libraries/compile-examples: discourage use of legacy API in documentation
2 parents 1cb1fa2 + 6695e3d commit 9accbe9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ The version of [Arduino CLI](https://github.com/arduino/arduino-cli) to use. Def
1111
### `fqbn`
1212

1313
The fully qualified board name to use when compiling. Default `"arduino:avr:uno"`.
14-
For 3rd party boards, also specify the Boards Manager URL:
15-
```yaml
16-
fqbn: '"sandeepmistry:nRF5:Generic_nRF52832" "https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json"'
17-
```
14+
15+
If the board is from one of the platforms provided by Arduino's [default package index](https://downloads.arduino.cc/packages/package_index.json), the board's platform dependency will be automatically detected and the latest version installed. For boards of platforms not in the default package index, previous versions, or other platform sources, the platform dependency must be defined via the [`platforms` input](#platforms).
1816

1917
### `platforms`
2018

@@ -71,7 +69,7 @@ Default `"- source-path: ./"`. This causes the repository to be installed as a l
7169

7270
Libraries are installed under the Arduino user folder at `~/Arduino/libraries`.
7371

74-
Note: the original space-separated list format is also supported. When this syntax is used, the repository under test will always be installed as a library.
72+
Note: when the deprecated space-separated list format of this input is used, the repository under test will always be installed as a library.
7573

7674
#### Sources:
7775

0 commit comments

Comments
 (0)