-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: wifi: Add new config CONFIG_NXP_WIFI_WAKE_TIMER_ENABLE #99237
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?
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
I am not sure if it's smart to rely on zephyr configs in external modules. You should probably have an independent definition in the module and set it based on the config in zephyr repo in respective modules/ folder. |
|
Hi @mmahadevan108, could you please help review this PR? What's the synchronization that Declan mentioned? Thanks! |
99977f3 to
30d17c1
Compare
30d17c1 to
3005b61
Compare
3005b61 to
00e3efd
Compare
|
@nxf58150 Declan is pointing about a design decision where the WiFi module is tied to the Zephyr Kconfig name. |
Added new config CONFIG_NXP_WIFI_WAKE_TIMER_ENABLE and enable it for NXP wifi chips. Signed-off-by: Hui Bai <hui.bai@nxp.com>
Sync hal_nxp repo Signed-off-by: Hui Bai <hui.bai@nxp.com>
Update wakeup source dump function to DBG level. This function will print and clear wakeup source registers of NXP wifi chips with CONFIG_WIFI_LOG_LEVEL_DBG enabled. By changing debug level of this file, user can avoid wakeup source clear. Signed-off-by: Hui Bai <hui.bai@nxp.com>
00e3efd to
f00373d
Compare
|
|
@jukkar , can you help take a look at this PR. |



Added new config CONFIG_NXP_WIFI_WAKE_TIMER_ENABLE and enable it for NXP wifi chips.