Readme.txt
This commit is contained in:
parent
e69af98a7e
commit
6e96318785
15
IDE/Renesas/cs+/Projects/Readme.txt
Normal file
15
IDE/Renesas/cs+/Projects/Readme.txt
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
wolfssl_lib:
|
||||
Build wolfssl_lib.lib
|
||||
|
||||
test:
|
||||
Build test wolfCrypt
|
||||
To get missing files
|
||||
- create DUMMY project
|
||||
- copy all files under DUMMY project except DUMMY.*
|
||||
- uncomment "Use SIM I/O" lines in resetprg.c
|
||||
- set heap size in sbrk.h
|
||||
suggested starting from more than 0x8000
|
||||
- set stack size in stacksct.h
|
||||
suggested starting from more than 0x4000
|
||||
|
@ -11,7 +11,8 @@
|
||||
#define WOLFSSL_NO_CURRDIR
|
||||
#define NO_FILESYSTEM
|
||||
#define WOLFSSL_LOG_PRINTF
|
||||
#define DEBUG_WOLFSSL
|
||||
|
||||
/* #define DEBUG_WOLFSSL */
|
||||
|
||||
#define OPENSSL_EXTRA
|
||||
|
||||
@ -24,7 +25,6 @@
|
||||
#define XTIME time
|
||||
#define USE_WOLF_SUSECONDS_T
|
||||
#define USE_WOLF_TIMEVAL_T
|
||||
//#define NO__FUNC__
|
||||
|
||||
#define WOLFSSL_USER_CURRTIME /* for benchmark */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user