pico-sdk/test/panic_function_test
graham sanderson 771ac20b11 Fix PICO_PANIC_FUNCTION= imelementations
- stack should remain properly aligned
- risc-v was actually completely broken for user defined handlers because GCC was auto-pushing vaargs for naked function even with no stack frame
- new implementation supports full call stacks in gdb for Arm or RISC-V when hitting breakpoint in panic function
- new config defines make it explicit that gdb full stgack trace comes at the cost of corrupting stack based vaargs 4th is corrupted on Arm, later on RiSC-V (7 maybe?)
2026-03-13 16:51:15 -05:00
..
CMakeLists.txt Fix PICO_PANIC_FUNCTION= imelementations 2026-03-13 16:51:15 -05:00
panic_function_test.c Fix PICO_PANIC_FUNCTION= imelementations 2026-03-13 16:51:15 -05:00