Skip to content

Commit 8cf56f9

Browse files
committed
Deployed b8c927b to dev with MkDocs 1.3.0 and mike 1.1.2
1 parent d46597f commit 8cf56f9

File tree

4 files changed

+83
-75
lines changed

4 files changed

+83
-75
lines changed

dev/platform-specification/index.html

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2451,8 +2451,9 @@ <h4 id="automatic-property-override-for-specific-os">Automatic property override
24512451
<h4 id="global-predefined-properties">Global Predefined properties<a class="headerlink" href="#global-predefined-properties" title="Permanent link">&para;</a></h4>
24522452
<p>The following automatically generated properties can be used globally in all configuration files:</p>
24532453
<ul>
2454-
<li><code>{runtime.platform.path}</code>: the absolute path of the <a href="#platform-terminology">board platform</a> folder (i.e. the folder
2455-
containing boards.txt)</li>
2454+
<li><code>{runtime.platform.path}</code>: is the absolute path of the <a href="#platform-terminology">board platform</a> folder (i.e. the folder
2455+
containing boards.txt) unless <code>{runtime.use_core_platform_path_for_runtime_platform_path}</code> is set to <code>true</code> in this
2456+
case, the value is the absolute path of the referenced core platform.</li>
24562457
<li><code>{runtime.hardware.path}</code>: the absolute path of the hardware folder (i.e. the folder containing the
24572458
<a href="#platform-terminology">board platform</a> folder)</li>
24582459
<li><code>{runtime.ide.path}</code>: the absolute path of the Arduino IDE or Arduino CLI folder</li>
@@ -2481,8 +2482,12 @@ <h4 id="global-predefined-properties">Global Predefined properties<a class="head
24812482
<li><code>{extra.time.zone}</code>: local timezone offset without the DST component</li>
24822483
<li><code>{extra.time.dst}</code>: local daylight savings time offset</li>
24832484
</ul>
2484-
<p>Compatibility note: Versions before Arduino IDE 1.6.0 only used one digit per version number component in
2485-
<code>{runtime.ide.version}</code> (so 1.5.9 was <code>159</code>, not <code>10509</code>).</p>
2485+
<p>Compatibility notes:</p>
2486+
<ul>
2487+
<li>Versions before Arduino IDE 1.6.0 only used one digit per version number component in <code>{runtime.ide.version}</code> (so
2488+
1.5.9 was <code>159</code>, not <code>10509</code>).</li>
2489+
<li><code>{runtime.use_core_platform_path_for_runtime_platform_path}</code> support is available from Arduino CLI &gt;=1.0.4.</li>
2490+
</ul>
24862491
<h2 id="platformtxt">platform.txt<a class="headerlink" href="#platformtxt" title="Permanent link">&para;</a></h2>
24872492
<p>The platform.txt file contains information about a platform's specific aspects (compilers command line flags, paths,
24882493
system libraries, etc.).</p>
@@ -2811,6 +2816,9 @@ <h2 id="boardstxt">boards.txt<a class="headerlink" href="#boardstxt" title="Perm
28112816
overwritten respectively by <strong>{uno.build.mcu}</strong> and <strong>{uno.build.board}</strong> when the Uno board is selected! Moreover the
28122817
following properties are automatically generated:</p>
28132818
<ul>
2819+
<li><code>{build.board.platform.path}</code>: The path to the selected board's platform. (available since Arduino CLI &gt;=1.0.4)</li>
2820+
<li><code>{build.core.platform.path}</code>: The path to the core's platform. It may differ from the board's platform path because
2821+
the latter may reference a core from another platform. (available since Arduino CLI &gt;=1.0.4)</li>
28142822
<li><code>{build.core.path}</code>: The path to the selected board's core folder (inside the <a href="#platform-terminology">core platform</a>,
28152823
for example hardware/arduino/avr/core/arduino)</li>
28162824
<li><code>{build.system.path}</code>: The path to the <a href="#platform-terminology">core platform</a>'s system folder if available (for

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)