Sean Parkinson 623a84ed7b Fixes for Zephyr OS | hace 3 años | |
---|---|---|
.. | ||
samples | hace 3 años | |
wolfssl | hace 3 años | |
CMakeLists.txt | hace 3 años | |
Kconfig | hace 3 años | |
Kconfig.tls-generic | hace 3 años | |
README.md | hace 3 años | |
include.am | hace 3 años | |
module.yml | hace 3 años | |
user_settings-tls-generic.h | hace 3 años | |
user_settings.h | hace 3 años | |
zephyr_init.c | hace 3 años |
This port is for the Zephyr RTOS Project, available here.
It provides the following zephyr code.
Add wolfssl as a project:
manifest:
remotes:
# <your other remotes>
- name: wolfssl
url-base: https://github.com/wolfssl
projects:
# <your other projects>
- name: wolfssl
path: modules/crypto/wolfssl
revision: master
remote: wolfssl
Update west's modules:
west update
Now west recognizes 'wolfssl' as a module, and will include it's Kconfig and CMakeFiles.txt in the build system.
build and execute wolfssl_test
cd [zephyrproject]
west build -p auto -b qemu_x86 modules/crypto/wolfssl/zephyr/samples/wolfssl_test
west build -t run
cd [zephyrproject]
west build -p auto -b qemu_x86 modules/crypto/wolfssl/zephyr/samples/wolfssl_tls_sock
west build -t run
cd [zephyrproject]
west build -p auto -b qemu_x86 modules/crypto/wolfssl/zephyr/samples/wolfssl_tls_thread
west build -t run