-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Added support for IW416 and IW612 socs for WI-Fi shell application #85749
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
base: main
Are you sure you want to change the base?
Added support for IW416 and IW612 socs for WI-Fi shell application #85749
Conversation
Hello @abhinavnxp, and thank you very much for your first pull request to the Zephyr project! |
be5a284
to
86ef1d9
Compare
samples/net/wifi/shell/boards/mimxrt1060_evk_mimxrt1062_qspi_C.conf
Outdated
Show resolved
Hide resolved
samples/net/wifi/shell/boards/mimxrt1060_evk_mimxrt1062_qspi_C.conf
Outdated
Show resolved
Hide resolved
samples/net/wifi/shell/boards/mimxrt1060_evk_mimxrt1062_qspi_C.conf
Outdated
Show resolved
Hide resolved
boards/nxp/mimxrt1060_evk/mimxrt1060_evk_mimxrt1062_qspi_C.overlay
Outdated
Show resolved
Hide resolved
samples/net/wifi/shell/boards/mimxrt1060_evk_mimxrt1062_qspi_C.conf
Outdated
Show resolved
Hide resolved
e335e70
to
babc710
Compare
f65b739
to
475307a
Compare
10ca105
to
7d7e621
Compare
187ca5e
to
d03a1cd
Compare
9c05e70
to
ad31337
Compare
Hello! The WiFi sample doesn't build as it can't find the firmware. I think a node is required to enable WiFi as all of the kconfig settings depend on it. Is there a shield overlay that hasn't been added to the repo? Could you provide some instructions in the readme.md |
ad31337
to
919eaed
Compare
- Added separate overlay conf files for wifi IW416 and IW612 SoCs. - Added overlay debug conf file for nxp wifi needed to enable debug logs. - Added additional configurations for module's region selection. Signed-off-by: Abhinav Kulkarni <[email protected]>
919eaed
to
8ff2be4
Compare
@jukkar can you confirm if the configurations are still OK with you, the NXP HAL PR associated with this one finally merged so it should be ready for final review |
Added support for NW61x and IW416 socs for EVKC1060 board for Wi-Fi shell application.