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

wifi-subsys/components: fixed Cmake conflicts with server_cert.pem #266

Merged

Conversation

CW-75
Copy link
Collaborator

@CW-75 CW-75 commented Jun 8, 2022

Contribution description

In the wifi-subsys with the last updated was affected the test protocols, because was existing an conflict between the Embedded file server_root_cert.pem, it's been called two times by the protocols component and the test main.c

Testing procedure

To test first build the main wifi-subsys firmware:

idf.py build

if all it's done moves to /test folder and run:

idf.py build -D "TEST_COMPONENTS=protocols"

The expected results are the both files was built successfully.

PD: the last update in the esp-idf version could affec also the cbor implementation, so the solution is do a submodule update. to run without require the dependencie .yml integrated

Issues/PRs references

@CW-75 CW-75 added this to the 0.22.06 milestone Jun 8, 2022
@github-actions github-actions bot added Area: doc Area: wifi-subsys It is related to some subsystem labels Jun 8, 2022
@CW-75 CW-75 merged commit 04888bc into Mesh4all:main Jun 9, 2022
@CW-75 CW-75 deleted the feature/wifi-subsys_fixed_test_protocols branch June 9, 2022 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: doc Area: wifi-subsys It is related to some subsystem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants