X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_proc.h;h=1cd5a191a10de59d5c7f4aad1019d9d0b15c453a;hb=32d1445272120a254d77ce8d1af1f527da7a2c17;hp=52e245265e745907bd2ae113c9aef253edaf18a2;hpb=9ff4e7d506adcf5c3cf8ef603279bd540c2e792b;p=bertos.git diff --git a/bertos/cfg/cfg_proc.h b/bertos/cfg/cfg_proc.h index 52e24526..1cd5a191 100644 --- a/bertos/cfg/cfg_proc.h +++ b/bertos/cfg/cfg_proc.h @@ -62,10 +62,10 @@ #define CONFIG_KERN_HEAP 0 /** - * Preemptive process scheduling. WARNING: Experimental, still incomplete! + * Preemptive process scheduling. * * $WIZ$ type = "boolean" - * $WIZ$ supports = "False" + * $WIZ$ conditional_deps = "timer", "idle" */ #define CONFIG_KERN_PREEMPT 0 @@ -80,6 +80,7 @@ * * $WIZ$ type = "int" * $WIZ$ min = 1 + * $WIZ$ supports = "False" */ #define CONFIG_KERN_QUANTUM 47