-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
build: wifi: allow espressif boards to test net/wifi use cases #80785
base: main
Are you sure you want to change the base?
build: wifi: allow espressif boards to test net/wifi use cases #80785
Conversation
264b271
to
e00ed56
Compare
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
3c6388f
to
42bd0e8
Compare
Convert vendor specific **_WIFI_BUILD_ONLY_MODE symbol as global in order to provide common build flag. Signed-off-by: Sylvio Alves <[email protected]>
Add stubs to allow building Wi-Fi interface without binary blobs. Only for CI tests. Signed-off-by: Sylvio Alves <[email protected]>
Allow espressif platform to be properly tested in CI. Signed-off-by: Sylvio Alves <[email protected]>
This lets esp32-based boards to be tested regarding Wi-Fi changes. WIP Signed-off-by: Sylvio Alves <[email protected]>
42bd0e8
to
95b4643
Compare
@krish2718 @dleach02 As you can see in this PR (commit bd260a9), I have aimed to consolidate the Please, let me know your thoughts about both. I think that we could rename
@carlescufi PTAL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, definitely makes sense to move this to global as it's a common problem.
This aims to allow Espressif boards to test Wi-Fi drivers without binary blobs. The following changes were added:
NRF_WIFI_BUILD_ONLY_MODE
andNXP_WIFI_BUILD_ONLY_MODE
to use the same common Kconfig nameWIFI_BUILD_ONLY_MODE
.hal_nxp
andhal_espressif
to support the above change. Include espressif Wi-Fi RF stubs.net
tests.