Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed May 24, 2024
1 parent e6011e3 commit c09c2bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ be applied in their order of definition.
`GLOB Patterns <http://en.wikipedia.org/wiki/Glob_(programming)>`_ are allowed.

By default, ``build_src_filter`` is predefined to ``+<*> -<.git/> -<.svn/>``,
meaning "include ALL files, then exclude the ``.git`` and ``svn`` repository folders.
meaning "include ALL files, then exclude the ``.git`` and ``.svn`` repository folders.

This option can also be set by the global environment variable
:envvar:`PLATFORMIO_BUILD_SRC_FILTER`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ upload command with arguments and options or mix with :ref:`projectconf_upload_f

In order to use ``upload_command``, ``upload_protocol = custom`` must be specified.

Default upload commands are declared in ``build/main.py`` script file of
Default upload commands are declared in ``builder/main.py`` script file of
:ref:`platforms`. See a list with open source
:ref:`platforms` => https://github.com/topics/platformio-platform

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
be applied in their order of definition.
<a class="reference external" href="http://en.wikipedia.org/wiki/Glob_(programming)">GLOB Patterns</a> are allowed.</p>
<p>By default, <code class="docutils literal notranslate"><span class="pre">build_src_filter</span></code> is predefined to <code class="docutils literal notranslate"><span class="pre">+&lt;*&gt;</span> <span class="pre">-&lt;.git/&gt;</span> <span class="pre">-&lt;.svn/&gt;</span></code>,
meaning “include ALL files, then exclude the <code class="docutils literal notranslate"><span class="pre">.git</span></code> and <code class="docutils literal notranslate"><span class="pre">svn</span></code> repository folders.</p>
meaning “include ALL files, then exclude the <code class="docutils literal notranslate"><span class="pre">.git</span></code> and <code class="docutils literal notranslate"><span class="pre">.svn</span></code> repository folders.</p>
<p>This option can also be set by the global environment variable
<span class="target" id="index-0"></span><a class="reference internal" href="../../../../../envvars.html#envvar-PLATFORMIO_BUILD_SRC_FILTER"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">PLATFORMIO_BUILD_SRC_FILTER</span></code></a>.</p>
<p><strong>Example</strong></p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<p>Override default <a class="reference internal" href="../../../../../platforms/index.html#platforms"><span class="std std-ref">Development Platforms</span></a> upload command with a custom command. You can pass a full
upload command with arguments and options or mix with <a class="reference internal" href="upload_flags.html#projectconf-upload-flags"><span class="std std-ref">upload_flags</span></a>.</p>
<p>In order to use <code class="docutils literal notranslate"><span class="pre">upload_command</span></code>, <code class="docutils literal notranslate"><span class="pre">upload_protocol</span> <span class="pre">=</span> <span class="pre">custom</span></code> must be specified.</p>
<p>Default upload commands are declared in <code class="docutils literal notranslate"><span class="pre">build/main.py</span></code> script file of
<p>Default upload commands are declared in <code class="docutils literal notranslate"><span class="pre">builder/main.py</span></code> script file of
<a class="reference internal" href="../../../../../platforms/index.html#platforms"><span class="std std-ref">Development Platforms</span></a>. See a list with open source
<a class="reference internal" href="../../../../../platforms/index.html#platforms"><span class="std std-ref">Development Platforms</span></a> =&gt; <a class="reference external" href="https://github.com/topics/platformio-platform">https://github.com/topics/platformio-platform</a></p>
<div class="admonition note">
Expand Down
2 changes: 1 addition & 1 deletion en/latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit c09c2bd

Please sign in to comment.