mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
LP-92 Reduce Actuator stack size - Increase System stack size for diags
This commit is contained in:
parent
670dbfe9ce
commit
99975bf9b0
@ -163,13 +163,13 @@
|
|||||||
#define CPULOAD_LIMIT_CRITICAL 95
|
#define CPULOAD_LIMIT_CRITICAL 95
|
||||||
|
|
||||||
/* Task stack sizes */
|
/* Task stack sizes */
|
||||||
#define PIOS_ACTUATOR_STACK_SIZE 820
|
#define PIOS_ACTUATOR_STACK_SIZE 700
|
||||||
#define PIOS_MANUAL_STACK_SIZE 735
|
#define PIOS_MANUAL_STACK_SIZE 735
|
||||||
#define PIOS_RECEIVER_STACK_SIZE 620
|
#define PIOS_RECEIVER_STACK_SIZE 620
|
||||||
#define PIOS_STABILIZATION_STACK_SIZE 400
|
#define PIOS_STABILIZATION_STACK_SIZE 400
|
||||||
|
|
||||||
#ifdef DIAG_TASKS
|
#ifdef DIAG_TASKS
|
||||||
#define PIOS_SYSTEM_STACK_SIZE 740
|
#define PIOS_SYSTEM_STACK_SIZE 760
|
||||||
#else
|
#else
|
||||||
#define PIOS_SYSTEM_STACK_SIZE 660
|
#define PIOS_SYSTEM_STACK_SIZE 660
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user