cores icon indicating copy to clipboard operation
cores copied to clipboard

abort() should do something

Open A-Dunstan opened this issue 8 months ago • 0 comments

Currently stubs provide basic implementations of abort() that spin forever e.g. while(1) asm("WFI");

Shouldn't they at least do something obvious to notify an error has occurred? Like call unused_interrupt_vector() ?

A-Dunstan avatar Jun 20 '24 06:06 A-Dunstan