README 910 B

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