Sean Parkinson 411aee6e05 Fixes from cppcheck | před 4 roky | |
---|---|---|
.. | ||
lib | před 4 roky | |
wolfssl_test | před 5 roky | |
wolfssl_tls_sock | před 4 roky | |
wolfssl_tls_thread | před 4 roky | |
README.md | před 4 roky | |
setup.sh | před 5 roky |
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