
|
My Project
|
This port is for Apache Mynewt available here.
It provides follows mynewt packages.
Specify the path of the mynewt project and execute wolfssl/IDE/mynewt/setup.sh.
This script will deploy wolfssl's mynewt package described in the Overview to the mynewt project.
To enable logging, please append -DDEBUG_WOLFSSL to crypto.wolfssl.pkg.yml(or /path/to/myproject_path/crypto/wolfssl/pkg.yml) in pkg.cflags: and inject dependency of mynewt log modules.
mynewt/crypto.wolfssl.pkg.yml
Please add wolfSSL_Debugging_ON() to application code.
When it executes application, display tty device for output display devices. please confirm with the cat /dev/ttysXXX command or kermit or screen.
This section eplains how to set wolfssl example application to target device.
Please execute follows commands at only once.
create wolfcrypttest_sim that is simulator device for unit test of wolfcrypt.
build and execute wolfcrypttest_sim