How to add component to a project?
Posted: Mon Mar 23, 2020 6:53 am
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!
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!