mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-22 14:31:10 -04:00
Add Stack Dump option to debug menu and to GURU meditation fault (#1414)
* Stack dump * Stack dump * Stack dump * Stack dump * Stack dump * Stack dump * Update debug.cpp * Clang * Update debug.cpp * Skip dumping unused bytes of stack
This commit is contained in:
parent
014db9e233
commit
d8930db8af
5 changed files with 81 additions and 15 deletions
|
@ -47,4 +47,6 @@ inline uint32_t get_free_stack_space() {
|
|||
return stack_space_left;
|
||||
}
|
||||
|
||||
bool stack_dump();
|
||||
|
||||
#endif /*__DEBUG_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue