From: batt Date: Mon, 20 Apr 2009 11:08:15 +0000 (+0000) Subject: Disable incomplete configurations. X-Git-Tag: 2.1.0~104 X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=commitdiff_plain;h=b668d879da6628204f2cb0a6a2dd42790d5f7bff Disable incomplete configurations. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2578 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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