From e4a91b834371551d01e2eb9547c8b5f1e3b4d547 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 31 Oct 2016 17:04:34 +0200 Subject: [PATCH] Inject system environment variables to configuration settings in platformio.ini // Resolve #792 --- HISTORY.rst | 3 +++ docs/projectconf.rst | 8 ++++++-- platformio/util.py | 5 ++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index dbc608b8..84d65a48 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,9 @@ PlatformIO 3.0 Your devices are always with you! * `PIO Account `__ for extra professional features from `PlatformIO Plus `__ +* Inject system environment variables to configuration settings in + `Project Configuration File "platformio.ini" `__ + (`issue #792 `_) * Changed default exit combination for Device Monitor from ``Ctrl+]`` to ``Ctrl+C`` * Improved detecting of ARM mbed media disk for uploading * Improved Project Generator for CLion IDE when source folder contains nested items diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 7e084e1e..2babb2e8 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -48,10 +48,13 @@ Each variable should have a next format: ``${
.