Skip to content

Conversation

@cnf
Copy link

@cnf cnf commented Jun 2, 2025

Adding ESP-IDF component manager support.

With this, you can add the following to your idf_component.yml, and the manager will download, compile and make available pubsub-c:

dependencies:
  pubsub-c:
    git: https://github.com/jaracil/pubsub-c
    version: "*"
    path: ports/esp-idf

the component manager doesn't like the plain cmake version in ports/esp32, hence this PR

cnf added 2 commits June 2, 2025 13:58
Match the method of the esp32 pure cmake version, as it seems more reliable this way.
@cnf
Copy link
Author

cnf commented Jun 2, 2025

Don't accept / merge yet, I walked away with it working, and now it's not building, I guess I changed somethings but I can't find it right now...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant