From 5bd58bc309e959537e3e820abfa39ee629b140a5 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 7 Oct 2014 09:39:25 +0200 Subject: Reorganized firmware/ subdirectory (x300->usrp3, zpu->usrp2) --- firmware/zpu/lwip/lwippools.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 firmware/zpu/lwip/lwippools.h (limited to 'firmware/zpu/lwip/lwippools.h') diff --git a/firmware/zpu/lwip/lwippools.h b/firmware/zpu/lwip/lwippools.h deleted file mode 100644 index caee23c82..000000000 --- a/firmware/zpu/lwip/lwippools.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef INCLUDED_LWIPPOOLS_H -#define INCLUDED_LWIPPOOLS_H - -/* - * from comment at top of mem.c: - * - * To let mem_malloc() use pools (prevents fragmentation and is much faster than - * a heap but might waste some memory), define MEM_USE_POOLS to 1, define - * MEM_USE_CUSTOM_POOLS to 1 and create a file "lwippools.h" that includes a list - * of pools like this (more pools can be added between _START and _END): - * - * Define three pools with sizes 256, 512, and 1512 bytes - * LWIP_MALLOC_MEMPOOL_START - * LWIP_MALLOC_MEMPOOL(20, 256) - * LWIP_MALLOC_MEMPOOL(10, 512) - * LWIP_MALLOC_MEMPOOL(5, 1512) - * LWIP_MALLOC_MEMPOOL_END - */ - -LWIP_MALLOC_MEMPOOL_START -LWIP_MALLOC_MEMPOOL(2, 256) -LWIP_MALLOC_MEMPOOL_END - -#endif /* INCLUDED_LWIPPOOLS_H */ -- cgit v1.2.3