Skip to content

Improve support for ultra-low power scheduling, including hibernation via suspend/resume operations.#73

Merged
dmitrykos merged 1 commit into
mainfrom
port
May 4, 2026
Merged

Improve support for ultra-low power scheduling, including hibernation via suspend/resume operations.#73
dmitrykos merged 1 commit into
mainfrom
port

Conversation

@dmitrykos

Copy link
Copy Markdown
Collaborator

Also:

  • Add two C++ and C examples which demonstrate how to achieve ultra-low power scheduling based on STM32F407G-DISC1 board.

Examples are utilizing RTC timer for ultra-low power scheduling. User button demonstrates standby mode when STK is suspended on button press and resumed on a second press.

… via suspend/resume operations.

Add two C++ and C examples which demonstrate how to achieve ultra-low power scheduling based on STM32F407G-DISC1 board.
@dmitrykos dmitrykos self-assigned this May 4, 2026
@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown

LCOV of commit 98236b3 during Code Coverage - Generic #544

Summary coverage rate:
  lines......: 100.0% (1255 of 1255 lines)
  functions..: 42.8% (1575 of 3679 functions)
  branches...: no data found

Files changed coverage rate: n/a

@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown

MemBrowse Memory Report

stm32f0-sleep

  • FLASH: .text +76 B (+0.4%, 19,616 B / 65,536 B, total: 30% used)

stm32f1-sleep

  • FLASH: .text +80 B (+0.4%, 18,737 B / 131,072 B, total: 14% used)

stm32f4-sleep

  • FLASH: .text +84 B (+0.4%, 19,569 B / 1,048,576 B, total: 2% used)

@dmitrykos dmitrykos merged commit d2d97ee into main May 4, 2026
51 checks passed
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