Search found 7 matches

by HDne23
Tue Aug 17, 2021 8:59 pm
Forum: ESP-IDF
Topic: How to add a new external library?
Replies: 9
Views: 26864

Re: How to add a new external library?

I think that this is not what i am looking for... you sent me a link which is talking about touch screen panel library... while I am trying to include an external servo moto library into Vs code (IDF ESP...)…Etc. What I mean is that looking at any other example, mine was just a reference, you can g...
by HDne23
Tue Aug 10, 2021 10:14 pm
Forum: ESP-IDF
Topic: Libraries include
Replies: 11
Views: 16594

Re: Libraries include

did you resolve the problem? i am facing the same problem now..
by HDne23
Tue Aug 10, 2021 10:07 pm
Forum: ESP-IDF
Topic: How to add a new external library?
Replies: 9
Views: 26864

Re: How to add a new external library?

Please read the Build documentation and try to understand the examples I referenced. I think that this is not what i am looking for... you sent me a link which is talking about touch screen panel library... while I am trying to include an external servo moto library into Vs code (IDF ESP...)…Etc.
by HDne23
Tue Aug 10, 2021 12:41 pm
Forum: ESP-IDF
Topic: How to add a new external library?
Replies: 9
Views: 26864

Re: How to add a new external library?

Hello HDNe, In order to do that is very good idea to understand at least to some extent the Build system . And also how CMakeFiles works. For example in my epaper component you can see how is using the components: https://github.com/martinberlin/cale-idf In that version the components are in the re...
by HDne23
Tue Aug 10, 2021 12:34 pm
Forum: ESP-IDF
Topic: How to add a new external library?
Replies: 9
Views: 26864

Re: How to add a new external library?

I added the library files to my esp idf extension with no errors Extension to what? What IDE are you using for your build? How did you add the library files? When you say there were no errors adding the files, does that mean no errors in compiling the files or something else? Hi, I meant by no erro...
by HDne23
Mon Aug 09, 2021 10:02 am
Forum: ESP-IDF
Topic: How to add a new external library?
Replies: 9
Views: 26864

How to add a new external library?

Hi, I've a library that works with arduino and it was written in c++ (header & cpp files), I added the library files to my esp idf extension with no errors, when i try to build my project, here what I got: Executing task in folder SCServo-master: cmake -G Ninja .. < -- Found Git: C:/Users/HADOUNE/.e...
by HDne23
Mon Aug 09, 2021 9:52 am
Forum: ESP-IDF
Topic: add header file to existing esp-idf projects in vscode
Replies: 2
Views: 5604

Re: add header file to existing esp-idf projects in vscode

I got the same problem, did you solve it ?