README 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. CyaSSL 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. 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. wolfCrypt Test App (/wolfcrypt_test)
  12. 3. Example CyaSSL Client (/cyassl_client)
  13. 4. Utility library (/util_lib)
  14. This library is used by the CyaSSL example client project and wolfCrypt
  15. test app project for opening/closing the SD card, etc.
  16. Importing into CodeWarrior Workspace
  17. ------------------------------------
  18. These projects can be imported into a CodeWarrior workspace using the standard
  19. "Import Project" feature. To import a project from CodeWarrior, follow
  20. these steps:
  21. 1. File -> Import
  22. 2. General -> Existing Projects into Workspace
  23. 3. Select Root Directory (browse to this "<cyassl_root>/mqx" directory)
  24. 4. Select desired projects -> Finish
  25. Keep in mind that the projects above reference CyaSSL source files and header
  26. files with relative paths to the projects' current location in the
  27. <cyassl_root>/mqx directory.