-
Notifications
You must be signed in to change notification settings - Fork 7.6k
drivers: wifi: Add WLAN wakeup for MIMXRT1060-EVK #92067
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:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
e4087f6
to
c2870d4
Compare
Please use correct board name MMXRT1060-EVK instead of EVKC1060 in the PR name & description. |
c2870d4
to
dfbf29b
Compare
Updated. Thanks! |
dfbf29b
to
19f758f
Compare
static void gpio_wakeup_callback(const struct device *port, struct gpio_callback *cb, | ||
gpio_port_pins_t pins) | ||
{ | ||
/* TODO: Reserved for future use. */ | ||
} |
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.
this is causing a build failure in twister testing of the PR for not being used
19f758f
to
48ff7da
Compare
Added wlan wakeup pin in IW610 overlay file. This WLAN wakeup support is for IW610 and MIMXRT1060-EVK acts as host. Add wakeup pin configuration when doing device related initialization. Signed-off-by: Hui Bai <[email protected]>
48ff7da
to
b3ca380
Compare
|
Added wlan wakeup pin in MIMXRT1060-EVK dts file. This WLAN wakeup support is for IW610 and MIMXRT1060-EVK acts as host. Add wakeup pin configuration when doing device related initialization.