From: batt Date: Wed, 27 Aug 2008 16:23:20 +0000 (+0000) Subject: Disable kernel heap (needs to be refactored). X-Git-Tag: 2.0.0~201 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4aa67dcbefc12933616a0ddf21ebe7acfe812ad7;p=bertos.git Disable kernel heap (needs to be refactored). git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1733 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_kern.h b/bertos/cfg/cfg_kern.h index 630d2ec8..23bcd40c 100644 --- a/bertos/cfg/cfg_kern.h +++ b/bertos/cfg/cfg_kern.h @@ -51,7 +51,7 @@ #define CONFIG_KERN_SCHED 1 ///< Process schedling #define CONFIG_KERN_SIGNALS 1 ///< Inter-process signals #define CONFIG_KERN_IRQ 1 ///< Interrupt supervisor -#define CONFIG_KERN_HEAP 1 ///< Dynamic memory allocation +#define CONFIG_KERN_HEAP 0 ///< Dynamic memory allocation #define CONFIG_KERN_SEMAPHORES 1 ///< Re-entrant mutual exclusion primitives #define CONFIG_KERN_MONITOR 1 ///< Process monitor #define CONFIG_KERN_PREEMPT 0 ///< Preemptive process scheduling