Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4

Merged
alex merged 79 commits from feature/test into main 2026-04-02 14:09:29 +01:00
Showing only changes of commit 124783a57c - Show all commits

View File

@@ -124,5 +124,7 @@ void _exit(int exit_code) {
// Halt
while (1) {
__asm__ volatile ("wfi");
// Incase periodic interrupts are scheduled (e.g. timer), additionaly jump to self
for (;;);
}
}