mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
sched: remove nxsched_suspend/resume_scheduler
move both suspned and resume logic to nxsched_switch_context Co-authored-by: yinshengkai <yinshengkai@xiaomi.com> Signed-off-by: guoshengyuan1 <guoshengyuan1@xiaomi.com>
This commit is contained in:
@@ -2457,7 +2457,7 @@ config STACK_COLORATION
|
||||
|
||||
config STACKCHECK_SOFTWARE
|
||||
bool "Software detection of stack overflow"
|
||||
depends on STACK_COLORATION && DEBUG_ASSERTIONS && SCHED_SUSPENDSCHEDULER
|
||||
depends on STACK_COLORATION && DEBUG_ASSERTIONS
|
||||
---help---
|
||||
When switching contexts, it will detect whether a stack overflow occurs.
|
||||
Two methods are used here.
|
||||
|
||||
Reference in New Issue
Block a user