atsign-foundation / at_c

Experimental cross-platform C implementation of the atSDK for SOC & embedded devices
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

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

Open JeremyTubongbanua opened 3 months ago

JeremyTubongbanua commented 3 months ago

All of this can be done using documentation found here

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

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.
cpswan commented 3 months ago

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