X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32VLDiscovery%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_proc.h;h=e779ebe46a99a5c73cd0289ee92f4053a5e9e320;hb=ba549de2e4f55dbd6a1167850e94e14c092dd231;hp=3c9439fb0b002097067e74d87e98ffb16ea57e89;hpb=150b803365687c36d4ff94c65b089a4e91425a65;p=bertos.git diff --git a/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_proc.h b/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_proc.h index 3c9439fb..e779ebe4 100644 --- a/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_proc.h +++ b/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_proc.h @@ -43,7 +43,7 @@ * * $WIZ$ type = "autoenabled" */ -#define CONFIG_KERN 0 +#define CONFIG_KERN 1 /** * Kernel interrupt supervisor. WARNING: Experimental, still incomplete! @@ -72,21 +72,21 @@ * Priority-based scheduling policy. * $WIZ$ type = "boolean" */ -#define CONFIG_KERN_PRI 0 +#define CONFIG_KERN_PRI 1 /** * Dynamic memory allocation for processes. * $WIZ$ type = "boolean" * $WIZ$ conditional_deps = "heap" */ -#define CONFIG_KERN_HEAP 0 +#define CONFIG_KERN_HEAP 1 /** * Size of the dynamic memory pool used by processes. * $WIZ$ type = "int" * $WIZ$ min = 0 */ -#define CONFIG_KERN_HEAP_SIZE 2048L +#define CONFIG_KERN_HEAP_SIZE 1024L /** * Module logging level.