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: build with no blobs #358

Open
wants to merge 1 commit into
base: zephyr
Choose a base branch
from

Conversation

sylvioalves
Copy link
Collaborator

Add Wi-Fi stubs to allow CI build that does not
required binary blobs. It is useful to test
Wi-Fi driver and adapter.

endif()
endforeach()
endif()

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zephyr already checks for blobs presence, making this unused.

#include "utils/includes.h"
#include "utils/common.h"

/* ################################# */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we replace this comment line with something more descriptive if that is needed?

Add Wi-Fi stubs to allow CI build that does not
required binary blobs. It is useful to test
Wi-Fi driver and adapter.

Signed-off-by: Sylvio Alves <[email protected]>
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.

3 participants