README 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. CyaSSL Freescale CodeWarrior Project Files
  2. This directory contains project files for Freescale CodeWarrior 10.2. These
  3. project have been created to use MQX, RTCS, and MFS on the Freescale
  4. Kinetis K70 Tower System.
  5. Included Project Files
  6. -----------------------
  7. 1. CyaSSL library (/cyassl)
  8. Prior to building this project, uncomment the FREESCALE_MQX define
  9. located in:
  10. <cyassl_root>/cyassl/ctaocrypt/settings.h
  11. 2. CTaoCrypt Test App (/ctaocrypt_test)
  12. 3. Example CyaSSL Client (/cyassl_client)
  13. Importing into CodeWarrior Workspace
  14. ------------------------------------
  15. These projects can be imported into a CodeWarrior workspace using the standard
  16. "Import Project" feature. To import a project from CodeWarrior, follow
  17. these steps:
  18. 1. File -> Import
  19. 2. General -> Existing Projects into Workspace
  20. 3. Select Root Directory (browse to this "<cyassl_root>/mqx" directory)
  21. 4. Select desired projects -> Finish
  22. Keep in mind that the projects above reference CyaSSL source files and header
  23. files with relative paths to the projects' current location in the
  24. <cyassl_root>/mqx directory.