Support for off-line/unpublished/private libraries // Resolved #260

This commit is contained in:
Ivan Kravets
2015-07-29 21:14:41 +03:00
parent 9a6189d7cd
commit 3813614d31
2 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,8 @@ Release History
------------------
* Integration with `Atom IDE <http://docs.platformio.org/en/latest/ide/atom.html>`__
* Support for off-line/unpublished/private libraries
(`issue #260 <https://github.com/platformio/platformio/issues/260>`_)
* Disable project auto-clean while building/uploading firmware using
`platformio run --disable-auto-clean <http://docs.platformio.org/en/latest/userguide/cmd_run.html#cmdoption--disable-auto-clean>`_ option
(`issue #255 <https://github.com/platformio/platformio/issues/255>`_)

View File

@ -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``