Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.93 KB

new_project_wizard.md

File metadata and controls

27 lines (17 loc) · 1.93 KB

New Project Wizard

This feature allows you to create a new project using the ESP-IDF, ESP-ADF, ESP-MDF and other supported frameworks and configure the extension settings and the project name.

  1. Click menu View -> Command Palette... and search for the ESP-IDF: New Project.

New project wizard

  1. Choose the project name, the directory to create this new project, the Espressif board you are using (or any general Espressif device) and the serial port of the device. You could also choose to import any component directory component-dir to the new project which will be copied to the new project's directory components sub directory (<project-dir>/components/component-dir).

NOTE: If using the custom board option, please take a look at Configuring of OpenOCD for Specific Target for more information about these openOCD configuration files and the debugging tutorial for values examples.

  1. After that click the Choose Template button and choose a template from Extension templates and, if configured; ESP-IDF, ESP-ADF and other supported frameworks. If you want to create a blank project, choose ESP-IDF sample_project or the extension template-app.

New project templates

  1. Choose your desired template and click the Create Project Using Template <template-name> button where <template-name> is the name of the selected template.

  2. After the project is created, a notification window will show up to open the newly created project or not.

New project templates