Adds a new "Hibernate" quick-launch toggle - #1824
Conversation
436a997 to
c81c9c9
Compare
|
To use Codex here, create a Codex account and connect to github. |
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c81c9c98cc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
| [submodule "third_party/hal_sifli/SiFli-SDK"] | ||
| path = third_party/hal_sifli/SiFli-SDK | ||
| url = https://github.com/coredevices/SiFli-SDK.git | ||
| url = https://github.com/caco3/SiFli-SDK.git |
There was a problem hiding this comment.
to be reverted after coredevices/SiFli-SDK#7 got merged
da99571 to
b1b4a63
Compare
There was a problem hiding this comment.
to be updated once coredevices/SiFli-SDK#7 got merged
Adds a new "Hibernate" quick-launch toggle, wires it into the system settings, standby logic, battery UI FSM, and the shell app registry. Also shortens the hibernate confirmation string. Signed-off-by: George Ruinelli <george@ruinelli.ch> Co-Authored-By: Cascade AI
Adds a new "Hibernate" quick-launch toggle and a matching entry in the system settings menu. When confirmed, the watch enters an RTC-preserving MCU hibernate instead of a full power-off (shipping mode).
Notes
Behaviour
Wake-up
Impact
enter_standby()is unchanged;enter_mcu_shutdown()is used only for the new hibernate path.TODO
enter_standby()vs.enter_mcu_shutdown()) are rater confusing. Should we rename them?