]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/cfg/c6455/iblcfg.h
d1ffa60c5c818879459e015e1af16ac734c08bd6
[keystone-rtos/ibl.git] / src / cfg / c6455 / iblcfg.h
1 /**************************************************************************
2  * FILE PURPOSE: Provide build time configurations for the IBL
3  **************************************************************************
4  * FILE NAME: iblcfg.h
5  *
6  * DESCRIPTION: Build time configuration
7  *
8  * @file iblcfg.h
9  *
10  * @brief
11  *       Build time configurations for the c6455 ibl are defined
12  *
13  ***************************************************************************/
14 #ifndef IBLCFG_H
15 #define IBLCFG_H
17 /**
18  * @brief  The maximum number of UDP sockets in the system
19  */
20 #define MAX_UDP_SOCKET          3
23 /**
24  * @brief The maximum number of timers in the system
25  */
26 #define MAX_TIMER_BLOCKS        5
29 /**
30  * @brief The size in bytes of the internal stream buffer
31  */
32 #define MAX_SIZE_STREAM_BUFFER  1024
35 /**
36  * @brief The maximum number of functions supported for BIS mode
37  */
38 #define MAX_BIS_FUNCTION_SUPPORT    3
45 #endif