mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Typo fixes
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
.. Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
|
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
@ -19,7 +19,7 @@ Demo & Projects
|
|||||||
Project Examples
|
Project Examples
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
Preconfigured demo projects are located in `PlatformIO GitHub <https://github.com/platformio/platformio-examples/tree/develop>`_ repository.
|
Pre-configured demo projects are located in `PlatformIO GitHub <https://github.com/platformio/platformio-examples/tree/develop>`_ repository.
|
||||||
|
|
||||||
"Blink Project"
|
"Blink Project"
|
||||||
---------------
|
---------------
|
||||||
|
@ -19,7 +19,7 @@ integration. Arduino and MBED compatible. Ready for Cloud compiling.**
|
|||||||
C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding.
|
C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding.
|
||||||
Multi-projects workflow with Multiple Panes. Themes Support with dark and light colors.
|
Multi-projects workflow with Multiple Panes. Themes Support with dark and light colors.
|
||||||
Built-in Terminal with PlatformIO CLI tool and support for the powerful Serial Port Monitor.
|
Built-in Terminal with PlatformIO CLI tool and support for the powerful Serial Port Monitor.
|
||||||
All advanced instruments without leaving your favourite development environment.
|
All advanced instruments without leaving your favorite development environment.
|
||||||
* **Development Platforms** - Embedded and Desktop development platforms with
|
* **Development Platforms** - Embedded and Desktop development platforms with
|
||||||
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
pre-built toolchains, debuggers, uploaders and frameworks which work under
|
||||||
popular host OS: Mac, Windows, Linux (+ARM)
|
popular host OS: Mac, Windows, Linux (+ARM)
|
||||||
@ -110,8 +110,7 @@ Contents
|
|||||||
platforms/index
|
platforms/index
|
||||||
platforms/embedded_boards
|
platforms/embedded_boards
|
||||||
frameworks/index
|
frameworks/index
|
||||||
platforms/creating_platform
|
platforms/custom_platform_and_board
|
||||||
platforms/creating_board
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:caption: Library Manager
|
:caption: Library Manager
|
||||||
|
@ -373,7 +373,7 @@ For more detailed information about available flags/options go to:
|
|||||||
``src_build_flags``
|
``src_build_flags``
|
||||||
^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
An option ``src_build_flags`` has the same behaviour like ``build_flags``
|
An option ``src_build_flags`` has the same behavior like ``build_flags``
|
||||||
but will be applied only for the project source code from
|
but will be applied only for the project source code from
|
||||||
:ref:`projectconf_pio_src_dir` directory.
|
:ref:`projectconf_pio_src_dir` directory.
|
||||||
|
|
||||||
@ -585,7 +585,7 @@ Example:
|
|||||||
``lib_dfcyclic``
|
``lib_dfcyclic``
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Control cyclic (recursive) behaviour for ``Library Dependency Finder (LDF)``.
|
Control cyclic (recursive) behavior for ``Library Dependency Finder (LDF)``.
|
||||||
By default, this option is turned OFF (``lib_dfcyclic=False``) and means that
|
By default, this option is turned OFF (``lib_dfcyclic=False``) and means that
|
||||||
``LDF`` will find only libraries which are included in source files from the
|
``LDF`` will find only libraries which are included in source files from the
|
||||||
project :ref:`projectconf_pio_src_dir`.
|
project :ref:`projectconf_pio_src_dir`.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.. Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
|
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
@ -30,7 +30,7 @@ PlatformIO CLI provides special :ref:`cmd_init` command for configuring your pro
|
|||||||
It allows to initialize new empty project or update existing with the new data.
|
It allows to initialize new empty project or update existing with the new data.
|
||||||
|
|
||||||
What is more, :ref:`cmd_init` can be used for :ref:`ide`. It means that you will
|
What is more, :ref:`cmd_init` can be used for :ref:`ide`. It means that you will
|
||||||
be able to import pre-generated PlatformIO project using favourite IDE and
|
be able to import pre-generated PlatformIO project using favorite IDE and
|
||||||
extend it with the professional instruments for IoT development.
|
extend it with the professional instruments for IoT development.
|
||||||
|
|
||||||
This tutorial is based on the next popular embedded boards and development
|
This tutorial is based on the next popular embedded boards and development
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.. Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
|
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
@ -29,7 +29,7 @@ Description
|
|||||||
|
|
||||||
:ref:`cmd_ci` command is conceived of as "hot key" for building project with
|
:ref:`cmd_ci` command is conceived of as "hot key" for building project with
|
||||||
arbitrary source code structure. In a nutshell, using ``SRC`` and
|
arbitrary source code structure. In a nutshell, using ``SRC`` and
|
||||||
:option:`platformio ci --lib` contents PlatformIO initialises via
|
:option:`platformio ci --lib` contents PlatformIO initializes via
|
||||||
:ref:`cmd_init` new project in :option:`platformio ci --build-dir`
|
:ref:`cmd_init` new project in :option:`platformio ci --build-dir`
|
||||||
with the build environments (using :option:`platformio ci --board` or
|
with the build environments (using :option:`platformio ci --board` or
|
||||||
:option:`platformio ci --project-conf`) and processes them via :ref:`cmd_run`
|
:option:`platformio ci --project-conf`) and processes them via :ref:`cmd_run`
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
.. Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
|
.. Copyright 2014-present Ivan Kravets <me@ikravets.com>
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
@ -47,7 +47,7 @@ Options
|
|||||||
.. option::
|
.. option::
|
||||||
-d, --project-dir
|
-d, --project-dir
|
||||||
|
|
||||||
A path to the directory where *PlatformIO* will initialise new project.
|
A path to the directory where *PlatformIO* will initialize new project.
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
-b, --board
|
-b, --board
|
||||||
|
Reference in New Issue
Block a user