-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New ESP-IDF project Wizard (VSC-478) #171
New ESP-IDF project Wizard (VSC-478) #171
Conversation
Pull request has been marked as |
@brianignacio5 will finish the review by end-of-week |
08e2f96
to
248556f
Compare
Pull request has been marked as |
5eb0d34
to
216ffc4
Compare
717ab26
to
41a6f3d
Compare
FYI @brianignacio5 @gerekon I lost the already reviewed files in this PR from past due to force push, Need more time to review this. |
41a6f3d
to
abd74a5
Compare
Add
ESP-IDF: New Project
command to create projects with ESP-IDF with defined serial port , Espressif board or idf target (esp32, esp32s2, etc.), openocd config files and adding component folders (which will copy the selected folder into<new-project-dir>/components
directory).OPENOCD_SCRIPTS
env var inidf.customExtraVars
which contains IDF_TARGET and openOCD config files with fallback to use custom board, selected target and input openOCD files.