comparison src/cs/drivers/drv_app/fchg/fchg_pool_size.h @ 0:4e78acac3d88

src/{condat,cs,gpf,nucleus}: import from Selenite
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Oct 2020 06:23:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4e78acac3d88
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