X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s1968%2Fcfg%2Fcfg_proc.h;fp=examples%2Flm3s1968%2Fcfg%2Fcfg_proc.h;h=eb5506b412d165af24b1abe1b55542deb7ce2f85;hb=e9bfc5ac6ebabbcf2a0f387e490286165409e6d7;hp=0f47739d77c513d61bb249bc96fe95e5edf38dfc;hpb=0a3e77bd56d4bfc7849628fa4e2f0a3d3a502705;p=bertos.git diff --git a/examples/lm3s1968/cfg/cfg_proc.h b/examples/lm3s1968/cfg/cfg_proc.h index 0f47739d..eb5506b4 100644 --- a/examples/lm3s1968/cfg/cfg_proc.h +++ b/examples/lm3s1968/cfg/cfg_proc.h @@ -58,7 +58,7 @@ * $WIZ$ type = "boolean" * $WIZ$ conditional_deps = "timer" */ -#define CONFIG_KERN_PREEMPT 0 +#define CONFIG_KERN_PREEMPT 1 /** * Time sharing quantum (a prime number prevents interference effects) [ms]. @@ -86,7 +86,7 @@ * $WIZ$ type = "int" * $WIZ$ min = 0 */ -#define CONFIG_KERN_HEAP_SIZE 8192L +#define CONFIG_KERN_HEAP_SIZE 16384L /** * Module logging level.