-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Enhancement
- Priority: Minor
Enhancement
As long as there is no tickless mode, function default_idle_hook() should (at least) call __WFI() to reduce power consumption.
Target
all
Toolchain:
all
mbed-cli version:
all
Expected behavior
Reduced power consumption when idle.
Actual behavior
No reduction in power consumption when idle.
Enhancement
Suggested enhancement
Call __WFI() inside function default_idle_hook() in non-tickless mode.