minor fix

This commit is contained in:
Takashi Kojo
2018-04-28 13:25:41 +09:00
parent 6e96318785
commit 4c5982949e
2 changed files with 3 additions and 5 deletions

View File

@@ -3,13 +3,11 @@ wolfssl_lib:
Build wolfssl_lib.lib Build wolfssl_lib.lib
test: test:
Build test wolfCrypt Get missing files
To get missing files
- create DUMMY project - create DUMMY project
- copy all files under DUMMY project except DUMMY.* - copy all files under DUMMY project except DUMMY.*
- uncomment "Use SIM I/O" lines in resetprg.c - uncomment "Use SIM I/O" lines in resetprg.c
- set heap size in sbrk.h - set heap size in sbrk.h
suggested starting from more than 0x8000
- set stack size in stacksct.h - set stack size in stacksct.h
suggested starting from more than 0x4000 Build test wolfCrypt

View File

@@ -43,4 +43,4 @@
#define HAVE_ECC #define HAVE_ECC
#define HAVE_CURVE25519 #define HAVE_CURVE25519
#define CURVE25519_SMALL #define CURVE25519_SMALL
#define HAVE_ED25519 #define HAVE_ED25519