comparison src/cs/drivers/drv_app/fchg/fchg_pool_size.h @ 322:c4077830aeeb

FCHG implementation code started
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 04 Dec 2017 05:55:58 +0000
parents
children
comparison
equal deleted inserted replaced
321:5dea7e937c37 322:c4077830aeeb
1 /*
2 * Pool size definition required for every RiViera SWE
3 * The present FCHG version is based on TI's LCC
4 */
5
6 #ifndef __FCHG_POOL_SIZE_H_
7 #define __FCHG_POOL_SIZE_H_
8
9 #define FCHG_STACK_SIZE (1024)
10 #define FCHG_MB1_SIZE (2048)
11
12 #define FCHG_POOL_SIZE (FCHG_STACK_SIZE + FCHG_MB1_SIZE)
13 #endif