RT-Thread / rt-thread

RT-Thread is an open source IoT Real-Time Operating System (RTOS).
https://www.rt-thread.io
Apache License 2.0
10.55k stars 5.03k forks source link

[Feature] rt_tick_t can be configured to 64bit #9482

Open lygstate opened 1 month ago

lygstate commented 1 month ago

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

BernardXiong commented 1 month ago