X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_proc.h;h=b2337bf25e6202f4efd600f9d58ac8135344554a;hb=3001f6f9ca19a6dd354cb1f82425253484c5468b;hp=e4489517cd177cb81aebfad4c30e592969cab07c;hpb=cb25e667d29d98c4e7c19d2d63d426760f492e7c;p=bertos.git diff --git a/bertos/cfg/cfg_proc.h b/bertos/cfg/cfg_proc.h index e4489517..b2337bf2 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 @@ -76,7 +78,7 @@ * Time sharing quantum (a prime number prevents interference effects) [ms]. * * $WIZ$ type = "int" - * $WIZ$ min = "0" + * $WIZ$ min = 1 */ #define CONFIG_KERN_QUANTUM 47