Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 | před 2 roky | |
---|---|---|
.. | ||
samples | před 2 roky | |
wolfssl | před 3 roky | |
CMakeLists.txt | před 2 roky | |
Kconfig | před 3 roky | |
Kconfig.tls-generic | před 3 roky | |
README.md | před 3 roky | |
include.am | před 3 roky | |
module.yml | před 3 roky | |
user_settings-tls-generic.h | před 2 roky | |
user_settings.h | před 2 roky | |
zephyr_init.c | před 2 roky |
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