feat(coredump): improve the probability of accessing healthy TCBs

This commit is contained in:
Erhan Kurubas
2023-12-24 21:37:45 +01:00
committed by BOT
parent 4ecc978bd6
commit 054f33b386
16 changed files with 295 additions and 206 deletions

View File

@@ -291,6 +291,7 @@ void vPortExitCriticalIDF(void);
// ----------------------- System --------------------------
bool portVALID_LIST_MEM(const void *ptr);
bool portVALID_TCB_MEM(const void *ptr);
bool portVALID_STACK_MEM(const void *ptr);