From 231bfd5b8559d7f0747a0d4d27c183ba2e728138 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Wed, 17 Sep 2014 16:59:10 -0600 Subject: [PATCH] update MQX example project README --- mqx/README | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/mqx/README b/mqx/README index 3765ba57b..d99785373 100644 --- a/mqx/README +++ b/mqx/README @@ -1,8 +1,8 @@ CyaSSL Freescale CodeWarrior Project Files -This directory contains project files for Freescale CodeWarrior 10.2. These -project have been created to use MQX, RTCS, and MFS on the Freescale -Kinetis K70 Tower System. +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 ----------------------- @@ -14,10 +14,14 @@ Included Project Files /cyassl/ctaocrypt/settings.h -2. CTaoCrypt Test App (/ctaocrypt_test) +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 ------------------------------------