forked from wolfSSL/wolfssl
tie MQX directory into automake, update docs
This commit is contained in:
@ -55,6 +55,10 @@ include testsuite/include.am
|
||||
include tests/include.am
|
||||
include sslSniffer/sslSnifferTest/include.am
|
||||
include rpm/include.am
|
||||
include mqx/ctaocrypt_test/Sources/include.am
|
||||
include mqx/cyassl/include.am
|
||||
include mqx/cyassl_client/Sources/include.am
|
||||
include mqx/util_lib/Sources/include.am
|
||||
include mplabx/ctaocrypt_benchmark.X/nbproject/include.am
|
||||
include mplabx/ctaocrypt_test.X/nbproject/include.am
|
||||
include mplabx/cyassl.X/nbproject/include.am
|
||||
|
@ -13,7 +13,7 @@ Included Project Files
|
||||
|
||||
1. CyaSSL library (cyassl.X)
|
||||
|
||||
This project build a static CyaSSL library. Prior to building this
|
||||
This project builds a static CyaSSL library. Prior to building this
|
||||
project, uncomment the MICROCHIP_PIC32 define located in:
|
||||
|
||||
<cyassl_root>/cyassl/ctaocrypt/settings.h
|
||||
|
37
mqx/README
Normal file
37
mqx/README
Normal file
@ -0,0 +1,37 @@
|
||||
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.
|
||||
|
||||
Included Project Files
|
||||
-----------------------
|
||||
|
||||
1. CyaSSL library (/cyassl)
|
||||
|
||||
Prior to building this project, uncomment the FREESCALE_MQX define
|
||||
located in:
|
||||
|
||||
<cyassl_root>/cyassl/ctaocrypt/settings.h
|
||||
|
||||
2. CTaoCrypt Test App (/ctaocrypt_test)
|
||||
|
||||
3. Example CyaSSL Client (/cyassl_client)
|
||||
|
||||
|
||||
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 "<cyassl_root>/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
|
||||
<cyassl_root>/mqx directory.
|
||||
|
15
mqx/ctaocrypt_test/Sources/include.am
Normal file
15
mqx/ctaocrypt_test/Sources/include.am
Normal file
@ -0,0 +1,15 @@
|
||||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
#
|
||||
|
||||
EXTRA_DIST += \
|
||||
mqx/ctaocrypt_test/.cproject \
|
||||
mqx/ctaocrypt_test/.project \
|
||||
mqx/ctaocrypt_test/ReferencedRSESystems.xml \
|
||||
mqx/ctaocrypt_test/ctaocrypt_test_twrk70f120m_Int_Flash_SramData_Debug_PnE_U-MultiLink.launch \
|
||||
mqx/ctaocrypt_test/ctaocrypt_test_twrk70f120m_Int_Flash_SramData_Release_PnE_U-MultiLink.launch
|
||||
|
||||
EXTRA_DIST += \
|
||||
mqx/ctaocrypt_test/Sources/main.c \
|
||||
mqx/ctaocrypt_test/Sources/main.h
|
||||
|
8
mqx/cyassl/include.am
Normal file
8
mqx/cyassl/include.am
Normal file
@ -0,0 +1,8 @@
|
||||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
#
|
||||
|
||||
EXTRA_DIST += \
|
||||
mqx/cyassl/.cproject \
|
||||
mqx/cyassl/.project
|
||||
|
15
mqx/cyassl_client/Sources/include.am
Normal file
15
mqx/cyassl_client/Sources/include.am
Normal file
@ -0,0 +1,15 @@
|
||||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
#
|
||||
|
||||
EXTRA_DIST += \
|
||||
mqx/cyassl_client/.cproject \
|
||||
mqx/cyassl_client/.project \
|
||||
mqx/cyassl_client/ReferencedRSESystems.xml \
|
||||
mqx/cyassl_client/cyassl_client_twrk70f120m_Int_Flash_SramData_Debug_PnE_U-MultiLink.launch \
|
||||
mqx/cyassl_client/cyassl_client_twrk70f120m_Int_Flash_SramData_Release_PnE_U-MultiLink.launch
|
||||
|
||||
EXTRA_DIST += \
|
||||
mqx/cyassl_client/Sources/main.c \
|
||||
mqx/cyassl_client/Sources/main.h
|
||||
|
12
mqx/util_lib/Sources/include.am
Normal file
12
mqx/util_lib/Sources/include.am
Normal file
@ -0,0 +1,12 @@
|
||||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
#
|
||||
|
||||
EXTRA_DIST += \
|
||||
mqx/util_lib/.cproject \
|
||||
mqx/util_lib/.project
|
||||
|
||||
EXTRA_DIST += \
|
||||
mqx/util_lib/Sources/util.c \
|
||||
mqx/util_lib/Sources/util.h
|
||||
|
Reference in New Issue
Block a user