README 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. wolfSSL Freescale CodeWarrior Project Files
  2. This directory contains project files for Freescale CodeWarrior 10.6 with
  3. the Freescale GCC compiler. These project have been created to use MQX, RTCS,
  4. and MFS on the Freescale Kinetis K70 Tower System (TWRK70F120M).
  5. Included Project Files
  6. -----------------------
  7. 1. wolfSSL library (/wolfssl)
  8. Prior to building this project, uncomment the FREESCALE_MQX define
  9. located in:
  10. <wolfssl_root>/wolfssl/wolfcrypt/settings.h
  11. 2. wolfCrypt Test App (/wolfcrypt_test)
  12. 3. wolfCrypt Benchmark App (/wolfcrypt_benchmark)
  13. 3. Example wolfSSL Client (/wolfssl_client)
  14. 4. Utility library (/util_lib)
  15. This library is used by the wolfSSL example client project and wolfCrypt
  16. test app project for opening/closing the SD card, etc.
  17. Importing into CodeWarrior Workspace
  18. ------------------------------------
  19. These projects can be imported into a CodeWarrior workspace using the standard
  20. "Import Project" feature. To import a project from CodeWarrior, follow
  21. these steps:
  22. 1. File -> Import
  23. 2. General -> Existing Projects into Workspace
  24. 3. Select Root Directory (browse to this "<wolfssl_root>/mqx" directory)
  25. 4. Select desired projects -> Finish
  26. Keep in mind that the projects above reference wolfSSL source files and header
  27. files with relative paths to the projects' current location in the
  28. <wolfssl_root>/mqx directory.