From e5744158e650f918bc6e863b3abc21486194628c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:48:37 +0000 Subject: [PATCH 1/2] Initial plan From 1188fb50caddebd60b38f0b41567fd052f80fec3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 30 Nov 2025 04:51:05 +0000 Subject: [PATCH 2/2] Fix spelling: change "ack'd" to "acked" for consistency Co-authored-by: yudataguy <25761223+yudataguy@users.noreply.github.com> --- FprimeZephyrReference/Components/ModeManager/ModeManager.fpp | 2 +- FprimeZephyrReference/Components/ModeManager/docs/sdd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FprimeZephyrReference/Components/ModeManager/ModeManager.fpp b/FprimeZephyrReference/Components/ModeManager/ModeManager.fpp index 41f0661a..b900821e 100644 --- a/FprimeZephyrReference/Components/ModeManager/ModeManager.fpp +++ b/FprimeZephyrReference/Components/ModeManager/ModeManager.fpp @@ -178,7 +178,7 @@ module Components { reason: string size 100 @< Reason for failure ) \ severity warning high \ - format "HIBERNATION ENTRY FAILED (command ack'd OK but dormant failed): {}" + format "HIBERNATION ENTRY FAILED (command acked OK but dormant failed): {}" @ Event emitted when state restoration fails on boot @ CRITICAL: System defaults to SAFE_MODE to maintain conservative power profile diff --git a/FprimeZephyrReference/Components/ModeManager/docs/sdd.md b/FprimeZephyrReference/Components/ModeManager/docs/sdd.md index c9cea86e..ba7ac78f 100644 --- a/FprimeZephyrReference/Components/ModeManager/docs/sdd.md +++ b/FprimeZephyrReference/Components/ModeManager/docs/sdd.md @@ -473,7 +473,7 @@ sequenceDiagram | ExitingHibernation | ACTIVITY_HI | cycleCount: U32
totalSeconds: U32 | Emitted when exiting hibernation, includes total cycles completed and time spent | | HibernationWakeWindow | ACTIVITY_LO | cycleNumber: U32 | Emitted at start of each wake window after dormant wake | | HibernationSleepCycle | ACTIVITY_LO | cycleNumber: U32 | Emitted before entering each dormant sleep cycle | -| HibernationEntryFailed | WARNING_HI | reason: string size 100 | **CRITICAL:** Emitted when dormant sleep entry fails AFTER command was ack'd OK. Ground sees OK response but system is actually in SAFE_MODE. Counters rolled back. | +| HibernationEntryFailed | WARNING_HI | reason: string size 100 | **CRITICAL:** Emitted when dormant sleep entry fails AFTER command was acked OK. Ground sees OK response but system is actually in SAFE_MODE. Counters rolled back. | | StateRestorationFailed | WARNING_HI | reason: string size 100 | **CRITICAL:** Emitted when state file cannot be read or is corrupted on boot. System defaults to SAFE_MODE to maintain conservative power profile. | ## Telemetry