X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fdemo%2Fcfg%2Fcfg_proc.h;h=12e39c8b7bc16cf12352428c5d064de5ae5a5876;hb=e71edb195539ce8bd2c76cf54048f33a1e6d66be;hp=7c6dc34d36d2ac716b16360dffd5dbc1f32d27b7;hpb=1a1b4e3cd8f4956f708b4a46aa25e9c001ae777d;p=bertos.git diff --git a/examples/demo/cfg/cfg_proc.h b/examples/demo/cfg/cfg_proc.h index 7c6dc34d..12e39c8b 100644 --- a/examples/demo/cfg/cfg_proc.h +++ b/examples/demo/cfg/cfg_proc.h @@ -32,7 +32,6 @@ * * \brief Kernel configuration parameters * - * \version $Id$ * \author Bernie Innocenti */ @@ -65,13 +64,13 @@ * $WIZ$ type = "int" * $WIZ$ min = 0 */ -#define CONFIG_KERN_HEAP_SIZE 262144L +#define CONFIG_KERN_HEAP_SIZE 2097152L /** * Preemptive process scheduling. * * $WIZ$ type = "boolean" - * $WIZ$ conditional_deps = "timer", "idle" + * $WIZ$ conditional_deps = "timer" */ #define CONFIG_KERN_PREEMPT 1 @@ -87,7 +86,7 @@ * $WIZ$ type = "int" * $WIZ$ min = 1 */ -#define CONFIG_KERN_QUANTUM 47 +#define CONFIG_KERN_QUANTUM 11 /** * Module logging level.