git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@419 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
465593d541
commit
090b4c1109
|
@ -147,11 +147,11 @@
|
|||
* provide the \p __heap_base__ and \p __heap_end__ symbols.
|
||||
* @note requires \p CH_USE_HEAP.
|
||||
*/
|
||||
#define CH_HEAP_SIZE 0
|
||||
#define CH_HEAP_SIZE 128
|
||||
|
||||
/** Configuration option: enforces the use of the C-runtime \p malloc() and
|
||||
* \p free() functions as backend for the system heap allocator.*/
|
||||
#define CH_USE_MALLOC_HEAP
|
||||
//#define CH_USE_MALLOC_HEAP
|
||||
|
||||
/** Configuration option: if specified then the memory pools allocator APIs
|
||||
* are included in the kernel.*/
|
||||
|
|
Loading…
Reference in New Issue