mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 01:47:35 +08:00
load_mon: rename low_stack -> task_stack_info & always publish it
- use uorb queue to not drop any info, only do 2 tasks per cycle - also print a warning on low stack (which will be added to ulog) this allows to gather statistics of each task's stack usage over time.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# stack information for a single running process
|
||||
|
||||
uint8 MAX_REPORT_TASK_NAME_LEN = 16
|
||||
|
||||
uint16 stack_free
|
||||
uint8[16] task_name
|
||||
Reference in New Issue
Block a user