We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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.
ports_module/cortex_a35_smp
On the other side, I got following error when building modules with my RiscV SMP port:
[243/342] Building C object CMakeFiles...txm_module_manager_thread_create.c.obj ... txm_module_manager_thread_create.c:671:30: warning: assignment to 'TX_THREAD *' {aka 'struct TX_THREAD_STRUCT *'} from incompatible pointer type 'TX_THREAD **' {aka 'struct TX_THREAD_STRUCT **'} [-Wincompatible-pointer-types] 671 | saved_thread_ptr = _tx_thread_execute_ptr;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@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: