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

src/cs: initial import from Magnetite
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 15 Jul 2018 04:39:26 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b6a5e36de839
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