From b668d879da6628204f2cb0a6a2dd42790d5f7bff Mon Sep 17 00:00:00 2001 From: batt Date: Mon, 20 Apr 2009 11:08:15 +0000 Subject: [PATCH] Disable incomplete configurations. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2578 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_proc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bertos/cfg/cfg_proc.h b/bertos/cfg/cfg_proc.h index e4489517..adb0d69a 100644 --- a/bertos/cfg/cfg_proc.h +++ b/bertos/cfg/cfg_proc.h @@ -47,8 +47,9 @@ #define CONFIG_KERN 0 /** - * Kernel interrupt supervisor. + * Kernel interrupt supervisor. WARNING: Experimental, still incomplete! * $WIZ$ type = "boolean" + * $WIZ$ supports = "False" */ #define CONFIG_KERN_IRQ 0 @@ -63,6 +64,7 @@ * Preemptive process scheduling. WARNING: Experimental, still incomplete! * * $WIZ$ type = "boolean" + * $WIZ$ supports = "False" */ #define CONFIG_KERN_PREEMPT 0 -- 2.25.1