Skip to content

Commit

Permalink
Allow manual override of system type
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Aug 29, 2024
1 parent 5143876 commit 580ffc5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion envvars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.. _envvars:

Environment variables
Environment Variables
=====================

`Environment variables <http://en.wikipedia.org/wiki/Environment_variable>`_
Expand Down Expand Up @@ -79,6 +79,17 @@ Disable progress bar for package/library downloader and uploader. This is
useful when calling PlatformIO from subprocess and output is a ``pipe`` (not a ``tty``).
The possible values are ``true`` and ``false``. Default is ``PLATFORMIO_DISABLE_PROGRESSBAR=false``.

.. envvar:: PLATFORMIO_SYSTEM_TYPE

This environment variable allows you to manually specify the system type, overriding the automatic detection.
Examples:

* ``windows_amd64``
* ``windows_arm64``
* ``linux_x86_64``
* ``linux_armv7l``
* ``darwin_arm64``

Directories
-----------

Expand Down

0 comments on commit 580ffc5

Please sign in to comment.