Skip to content

Use esp-azure as an esp-idf project component (CA-43)#79

Open
fgiancane8 wants to merge 3 commits into
espressif:masterfrom
fgiancane8:move-cmakelists-to-root
Open

Use esp-azure as an esp-idf project component (CA-43)#79
fgiancane8 wants to merge 3 commits into
espressif:masterfrom
fgiancane8:move-cmakelists-to-root

Conversation

@fgiancane8
Copy link
Copy Markdown

Hi,
I tried to include esp-azure as a component (cloning it in components folder of a project). Unfortunately, the build failed. You need to explicitly set the extra component path in CMakeLists.txt.

With these patches, it is now possible to just download it in components and have it automatically linked and built.

Francesco Giancane added 3 commits January 8, 2020 17:31
Move CMakeLists.txt in root directory. This allows the repository to be
cloned inside the `components` directory of an `esp-idf` project and
automatically build and link to it the Azure SDK.

This is also the behavior included in `component.mk` Makefile.

Signed-off-by: Francesco Giancane <francesco.giancane@accenture.com>
Projects now do not require to explictly declare the `esp-azure`
component as an extra components. Just copy the examples and drop (or
link) the `esp-azure` folder in `components` subdirectory.

Signed-off-by: Francesco Giancane <francesco.giancane@accenture.com>
Signed-off-by: Francesco Giancane <francesco.giancane@accenture.com>
@github-actions github-actions Bot changed the title Use esp-azure as an esp-idf project component Use esp-azure as an esp-idf project component (CA-43) Jan 9, 2020
@fgiancane8 fgiancane8 requested a review from mahavirj January 16, 2020 14:58
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