From 4fd07fb90dc3172c27395af77b78cc4038446d6a Mon Sep 17 00:00:00 2001 From: Anton Moberg Date: Fri, 12 Feb 2021 17:40:28 +0100 Subject: MLBEDSW-3798 - MultiNPU test freeRTOS config Changed: configUSE_TIME_SLICING to 0, because otherwise context-switching between tasks of same priority each interrupt tick will mangle output-log Change-Id: I8aabbd76fa5402c99c27b811222a379298280205 --- rtos/freertos_config/FreeRTOSConfig.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtos/freertos_config/FreeRTOSConfig.h.in b/rtos/freertos_config/FreeRTOSConfig.h.in index 58e13a7..4e08c3a 100644 --- a/rtos/freertos_config/FreeRTOSConfig.h.in +++ b/rtos/freertos_config/FreeRTOSConfig.h.in @@ -29,7 +29,7 @@ #define configCPU_CLOCK_HZ @SYSTEM_CORE_CLOCK@ #define configUSE_PORT_OPTIMISED_TASK_SELECTION 0 #define configUSE_PREEMPTION 1 -#define configUSE_TIME_SLICING 1 +#define configUSE_TIME_SLICING 0 #define configMAX_PRIORITIES 5 #define configIDLE_SHOULD_YIELD 1 #define configUSE_16_BIT_TICKS 0 -- cgit v1.2.1