aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Moberg <anton.moberg@arm.com>2021-02-12 17:40:28 +0100
committerAnton Moberg <anton.moberg@arm.com>2021-02-12 17:40:28 +0100
commit4fd07fb90dc3172c27395af77b78cc4038446d6a (patch)
tree1680255e73f49e0fa769e1290b29d0bce773b5dd
parent66ed182cd7520537e73ec37f17f8bf549d8297a2 (diff)
downloadethos-u-core-software-4fd07fb90dc3172c27395af77b78cc4038446d6a.tar.gz
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
-rw-r--r--rtos/freertos_config/FreeRTOSConfig.h.in2
1 files changed, 1 insertions, 1 deletions
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