mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
adapted telemetry stack sizes for flight firmware to include more space needed for logging feature
This commit is contained in:
parent
951c7bfea0
commit
9414f3513f
@ -157,7 +157,7 @@
|
|||||||
#define PIOS_MANUAL_STACK_SIZE 800
|
#define PIOS_MANUAL_STACK_SIZE 800
|
||||||
#define PIOS_SYSTEM_STACK_SIZE 660
|
#define PIOS_SYSTEM_STACK_SIZE 660
|
||||||
#define PIOS_STABILIZATION_STACK_SIZE 524
|
#define PIOS_STABILIZATION_STACK_SIZE 524
|
||||||
#define PIOS_TELEM_STACK_SIZE 500
|
#define PIOS_TELEM_STACK_SIZE 800
|
||||||
#define PIOS_EVENTDISPATCHER_STACK_SIZE 130
|
#define PIOS_EVENTDISPATCHER_STACK_SIZE 130
|
||||||
|
|
||||||
/* This can't be too high to stop eventdispatcher thread overflowing */
|
/* This can't be too high to stop eventdispatcher thread overflowing */
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
#define PIOS_MANUAL_STACK_SIZE 724
|
#define PIOS_MANUAL_STACK_SIZE 724
|
||||||
#define PIOS_SYSTEM_STACK_SIZE 460
|
#define PIOS_SYSTEM_STACK_SIZE 460
|
||||||
#define PIOS_STABILIZATION_STACK_SIZE 524
|
#define PIOS_STABILIZATION_STACK_SIZE 524
|
||||||
#define PIOS_TELEM_STACK_SIZE 500
|
#define PIOS_TELEM_STACK_SIZE 800
|
||||||
#define PIOS_EVENTDISPATCHER_STACK_SIZE 130
|
#define PIOS_EVENTDISPATCHER_STACK_SIZE 130
|
||||||
|
|
||||||
/* This can't be too high to stop eventdispatcher thread overflowing */
|
/* This can't be too high to stop eventdispatcher thread overflowing */
|
||||||
|
@ -102,7 +102,7 @@
|
|||||||
// TELEMETRY
|
// TELEMETRY
|
||||||
// ------------------------
|
// ------------------------
|
||||||
#define TELEM_QUEUE_SIZE 20
|
#define TELEM_QUEUE_SIZE 20
|
||||||
#define PIOS_TELEM_STACK_SIZE 624
|
#define PIOS_TELEM_STACK_SIZE 800
|
||||||
|
|
||||||
// *****************************************************************
|
// *****************************************************************
|
||||||
// Interrupt Priorities
|
// Interrupt Priorities
|
||||||
|
@ -177,7 +177,7 @@ extern uint32_t pios_packet_handler;
|
|||||||
// TELEMETRY
|
// TELEMETRY
|
||||||
// ------------------------
|
// ------------------------
|
||||||
#define TELEM_QUEUE_SIZE 80
|
#define TELEM_QUEUE_SIZE 80
|
||||||
#define PIOS_TELEM_STACK_SIZE 624
|
#define PIOS_TELEM_STACK_SIZE 800
|
||||||
|
|
||||||
// -------------------------
|
// -------------------------
|
||||||
// System Settings
|
// System Settings
|
||||||
|
@ -139,7 +139,7 @@ extern uint32_t pios_com_hkosd_id;
|
|||||||
// TELEMETRY
|
// TELEMETRY
|
||||||
// ------------------------
|
// ------------------------
|
||||||
#define TELEM_QUEUE_SIZE 80
|
#define TELEM_QUEUE_SIZE 80
|
||||||
#define PIOS_TELEM_STACK_SIZE 624
|
#define PIOS_TELEM_STACK_SIZE 800
|
||||||
|
|
||||||
// -------------------------
|
// -------------------------
|
||||||
// System Settings
|
// System Settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user