Skip to content

Commit 452cf32

Browse files
committed
Added a compatibility note
1 parent 0b80ef6 commit 452cf32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/platform-specification.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,9 @@ This explains the presence of **{build.mcu}** or **{build.board}** in the platfo
538538
overwritten respectively by **{uno.build.mcu}** and **{uno.build.board}** when the Uno board is selected! Moreover the
539539
following properties are automatically generated:
540540

541-
- `{build.board.platform.path}`: The path to the selected board's platform.
541+
- `{build.board.platform.path}`: The path to the selected board's platform. (available since Arduino CLI >=1.0.4)
542542
- `{build.core.platform.path}`: The path to the core's platform. It may differ from the board's platform path because
543-
the latter may reference a core from another platform.
543+
the latter may reference a core from another platform. (available since Arduino CLI >=1.0.4)
544544
- `{build.core.path}`: The path to the selected board's core folder (inside the [core platform](#platform-terminology),
545545
for example hardware/arduino/avr/core/arduino)
546546
- `{build.system.path}`: The path to the [core platform](#platform-terminology)'s system folder if available (for

0 commit comments

Comments
 (0)