Update project configuration template

This commit is contained in:
Ivan Kravets
2016-08-02 21:21:08 +03:00
parent 4f2c207bb3
commit 0b0064afd0
5 changed files with 11 additions and 44 deletions

View File

@ -168,15 +168,12 @@ Edit the content to match the code described below.
.. code-block:: none .. code-block:: none
# #
# Project Configuration File # PlatformIO Project Configuration File
# #
# A detailed documentation with the EXAMPLES is located here: # Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html # http://docs.platformio.org/en/stable/projectconf.html
# #
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
[env:arduino_uno] [env:arduino_uno]
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino

View File

@ -167,15 +167,12 @@ Copy the source code which is described below to it.
.. code-block:: none .. code-block:: none
# #
# Project Configuration File # PlatformIO Project Configuration File
# #
# A detailed documentation with the EXAMPLES is located here: # Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html # http://docs.platformio.org/en/stable/projectconf.html
# #
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
[env:arduino_uno] [env:arduino_uno]
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino

View File

@ -127,15 +127,12 @@ Copy the source code which is described below to it.
.. code-block:: none .. code-block:: none
# #
# Project Configuration File # PlatformIO Project Configuration File
# #
# A detailed documentation with the EXAMPLES is located here: # Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html # http://docs.platformio.org/en/stable/projectconf.html
# #
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
[env:arduino_uno] [env:arduino_uno]
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino

View File

@ -147,24 +147,12 @@ The result of just generated ``platformio.ini``:
.. code-block:: ini .. code-block:: ini
# #
# Project Configuration File # PlatformIO Project Configuration File
# #
# A detailed documentation with the EXAMPLES is located here: # Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html # http://docs.platformio.org/en/stable/projectconf.html
# #
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload
[env:uno] [env:uno]
platform = atmelavr platform = atmelavr
framework = arduino framework = arduino

View File

@ -1,18 +1,6 @@
# #
# Project Configuration File # PlatformIO Project Configuration File
# #
# A detailed documentation with the EXAMPLES is located here: # Please make sure to read documentation with examples first
# http://docs.platformio.org/en/stable/projectconf.html # http://docs.platformio.org/en/stable/projectconf.html
# #
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload