X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Flpc-p2378%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_heap.h;fp=boards%2Flpc-p2378%2Fbenchmark%2Fcontext_switch%2Fcfg%2Fcfg_heap.h;h=dc4b1fa397515b475bc0d4a7ada9f9d0ef23faf5;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=0000000000000000000000000000000000000000;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/lpc-p2378/benchmark/context_switch/cfg/cfg_heap.h b/boards/lpc-p2378/benchmark/context_switch/cfg/cfg_heap.h new file mode 100644 index 00000000..dc4b1fa3 --- /dev/null +++ b/boards/lpc-p2378/benchmark/context_switch/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 */ + +