1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

adapted telemetry stack sizes for flight firmware to include more space needed for logging feature

This commit is contained in:
Corvus Corax 2013-11-17 22:39:39 +01:00
parent 951c7bfea0
commit 9414f3513f
5 changed files with 5 additions and 5 deletions

View File

@ -157,7 +157,7 @@
#define PIOS_MANUAL_STACK_SIZE 800
#define PIOS_SYSTEM_STACK_SIZE 660
#define PIOS_STABILIZATION_STACK_SIZE 524
#define PIOS_TELEM_STACK_SIZE 500
#define PIOS_TELEM_STACK_SIZE 800
#define PIOS_EVENTDISPATCHER_STACK_SIZE 130
/* This can't be too high to stop eventdispatcher thread overflowing */

View File

@ -157,7 +157,7 @@
#define PIOS_MANUAL_STACK_SIZE 724
#define PIOS_SYSTEM_STACK_SIZE 460
#define PIOS_STABILIZATION_STACK_SIZE 524
#define PIOS_TELEM_STACK_SIZE 500
#define PIOS_TELEM_STACK_SIZE 800
#define PIOS_EVENTDISPATCHER_STACK_SIZE 130
/* This can't be too high to stop eventdispatcher thread overflowing */

View File

@ -102,7 +102,7 @@
// TELEMETRY
// ------------------------
#define TELEM_QUEUE_SIZE 20
#define PIOS_TELEM_STACK_SIZE 624
#define PIOS_TELEM_STACK_SIZE 800
// *****************************************************************
// Interrupt Priorities

View File

@ -177,7 +177,7 @@ extern uint32_t pios_packet_handler;
// TELEMETRY
// ------------------------
#define TELEM_QUEUE_SIZE 80
#define PIOS_TELEM_STACK_SIZE 624
#define PIOS_TELEM_STACK_SIZE 800
// -------------------------
// System Settings

View File

@ -139,7 +139,7 @@ extern uint32_t pios_com_hkosd_id;
// TELEMETRY
// ------------------------
#define TELEM_QUEUE_SIZE 80
#define PIOS_TELEM_STACK_SIZE 624
#define PIOS_TELEM_STACK_SIZE 800
// -------------------------
// System Settings