Hi,
I have a project and want to use some esp-idf components, eg
-- MyProject
| |
| -- src
|
-- esp
|
-- esp-idf
|
-- components
|
-- driver
There is some c-files needed in the driver folder.
To be able to use these components including all include files, how to include them in MyProject? What needs to be done? I must copy files? How to update the CMakeLists.txt? I can't find howto anywhere!
How to add component to a project?
Re: How to add component to a project?
Hi espOAK,
Perhaps you can start with one of the examples provided in ESP-IDF? You can start with an example for the driver you plan to be using. Examples are a good starting point because they demonstrate the project layout and also the driver APIs.
About the project layout and the component requirements, you can read here: https://docs.espressif.com/projects/esp ... le-project (link for the latest ESP-IDF; if you are using a different version, choose it in the version picker in the lower left corner)
Perhaps you can start with one of the examples provided in ESP-IDF? You can start with an example for the driver you plan to be using. Examples are a good starting point because they demonstrate the project layout and also the driver APIs.
About the project layout and the component requirements, you can read here: https://docs.espressif.com/projects/esp ... le-project (link for the latest ESP-IDF; if you are using a different version, choose it in the version picker in the lower left corner)
Who is online
Users browsing this forum: No registered users and 24 guests