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.
All of this can be done using documentation found here
Work is already merged into trunk to allow for this to happen in #384
idf_component.yml
manifestuuid4 can be found here
Side Notes
But FYI, here are my personal notes:
To do this, you will need to
Download ESP-IDF
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.
compote
(which came with ESP-IDF tooling)You will need to do the transient dependencies first: