Sean Parkinson 411aee6e05 Fixes from cppcheck | il y a 4 ans | |
---|---|---|
.. | ||
lib | il y a 4 ans | |
wolfssl_test | il y a 5 ans | |
wolfssl_tls_sock | il y a 4 ans | |
wolfssl_tls_thread | il y a 4 ans | |
README.md | il y a 4 ans | |
setup.sh | il y a 5 ans |
This port is for Zephyr Project available here.
It provides the following zephyr code.
Specify the path of the zephyr project and execute wolfssl/IDE/zephyr/setup.sh
.
./IDE/zephyr/setup.sh /path/to/zephyrproject
This script will deploy wolfssl's library code and samples as described in the Overview to the zephyr project.
build and execute wolfssl_test
cd [zephyrproject]/zephyr/samples/crypto/wolfssl_test
mkdir build && cd build
cmake -GNinja -DBOARD=qemu_x86 ..
ninja
ninja run