RT-Thread / RT-Thread/rt-thread

[Feature] rt_tick_t can be configured to 64bit

Open
#9,482 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
12.2k
Forks
5.4k
Avg merge
4d 12h
Merged PRs (30d)
40

Description

Describe problem solved by the proposed feature

Currently rt_tick_t only 32bit, it's a little small

Describe your preferred solution

add a Kconfig to configure it with 32bit or 64bit

Describe possible alternatives

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the rt_tick_t definition and the existing Kconfig configuration points. Trace how the type is used across the RT-Thread kernel and determine the validation needed for both 32-bit and 64-bit configurations; done means each configuration builds and its relevant tests pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
operating-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.