view src/cs/services/vibr/vibr_pool_size.h @ 294:e17bdedfbf2b

VIBR SWE initial implementation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 27 Mar 2022 08:46:10 +0000
parents
children
line wrap: on
line source

/*
 * Pool size definition required for every RiViera SWE
 * VIBR is an entirely new FreeCalypso addition
 */

#ifndef __VIBR_POOL_SIZE_H_
#define __VIBR_POOL_SIZE_H_

#define VIBR_STACK_SIZE (1024)
#define VIBR_MB1_SIZE   (1024)
 
#define VIBR_POOL_SIZE  (VIBR_STACK_SIZE + VIBR_MB1_SIZE)
#endif