mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
minor fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user