Skip to content

Commit be39aa9

Browse files
authored
[skip changelog] Document ability to override properties of referenced tools (#963)
Arduino CLI provides the very interesting capability to modify referenced tool recipes via overrides in the referencing platform's platform.txt. Arduino IDE does not currently provide this capability.
1 parent 53e3230 commit be39aa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/platform-specification.md

+3
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,9 @@ Tool recipes defined in the platform.txt of other platforms can also be referenc
940940
myboard.bootloader.tool=arduino:avrdude
941941
[....]
942942

943+
When using Arduino CLI or Arduino Pro IDE (but not Arduino IDE), properties used in the referenced tool recipe may be
944+
overridden in the referencing platform's platform.txt.
945+
943946
Note that, unlike core references, referencing a tool recipe does _not_ result in any other resources being inherited
944947
from the referenced platform.
945948

0 commit comments

Comments
 (0)