adds ipi functionality

This commit is contained in:
2026-03-10 21:02:29 +01:00
parent 744773848c
commit a75db78425
2 changed files with 18 additions and 0 deletions

View 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);
}