Page 1 of 1

How to new a project?

Posted: Mon Feb 25, 2019 7:17 am
by cctung
How to new a project for esp-idf?
I don't want to create
CMakeLists.txt
Makefile
README.md
sdkconfig.defaults
main directory
...
by manual.

Re: How to new a project?

Posted: Mon Feb 25, 2019 8:25 am
by ESP_Dazz

Re: How to new a project?

Posted: Tue Feb 26, 2019 8:13 am
by feifeitongtong

Re: How to new a project?

Posted: Tue Feb 26, 2019 7:02 pm
by Ritesh
cctung wrote:
Mon Feb 25, 2019 7:17 am
How to new a project for esp-idf?
I don't want to create
CMakeLists.txt
Makefile
README.md
sdkconfig.defaults
main directory
...
by manual.
Steps are simple to create project for ESP32 IDF which are also mentioned into read the docs as well.

1) install required packages into windows or linux system
2) download ESP32 Toolchain
3) clone ESP32 IDF
4) take any template example and set Toolchain + SDK Path

So, You can compile template examples and load compiled binaries into ESP32 device.

Let me know if you need any help regarding that.

Re: How to new a project?

Posted: Sat Oct 26, 2019 12:38 pm
by igor_stoppa
@Ritesh I think the OP does have a point: the examples are just that, examples.

It is conceptually incorrect to say "take an example and modify it", when the OP
asks for a template, because in the example it's not really clear what is mandatory
and what is part of the example.

It would be much better if there was a *real* template, with only the necessary
parts and possibly stubs for what must be filled when using the template.

example != template

Re: How to new a project?

Posted: Wed Nov 06, 2019 2:04 pm
by Ritesh
igor_stoppa wrote:
Sat Oct 26, 2019 12:38 pm
@Ritesh I think the OP does have a point: the examples are just that, examples.

It is conceptually incorrect to say "take an example and modify it", when the OP
asks for a template, because in the example it's not really clear what is mandatory
and what is part of the example.

It would be much better if there was a *real* template, with only the necessary
parts and possibly stubs for what must be filled when using the template.

example != template
Hello,

Sorry i didn't get your point like what you want. So, it will be good if you can provide more details as per your requirements for same.