From 3813614d312e214daee96ea4856922ce3500b069 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 29 Jul 2015 21:14:41 +0300 Subject: [PATCH] Support for off-line/unpublished/private libraries // Resolved #260 --- HISTORY.rst | 2 ++ docs/projectconf.rst | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 930fcbdf..f12bca4c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,8 @@ Release History ------------------ * Integration with `Atom IDE `__ +* Support for off-line/unpublished/private libraries + (`issue #260 `_) * Disable project auto-clean while building/uploading firmware using `platformio run --disable-auto-clean `_ option (`issue #255 `_) diff --git a/docs/projectconf.rst b/docs/projectconf.rst index 66c8cd0c..34c0feeb 100644 --- a/docs/projectconf.rst +++ b/docs/projectconf.rst @@ -57,6 +57,11 @@ A default value is ``%home_dir%/lib``. This option can be overridden by global environment variable :ref:`envvar_PLATFORMIO_LIB_DIR`. +.. note:: + You can put here your own/private libraries. The source code of each + library should be placed in separate directory. For example, + ``%lib_dir%/private_lib/[here are source files]``. + .. _projectconf_pio_src_dir: ``src_dir``