[Feature Request]: Easy way to create a project (VSC-737)
See original GitHub issueHello all
I’m new in esp-idf
I try to create a project. but i can’t built it. i receive an error like
> Executing task: cmake -G Ninja .. <
CMake Error: The source directory "C:/hassan/wito-SmartWatch/ad5933" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
The terminal process "C:\WINDOWS\System32\cmd.exe /d /c cmake -G Ninja .." terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
any shortcut or any way to cerate a new project. I think it shuld be a command or an icon in status bar to do that.
thank you all.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Feature Request Template: How to Manage Suggestions at ...
A feature request template provides a framework for your users to give feedback, making your life as a product manager a whole lot...
Read more >Feature Requests: What are they and how to manage them
Feature requests are a form of product feedback you may frequently encounter as a SaaS product manager. They typically come in the form...
Read more >How to Manage Product Feature Requests – 6 Best Practices
Easy fix: put all your product feature requests into one place like a project management tool, where you can visualize, prioritize, and update ......
Read more >How do I file a project feature request? - Google Support
You can file a feature request by clicking "New Issue" and entering a summary and description. A feature request will not have "steps...
Read more >How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests – how to process them, manage them, respond to them, prioritize them – so...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I understand no worries. With the extension commands you can create (basically copy from ESP-IDF examples) a new project with the structure already made and you just need to build flash and monitor as shown in the tutorials.
Just look at how the code is structured in the examples. Usually you code goes to the
main
directory. This is explained in ESP-IDF docs. You can think of a component like a library where you import stuff to your main code in main/src1.c . The CMake is a build system that resolves these directories as explained in the build system documentationOK 👍👍
Thank you so mutch 💕
Have a nice day!