]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Source/CyaSSL/IDE/MDK-ARM/MDK-ARM/CyaSSL/config.h
4d89d8fca4fd12fff27e1034f0e304c1de53ed89
[freertos] / FreeRTOS-Plus / Source / CyaSSL / IDE / MDK-ARM / MDK-ARM / CyaSSL / config.h
1 /* config.h
2  *
3  * Copyright (C) 2006-2014 wolfSSL Inc.
4  *
5  * This file is part of CyaSSL.
6  *
7  * CyaSSL is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * CyaSSL is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
20  */
21
22
23 /**** CyaSSL for KEIL-RL Configuration ****/
24
25 #define __CORTEX_M3__
26 #define CYASSL_MDK_ARM
27 #define NO_WRITEV
28 #define NO_CYASSL_DIR
29
30 /* for Retarget.c */
31 #define  STDIO
32 #define BENCH_EMBEDDED
33
34 #define CYASSL_DER_LOAD
35 #define HAVE_NULL_CIPHER
36
37 #if    defined(MDK_CONF_RTX_TCP_FS)
38 #include "config-RTX-TCP-FS.h"
39 #elif  defined(MDK_CONF_TCP_FS)
40 #include "config-TCP-FS.h"
41 #elif  defined(MDK_CONF_FS)
42 #include "config-FS.h"
43 #elif  defined(MDK_CONF_BARE_METAL)
44 #include "config-BARE-METAL.h"
45 #endif
46