• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..07-May-2022-

util_lib/H10-Feb-2022-783727

wolfcrypt_benchmark/H10-Feb-2022-2,1632,073

wolfcrypt_test/H10-Feb-2022-2,1462,056

wolfssl/H10-Feb-2022-1,2071,200

wolfssl_client/H10-Feb-2022-2,3782,207

READMEH A D10-Feb-20221.3 KiB4428

README

1wolfSSL Freescale CodeWarrior Project Files
2
3This directory contains project files for Freescale CodeWarrior 10.6 with
4the Freescale GCC compiler. These project have been created to use MQX, RTCS,
5and MFS on the Freescale Kinetis K70 Tower System (TWRK70F120M).
6
7Included Project Files
8-----------------------
9
101. wolfSSL library (/wolfssl)
11
12    Prior to building this project, uncomment the FREESCALE_MQX define
13    located in:
14
15    <wolfssl_root>/wolfssl/wolfcrypt/settings.h
16
172. wolfCrypt Test App (/wolfcrypt_test)
18
193. wolfCrypt Benchmark App (/wolfcrypt_benchmark)
20
213. Example wolfSSL Client (/wolfssl_client)
22
234. Utility library (/util_lib)
24
25    This library is used by the wolfSSL example client project and wolfCrypt
26    test app project for opening/closing the SD card, etc.
27
28Importing into CodeWarrior Workspace
29------------------------------------
30
31These projects can be imported into a CodeWarrior workspace using the standard
32"Import Project" feature. To import a project from CodeWarrior, follow
33these steps:
34
351. File -> Import
362. General -> Existing Projects into Workspace
373. Select Root Directory (browse to this "<wolfssl_root>/mqx" directory)
384. Select desired projects -> Finish
39
40Keep in mind that the projects above reference wolfSSL source files and header
41files with relative paths to the projects' current location in the
42<wolfssl_root>/mqx directory.
43
44