Replies: 2 comments 1 reply
-
A grep shows some relevant tests :
See tests in tests/kernel/smp* there are way more relevant code (using k_thread_cpu_pin for instance) |
Beta Was this translation helpful? Give feedback.
1 reply
-
While it is true that SMP has been tested in ESP32, it is also true that it is not working properly. PTAL: #56011 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From the docs it appears that multicore SMP has been tested on esp32 and qemu_x86. But I search the codebase and did not find any sample using the SMP API (e.g. k_thread_cpu_mask_xxx). Can someone point me to such code, if they exist?
Beta Was this translation helpful? Give feedback.
All reactions