diff --git a/doc/develop/tools/index.rst b/doc/develop/tools/index.rst index 523829dac9..bb47db37f8 100644 --- a/doc/develop/tools/index.rst +++ b/doc/develop/tools/index.rst @@ -7,4 +7,3 @@ Tools and IDEs :maxdepth: 1 coccinelle.rst - platformio/index.rst diff --git a/doc/develop/tools/platformio/img/platformio-ide-vscode.png b/doc/develop/tools/platformio/img/platformio-ide-vscode.png deleted file mode 100644 index 0433440690..0000000000 Binary files a/doc/develop/tools/platformio/img/platformio-ide-vscode.png and /dev/null differ diff --git a/doc/develop/tools/platformio/img/platformio-logo.png b/doc/develop/tools/platformio/img/platformio-logo.png deleted file mode 100644 index 012819a8fd..0000000000 Binary files a/doc/develop/tools/platformio/img/platformio-logo.png and /dev/null differ diff --git a/doc/develop/tools/platformio/index.rst b/doc/develop/tools/platformio/index.rst deleted file mode 100644 index 7672abe3af..0000000000 --- a/doc/develop/tools/platformio/index.rst +++ /dev/null @@ -1,64 +0,0 @@ -.. _platformio: - -Using with PlatformIO -##################### - -.. image:: img/platformio-logo.png - :target: https://platformio.org/?utm_source=docs.zephyrproject.org - -.. contents:: - :local: - -What is PlatformIO? -******************* - -`PlatformIO `__ -is a cross-platform embedded development environment with -Zephyr support maintained by its developers. - -Since Zephyr support within PlatformIO is not maintained by the Zephyr Project, -please report any issues with PlatformIO directly to its developers in -`the official PlatformIO repositories `_. - -A detailed overview of the PlatformIO ecosystem and its philosophy can be -found in `the official PlatformIO documentation `_. - -Installation -************ - -* `PlatformIO IDE `_ - is a toolset for embedded C/C++ development available on Windows, macOS and Linux - platforms -* `PlatformIO Core (CLI) `_ - is a command-line tool that consists of multi-platform build system, platform and - library managers and other integration components. It can be used with a variety of - code development environments and allows integration with cloud platforms and web - services - -Configuration -************* - -Please go through `the official PlatformIO configuration guide for Zephyr project `_. - -Tutorials -********* - -- `Zephyr and Nordic nRF52-DK: debugging, unit testing, project analysis - `_ -- `Developing Zephyr RTOS embedded applications on PlatformIO and simulating on Antmicro Renode - `_ - -Project Examples -**************** - -Please check `the official examples for various development platforms `_ - -Next Steps -********** - -Here are some useful links for exploring the PlatformIO ecosystem: - -- Try `other platforms `_ - that support Zephyr project -- Learn more about `integrations with other IDEs/Text Editors `_ -- Get help from `PlatformIO community `_