corrects port files, enables wakeups in port

This commit is contained in:
2026-03-16 08:08:49 +01:00
parent 2d0ec274ac
commit 2433b66dc0
3 changed files with 60 additions and 30 deletions

View File

@@ -112,6 +112,10 @@ TX_THREAD_SMP_MAX_CORES. See tx_thread_smp_low_level_initialize.S
#define TX_THREAD_SMP_INTER_CORE_INTERRUPT
/* Use default wakeup logic*/
#define TX_THREAD_SMP_DEFAULT_WAKEUP_LOGIC
/* Determine if there is customer-specific wakeup logic needed. */
#ifdef TX_THREAD_SMP_WAKEUP_LOGIC