mplee / esp-idf-vscode-boilerplate

Boilerplate for developing ESP32 projects using ESP-IDF and VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp-idf-vscode-boilerplate

Boilerplate for developing ESP32 projects using ESP-IDF and VS Code

Note 1: You need to have installed C/C++ extension in your VS Code.

Note 2: Make sure that you have ESP_IDF environment variable (which leads to esp-idf folder) and path to XTENSA compiler bin folder needs to be present on the PATH.

How to use

  1. Clone repository
git clone https://github.com/abobija/esp-idf-vscode-boilerplate.git my-project
  1. Go inside of project folder
cd my-project
  1. Start VSC
code .

Config, Build and Flash

idf.py set-target esp32
idf.py menuconfig
idf.py build
idf.py -p (PORT) flash

Demo

Get started with ESP32 in VS CODE ... ESP-IDF

About

Boilerplate for developing ESP32 projects using ESP-IDF and VS Code

License:MIT License


Languages

Language:CMake 63.6%Language:Makefile 22.2%Language:C 14.2%