-
Hello, I have a question about CONFIG_TICKLESS_KERNEL. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It looks like you want TICKLESS on one core and non-TICKLESS on another. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your clarification. Hence, the suggestion might look like this:
A resource worth looking at. |
Beta Was this translation helpful? Give feedback.
Thank you for your clarification.
As far as I know, Zephyr has a global scheduler regardless of how many cores the CPU has.
This implies that you can only select between TICKLESS or non-TICKLESS, but not both.
Hence, the suggestion might look like this:
CONFIG_TICKLESS_KERNEL=y
k_thread_cpu_pin
.A resource worth looking at.