README
1wolfSSL Example Project for Atollic TrueSTUDIO
2
3This directory contains an example wolfSSL static library project for
4Atollic TrueSTUDIO.
5
6The "wolfssl" TrueSTUDIO project has been set up to compile a generic
7static library for ARM Cortex-M4 devices. This can be configured
8and changed in the project properties window.
9
10Steps to compile this project:
11
121. Open Atollic TrueSTUDIO
132. Import project into workspace (File->Import)
143. Build project (Project->Build Project)
15
16This project defines WOLFSSL_USER_SETTINGS in the C/C++ Compiler
17toolchain preprocessor symbols. This causes wolfSSL to look for and
18include a "user_settings.h" file at build time. This header controls
19how the wolfSSL library is compiled.
20
21The existing "user_settings.h" file is very minimal and users should
22modify it to meet the requirements and specifics of their projects.
23
24For support, please email wolfSSL at support@wolfssl.com.
25