Building embedded systems development environment: development environment to build PlatformIO


PlatformIO profile:

Things PlatformIO is open source development ecosystem. Code provides cross-platform Builder, an integrated development environment (IDE), is compatible with Arduino, ESP8266 mbed and so on. It supports the use of pre-compiled tool chain, debugger and framework for development on Windows, Linux, macOS. It supports more than 350 embedded devices, over 20 development platform, more than 10 framework.

installation steps

Start VS Code, select the extension, and then look PlatformIO, and then install PlatformIO IDE
Here Insert Picture Description
longer PlatformIO IDE installation time, we can see on the bottom left corner of the message VS Code.
Here Insert Picture Description
VS Code in the output window, the contents of specific installation.
Here Insert Picture Description
After PlatformIO installed, will be asked to restart VS Code, we click on the Reload Now button
Here Insert Picture Description

PlatformIO configuration

The entire configuration process PlatformIO the required Internet connection and slow network, the need to repeatedly connect.
Here Insert Picture Description
Atmel AVR platform installation, select Platform, select Atmel AVR installation.
Here Insert Picture Description
STM32 platform installation, select Platform, select ST STM32 installation.
Here Insert Picture Description

Published 34 original articles · won praise 2 · Views 2309

Guess you like

Origin blog.csdn.net/weixin_44088559/article/details/105289761