mirror of https://github.com/wolfSSL/wolfssl.git
Fixes for Renesas example projects.
parent
f90b7d6c37
commit
a63da76e07
|
@ -1,3 +1,4 @@
|
||||||
|
This is procedure how to build wolfssl and test project on Renesas cs+.
|
||||||
|
|
||||||
wolfssl_lib:
|
wolfssl_lib:
|
||||||
Build wolfssl_lib.lib
|
Build wolfssl_lib.lib
|
||||||
|
@ -10,4 +11,3 @@ test:
|
||||||
- set heap size in sbrk.h
|
- set heap size in sbrk.h
|
||||||
- set stack size in stacksct.h
|
- set stack size in stacksct.h
|
||||||
Build test wolfCrypt
|
Build test wolfCrypt
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* wolfssl_dummy.c
|
/* wolfssl_dummy.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2017 wolfSSL Inc.
|
* Copyright (C) 2006-2018 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
* This file is part of wolfSSL.
|
* This file is part of wolfSSL.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
# included from Top Level Makefile.am
|
# included from Top Level Makefile.am
|
||||||
# All paths should be given relative to the root
|
# All paths should be given relative to the root
|
||||||
|
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/README
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/README
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/wolfssl_lib/wolfssl_lib.mtpj
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/wolfssl_lib/wolfssl_lib.mtpj
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/test/test.mtpj
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/test/test.mtpj
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/test/test_main.c
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/test/test_main.c
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/common/wolfssl_dummy.c
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/common/wolfssl_dummy.c
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/common/strings.h
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/common/strings.h
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/common/unistd.h
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/common/unistd.h
|
||||||
EXTRA_DIST+= IDE/Renesas/cs+/common/user_settings.h
|
EXTRA_DIST+= IDE/Renesas/cs+/Projects/common/user_settings.h
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* wolfssl_dummy.c
|
/* wolfssl_dummy.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2006-2017 wolfSSL Inc.
|
* Copyright (C) 2006-2018 wolfSSL Inc.
|
||||||
*
|
*
|
||||||
* This file is part of wolfSSL.
|
* This file is part of wolfSSL.
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,13 +2,13 @@
|
||||||
# included from Top Level Makefile.am
|
# included from Top Level Makefile.am
|
||||||
# All paths should be given relative to the root
|
# All paths should be given relative to the root
|
||||||
|
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/README
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/README
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/wolfssl/.cproject
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/wolfssl/.cproject
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/wolfssl/.project
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/wolfssl/.project
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/test/.cproject
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/test/.cproject
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/test/.project
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/test/.project
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/test/src/test_main.c
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/test/src/test_main.c
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/common/wolfssl_dummy.c
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/common/wolfssl_dummy.c
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/common/strings.h
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/common/strings.h
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/common/uninstd.h
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/common/unistd.h
|
||||||
EXTRA_DIST+= IDE/Renesas/e2studio/common/user_settings.h
|
EXTRA_DIST+= IDE/Renesas/e2studio/Projects/common/user_settings.h
|
||||||
|
|
Loading…
Reference in New Issue