Skip to content

docs(todo): add three small-target hardening entries#16

Merged
ak2k merged 1 commit into
mainfrom
chore/todo-followups
Apr 26, 2026
Merged

docs(todo): add three small-target hardening entries#16
ak2k merged 1 commit into
mainfrom
chore/todo-followups

Conversation

@ak2k

@ak2k ak2k commented Apr 26, 2026

Copy link
Copy Markdown
Owner
  • Reduce kIntervalBatteryCheck from 60s to 900s (saves several µA average)
  • Minimal libc on small-flash boards (nrf52810/nrf52805) — saves few KB
  • Skip NVS time saves on boards without 32.768 kHz crystal (drift makes
    persisted offset useless; pure flash wear)

Each entry includes call sites, gating strategy options, and expected
savings. None blocking; all opportunistic.

- Reduce kIntervalBatteryCheck from 60s to 900s (saves several µA average)
- Minimal libc on small-flash boards (nrf52810/nrf52805) — saves few KB
- Skip NVS time saves on boards without 32.768 kHz crystal (drift makes
  persisted offset useless; pure flash wear)

Each entry includes call sites, gating strategy options, and expected
savings. None blocking; all opportunistic.
@ak2k ak2k merged commit 3d55b01 into main Apr 26, 2026
18 checks passed
@ak2k ak2k deleted the chore/todo-followups branch April 26, 2026 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant