1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* user_settings.h
*
* Custom wolfSSL User Settings File
*
* This is a custom user settings file which controls the build of wolfSSL.
* The defines here are the defaults for this library project, but should
* be updated to match the end project.
*
* As this is a standalone library project, it has been configured to be
* compiled as a generic ARM Cortex-M4 build. No operating system or
* TCP/IP stack has been configured yet, so some associated features
* have been disabled below.
*/
/* no dirent.h support */
/* no sys/uio.h, disable writev() */
/* no OS yet, so no mutexes */
/* no TCP/IP stack connected yet */
/* enable fastmath library */
/* enable hardened build options */
/* USER_SETTINGS_H_ */