-
Notifications
You must be signed in to change notification settings - Fork 828
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ThreadX modules and SMP #415
Comments
Thank you for reaching out @yf13. I will discuss this with the team. |
Hi @yf13, It looks like you are correct - I see the ports_module/cortex_a35_smp folder and the contents do appear to support SMP mode. Don't forget that you should also make sure you are using the threadx/common_smp generic source code (non Module source). For example, there are macros that convert _tx_thread_execute_ptr into an array (indexed by core) for SMP use. Hopefully, that will helps! |
@yf13 Do you still need assistance? Otherwise, I will close this issue. |
@billlamiework and @fdesbiens, thanks for the information. If we are not missing a |
Hi @yf13, |
@have you actually tried to build an SMP version Yes I did and got build error as shown in issue description. |
Hi @yf13, |
@billamiework and @goldscott, can you teach if ThreadX modules support SMP or not?
On one side, we have
ports_module/cortex_a35_smp
, so modules should support SMP already.On the other side, I got following error when building modules with my RiscV SMP port:
The text was updated successfully, but these errors were encountered: