OVMS3/OVMS.V3/components/wolfssl/IDE/Renesas/cs+/Projects
2022-04-06 00:04:46 +02:00
..
common Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
t4_demo Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
test Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
wolfssl_lib Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
include.am Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

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