wolfssl/IDE/Renesas/cs+/Projects
Chris Conlon 45c5a2d39c update copyright to 2020 2020-01-03 15:06:03 -08:00
..
common update copyright to 2020 2020-01-03 15:06:03 -08:00
t4_demo update copyright to 2020 2020-01-03 15:06:03 -08:00
test update copyright to 2020 2020-01-03 15:06:03 -08:00
wolfssl_lib Clean up user_settings for CS+ 2019-04-23 13:44:05 +09:00
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