wolfssl/IDE/Renesas/e2studio/Projects
Daniel Pouzzner 1c68da282c portability enhancement: use "#!/usr/bin/env <interpreter>" on all perl scripts and shell scripts that use bash extensions, and use "#!/bin/sh" on the rest. 2024-08-20 13:48:33 -05:00
..
common update copyright to 2024 2024-07-19 13:15:05 -06:00
test update copyright to 2024 2024-07-19 13:15:05 -06:00
tools portability enhancement: use "#!/usr/bin/env <interpreter>" on all perl scripts and shell scripts that use bash extensions, and use "#!/bin/sh" on the rest. 2024-08-20 13:48:33 -05:00
wolfssl Purge IDEA cipher 2022-01-31 15:29:25 -05:00
README updated as the latest version of sw use 2019-04-17 16:30:11 +09:00
include.am update Readme, added file header etc 2019-09-19 11:18:52 +09:00

README

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

wolfssl:
  Build wolfssl.lib

test:
  Get missing files 
  - create DUMMY project
  - copy generate directory of DUMMY project under src directory of test project 
  - uncomment "Use SIM I/O" lines in resetprg.c
  - set heap size in sbrk.h
  - set stack size in stacksct.h
  - replace lowlvl.src with sample project's lowlvl.src which you can download below.
    https://www.renesas.com/jp/ja/software/D3012028.html
    * copy lowlvl.c and lowlvl.h in sample project's above into src directory of test project too.
  Build test wolfCrypt

Setting MPU: R5F565MLCxFC or R5F571MLDxFC