README 497 B

123456789101112131415
  1. This is procedure how to build wolfssl and test project on Renesas cs+.
  2. wolfssl_lib:
  3. Build wolfssl_lib.lib
  4. test:
  5. - For getting BSP files, create "bsp" folder under "Projects".
  6. - Create "DUMMY" project under "bsp" with your MPU name property
  7. - close "DUMMY" project, and open "test" project
  8. - change MPU name property of the project
  9. - uncomment "Use SIM I/O" lines in "bsp/resetprg.c"
  10. - set heap size in "bsp/sbrk.h"
  11. - set stack size in "bsp/stacksct.h"
  12. Build "test" wolfCrypt