Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

at_c: Upload uuid4, atlogger, atchops and atclient components to Espressif Component Registry #389

Open
JeremyTubongbanua opened this issue Aug 29, 2024 · 1 comment
Assignees

Comments

@JeremyTubongbanua
Copy link
Member

JeremyTubongbanua commented Aug 29, 2024

All of this can be done using documentation found here

Work is already merged into trunk to allow for this to happen in #384

  • each component has idf_component.yml manifest
  • each component has a ESP_PLATFORM section in their corresponding CMakeLists.txt

uuid4 can be found here

Side Notes

But FYI, here are my personal notes:

To do this, you will need to

  1. Download ESP-IDF

  2. Login to registry and add access token to env

You will need to head over to https://components.espressif.com/ and login with atsign-foundation and set up an access token https://components.espressif.com/settings/tokens/ and put it in your env.

  1. Run compote (which came with ESP-IDF tooling)

You will need to do the transient dependencies first:

cd uuid4
compote component upload --namespace atsign-foundation --name uuid4

cd atlogger
compote component upload --namespace atsign-foundation --name atlogger

... then the same for atchops then do atclient last.
@JeremyTubongbanua JeremyTubongbanua changed the title at_c: Upload atlogger, atchops and atclient components to Espressif Component Registry at_c: Upload uuid4, atlogger, atchops and atclient components to Espressif Component Registry Aug 29, 2024
@cpswan
Copy link
Member

cpswan commented Sep 2, 2024

I've created an account and requested the atsign-foundation namespace

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

No branches or pull requests

2 participants