summaryrefslogtreecommitdiff
path: root/doc/api/bootcount.rst
AgeCommit message (Collapse)Author
2026-04-17doc: api: bootcount: correct bootcount descriptionMichael Opdenacker
The bootcount variable is only incremented when the upgrade_variable is non-zero, as implemented in drivers/bootcount/bootcount_env.c Signed-off-by: Michael Opdenacker <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
2024-07-16drivers: bootcount: Fix typo in documentationVasileios Amoiridis
The bootcount documentation was using "unattended" while it probably intending to say "unintended" Signed-off-by: Vasileios Amoiridis <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
2024-07-16doc: api: bootcount: Convert to rST documentationVasileios Amoiridis
Move to the new documentation style with rST formatting. Signed-off-by: Vasileios Amoiridis <[email protected]>