view src/cs/services/vibr/vibr_pool_size.h @ 296:a927f030a4e0

add AT@VIBR and AT@VIBS commands for testing VIBR SWE
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 28 Mar 2022 00:43:11 +0000
parents e17bdedfbf2b
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