From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html') diff --git a/docs/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html b/docs/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html index 7f2075b..a7f46c8 100644 --- a/docs/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html +++ b/docs/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html @@ -214,11 +214,7 @@ The kernel initialization for RTX5 is documented in
// System Initialization
SystemCoreClockUpdate();
-
#ifdef RTE_Compiler_EventRecorder
-
// Initialize and start Event Recorder
-
EventRecorderInitialize(EventRecordError, 1U);
-
#endif
-
// ...
+
// ...
osKernelInitialize(); // Initialize CMSIS-RTOS
osThreadNew(app_main, NULL, NULL); // Create application main thread
@@ -801,7 +797,7 @@ Kernel version (major.minor.rev: mmnnnrrrr dec).