wolfssl/IDE/Renesas/cs+/Projects
Eric Blankenhorn 7223b5a708 Fix spelling warnings 2023-11-22 12:34:56 -06:00
..
common
t4_demo Fix spelling warnings 2023-11-22 12:34:56 -06:00
test
wolfssl_lib
README
include.am

README

This is procedure how to build wolfssl and test project on Renesas cs+.

wolfssl_lib:
  Build wolfssl_lib.lib

test:
  - For getting BSP files, create "bsp" folder under "Projects".
  - Create "DUMMY" project under "bsp" with your MPU name property
  - close "DUMMY" project, and open "test" project
  - change MPU name property of the project
  - uncomment "Use SIM I/O" lines in "bsp/resetprg.c"
  - set heap size in "bsp/sbrk.h"
  - set stack size in "bsp/stacksct.h"
  Build "test" wolfCrypt