Readme.txt

This commit is contained in:
Takashi Kojo 2018-04-28 06:36:56 +09:00
parent e69af98a7e
commit 6e96318785
2 changed files with 17 additions and 2 deletions

View 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

View File

@ -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 */