We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 230d770 + 8d2acc6 commit ae5d69aCopy full SHA for ae5d69a
1 file changed
flight/targets/boards/coptercontrol/firmware/inc/pios_config.h
@@ -161,7 +161,6 @@
161
#define IDLE_COUNTS_PER_SEC_AT_NO_LOAD 1995998
162
163
/* Alarm Thresholds */
164
-#define HEAP_LIMIT_WARNING 220
165
#define HEAP_LIMIT_CRITICAL 40
166
#define IRQSTACK_LIMIT_WARNING 100
167
#define IRQSTACK_LIMIT_CRITICAL 60
@@ -175,10 +174,13 @@
175
174
#define PIOS_STABILIZATION_STACK_SIZE 400
176
177
#ifdef DIAG_TASKS
178
-#define PIOS_SYSTEM_STACK_SIZE 760
+#define PIOS_SYSTEM_STACK_SIZE 880
+#define HEAP_LIMIT_WARNING 150
179
#else
180
-#define PIOS_SYSTEM_STACK_SIZE 660
+#define PIOS_SYSTEM_STACK_SIZE 700
181
+#define HEAP_LIMIT_WARNING 220
182
#endif
183
+
184
#define PIOS_TELEM_RX_STACK_SIZE 410
185
#define PIOS_TELEM_TX_STACK_SIZE 560
186
#define PIOS_EVENTDISPATCHER_STACK_SIZE 95
0 commit comments