adds ipi functionality
This commit is contained in:
6
port/threadx_smp/src/tx_thread_smp_core_preempt.c
Normal file
6
port/threadx_smp/src/tx_thread_smp_core_preempt.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <aclint_ipi.h>
|
||||
#include <tx_port.h>
|
||||
void _tx_thread_smp_core_preempt(UINT target_core)
|
||||
{
|
||||
send_ipi(target_core);
|
||||
}
|
||||
Reference in New Issue
Block a user