X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_preempt%2Fcfg%2Fcfg_heap.h;fp=boards%2Fat91sam7x-ek%2Fbenchmark%2Fkernel_footprint_preempt%2Fcfg%2Fcfg_heap.h;h=dc4b1fa397515b475bc0d4a7ada9f9d0ef23faf5;hb=6ae3b1774eae7a5514be758fcfbc66187617a860;hp=0000000000000000000000000000000000000000;hpb=cf0e85cf28635514f0e0956929605df8c2566882;p=bertos.git diff --git a/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_heap.h b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_heap.h new file mode 100644 index 00000000..dc4b1fa3 --- /dev/null +++ b/boards/at91sam7x-ek/benchmark/kernel_footprint_preempt/cfg/cfg_heap.h @@ -0,0 +1,51 @@ +/** + * \file + * + * + * \brief Configuration file for heap module. + * + * \version $Id$ + * + * \author Daniele Basile + */ + +#ifndef CFG_HEAP_H +#define CFG_HEAP_H + +/** + * Enable malloc/free like API. + * $WIZ$ type = "boolean" + */ +#define CONFIG_HEAP_MALLOC 1 + +#endif /* CFG_HEAP_H */ + +