NXP Iw416 and nw61x wifi and bt soc support#512
NXP Iw416 and nw61x wifi and bt soc support#512dleach02 merged 2 commits intozephyrproject-rtos:masterfrom
Conversation
|
I just tried this patch, it is exactly what I need, however I am not finding the binary files. Am I missing something? |
|
Working on blobs repo PR for firmware! |
|
Update wifi_nxp to support IW416 and IW61x in this single PR. |
|
Please review @dleach02 @decsny @mmahadevan108 |
|
I tested this with imxrt1060-evkc and IW612_MURATA_2EL_M2, and it worked well along with this patch: zephyrproject-rtos/zephyr#85749 Still missing the firmware blobs, but I managed to hack around that. |
71b09bd to
8df5b00
Compare
|
Update wifi_nxp to support IW416 and IW61x in this single PR, to let the build passed |
|
@abhinavnxp please address the merge conflict |
There was a problem hiding this comment.
I am wondering why do we put this glue code CMake and C files in zephyr/src folder in HAL instead of in zephyr tree? is there a reason? because now if we merge this here then every time someone wants to change this file then we need to synchronize HAL PR with Zephyr manifest update, which adds process overhead and delays, are you sure you want to be putting this here? I know it was already done like this for RW but I did not see it before, and honestly don't know if there is a reason, if there is then LMK
There was a problem hiding this comment.
Hopefully the file doesn't really change much.
@carlescufi I looked at the blob documentation but it doesn't really explicitly call this out. I seem to remember that this was a discussion point in the process meeting about this topic. Do you have any recommendation or comment?
48cb758 to
1e1ca13
Compare
1e1ca13 to
762969b
Compare
762969b to
2da41a2
Compare
pre my understandinging this will block github CI as we do not run |
2da41a2 to
837c9a9
Compare
Update wifi version to v1.3.r51.z_up.p3 to add features and bug fixes. Support STA only mode (no SAP). Add support for IW416 and IW61x. Add RSNO support. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
837c9a9 to
c1f6dd0
Compare
|
Fix the conflict |
Adding support for IW416 and IW612 socs. Signed-off-by: Abhinav Kulkarni <abhinav.kulkarni@nxp.com>
c1f6dd0 to
a660378
Compare
Adding support for firmware blobs and hal changes for IW416 and IW61x socs of NXP.