Chris Conlon 27ad083dbf add CodeWarrior wolfCrypt benchmark project files преди 9 години
..
cyassl c1bfdeeb81 update cyassl CodeWarrior project files преди 9 години
cyassl_client ecc6ef19d1 update cyassl_client CodeWarrior project files преди 9 години
util_lib 53b5d7d7f4 update util_lib CodeWarrior project files преди 9 години
wolfcrypt_benchmark 27ad083dbf add CodeWarrior wolfCrypt benchmark project files преди 9 години
wolfcrypt_test 63a90d9cb6 fix CodeWarrior wolfCrypt test debug configuration преди 9 години
README 231bfd5b85 update MQX example project README преди 9 години

README

CyaSSL Freescale CodeWarrior Project Files

This directory contains project files for Freescale CodeWarrior 10.6 with
the Freescale GCC compiler. These project have been created to use MQX, RTCS,
and MFS on the Freescale Kinetis K70 Tower System (TWRK70F120M).

Included Project Files
-----------------------

1. CyaSSL library (/cyassl)

Prior to building this project, uncomment the FREESCALE_MQX define
located in:

/cyassl/ctaocrypt/settings.h

2. wolfCrypt Test App (/wolfcrypt_test)

3. Example CyaSSL Client (/cyassl_client)

4. Utility library (/util_lib)

This library is used by the CyaSSL example client project and wolfCrypt
test app project for opening/closing the SD card, etc.

Importing into CodeWarrior Workspace
------------------------------------

These projects can be imported into a CodeWarrior workspace using the standard
"Import Project" feature. To import a project from CodeWarrior, follow
these steps:

1. File -> Import
2. General -> Existing Projects into Workspace
3. Select Root Directory (browse to this "/mqx" directory)
4. Select desired projects -> Finish

Keep in mind that the projects above reference CyaSSL source files and header
files with relative paths to the projects' current location in the
/mqx directory.