-
Notifications
You must be signed in to change notification settings - Fork 8.4k
boards: infineon: cy8ckit_062s2_ai: add wifi/bt config #91603
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
Conversation
|
Hello @curtdept, and thank you very much for your first pull request to the Zephyr project! |
d2fe4f7 to
a1019ba
Compare
|
@curtdept, can you provide a log for the Wi-Fi and BLE running on the kit? That would help with the review. Thank you, Ian |
|
|
@ifyall not sure which log you are after but I modified the wifi shell sample to include wifi, wifi mgmt and if dbg and this is the result. Hope that helps. |
|
@ifyall BT log that being said, there is def a bug in the HCI timeout or a race somewhere, I somewhat frequently encounter this is there isnt enough spacing in between the commands. Working theory is that the 0x0c03 is being lost due to a reset? after the fx download. I elongated the timer HCI_CMD_TIMEOUT and it would still fail. |
|
@ifyall ya that's what it is, if I at the end of drivers/bluetooth/hci/h4_ifx_cyw43xxx.c it will load fine. Not sure how you guys handle changes like that. |
|
|
@sreeramIfx ping |
|
Please drop the merge commit. |
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.
Copilot wasn't able to review any files in this pull request.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|



Modifies the configuration to enable the CYW43439 WiFi/BT module.
Build tested: cy8ckit_062s2_ai
Run tested: cy8ckit_062s2_ai
Signed-off-by: Curtis Deptuck curtdept@me.com