-
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:
Additional metadata changed:
⛔ DNM label due to: 1 project with metadata changes and 4 blob changes 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
Added new config CONFIG_NXP_WIFI_WAKE_TIMER_ENABLE and enable it for NXP wifi chips. Signed-off-by: Hui Bai <[email protected]>
Sync hal_nxp repo Signed-off-by: Hui Bai <[email protected]>
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 <[email protected]>
30d17c1 to
3005b61
Compare
|



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