Including external IDF Component in build #1020
Unanswered
diogoviannaaraujo
asked this question in
Q&A
Replies: 2 comments
-
|
@diogoviannaaraujo You can generally list ESP-IDF component dependencies in the We do not currently have a mechanism for injecting those dependencies on a per-project basis. But you should be able to test by directly modifying that file in your Moddable SDK clone. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
That was fast! Thanks. Not really CI friendly but it will be enough for now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I was trying to make a CBOR serializer and when looking at the examples on esp-idf repository it requires an external component. Seems to be defined in this file.
When I just try to include cbor.h I get that it could not be found
How can I make esp-idf include this cbor component in build?
Beta Was this translation helpful? Give feedback.
All reactions