Skip to content

Improve all examples by employing sync primitives.#72

Merged
dmitrykos merged 2 commits into
mainfrom
port
May 2, 2026
Merged

Improve all examples by employing sync primitives.#72
dmitrykos merged 2 commits into
mainfrom
port

Conversation

@dmitrykos
Copy link
Copy Markdown
Collaborator

In addition:

  • Fix tickless mode of ARM Cortex-M arch: SysTick value exceeded 24-bit limit on MCUs with high frequency resulting in a wrong sleep duration.
  • Document requirement for -ffixed-r9 compiler flag for ARM Cortex-M if using stk::SetTls/stk::GetTls.
  • Add tick/time/timout types to C interface.

Fix tickless mode of ARM Cortex-M arch: SysTick value exceeded 24-bit limit on MCUs with high frequency resulting in a wrong sleep duration.
Document requirement for -ffixed-r9 compiler flag for ARM Cortex-M if using stk::SetTls/stk::GetTls.
Add tick/time/timout types to C interface.
@dmitrykos dmitrykos self-assigned this May 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

LCOV of commit 14156cd during Code Coverage - Generic #537

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

Files changed coverage rate: n/a

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

MemBrowse Memory Report

No memory changes detected for:

@dmitrykos dmitrykos force-pushed the port branch 2 times, most recently from 8c29cf3 to eacdddb Compare May 2, 2026 19:11
Introduce STK_TLS_PREFER_REGISTER macro to use R9 register for ARM Cortex-M arch.
Add TLS example for emulator arch.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 2, 2026

LCOV of commit b95f85e during Code Coverage - Generic #541

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

Files changed coverage rate: n/a

@dmitrykos dmitrykos merged commit 1f28b23 into main May 2, 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