From f8ff3486cc5264ccb0f58995e892df5d3140d6e2 Mon Sep 17 00:00:00 2001 From: "daniel.m.knutsen@mail.nasa.gov" Date: Thu, 9 May 2024 11:13:39 -0400 Subject: [PATCH] Fix #764, flight like platformed defined values --- cmake/sample_defs/example_platform_cfg.h | 4 ++-- modules/evs/config/default_cfe_evs_internal_cfg.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/sample_defs/example_platform_cfg.h b/cmake/sample_defs/example_platform_cfg.h index 5e2d6d278..630101495 100644 --- a/cmake/sample_defs/example_platform_cfg.h +++ b/cmake/sample_defs/example_platform_cfg.h @@ -935,7 +935,7 @@ ** This number must be less than or equal to #CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST. ** Values lower than 8 may cause functional and unit test failures. */ -#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 15 +#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 8 /** ** \cfeevscfg Default Event Log Filename @@ -961,7 +961,7 @@ ** There are no restrictions on the lower and upper limits however, ** the maximum log size is system dependent and should be verified. */ -#define CFE_PLATFORM_EVS_LOG_MAX 20 +#define CFE_PLATFORM_EVS_LOG_MAX 100 /** ** \cfeevscfg Default EVS Application Data Filename diff --git a/modules/evs/config/default_cfe_evs_internal_cfg.h b/modules/evs/config/default_cfe_evs_internal_cfg.h index d4fc64b0c..a02fa6a08 100644 --- a/modules/evs/config/default_cfe_evs_internal_cfg.h +++ b/modules/evs/config/default_cfe_evs_internal_cfg.h @@ -93,7 +93,7 @@ ** This number must be less than or equal to #CFE_PLATFORM_EVS_MAX_APP_EVENT_BURST. ** Values lower than 8 may cause functional and unit test failures. */ -#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 15 +#define CFE_PLATFORM_EVS_APP_EVENTS_PER_SEC 8 /** ** \cfeevscfg Default Event Log Filename @@ -119,7 +119,7 @@ ** There are no restrictions on the lower and upper limits however, ** the maximum log size is system dependent and should be verified. */ -#define CFE_PLATFORM_EVS_LOG_MAX 20 +#define CFE_PLATFORM_EVS_LOG_MAX 100 /** ** \cfeevscfg Default EVS Application Data Filename