1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_wolfssl
Alexandre Abadie d5e184b326
examples: tests: update Makefile.ci with stm32f7508-dk
This commit also makes some cleanup in the files since add_insufficient_memory_board.sh was used for the update
2022-04-15 12:51:58 +02:00
..
tests tests/pkg_wolfssl: increase timeout for nrf51dk 2021-01-28 13:41:05 +01:00
main.c tests/pkg_wolfssl: cleanup and add tests 2020-09-01 10:23:12 +02:00
Makefile tests/pkg_wolfssl: cleanup and add tests 2020-09-01 10:23:12 +02:00
Makefile.ci examples: tests: update Makefile.ci with stm32f7508-dk 2022-04-15 12:51:58 +02:00
README.md wolfSSL pkg: new set of examples and tests 2019-09-11 08:12:50 +02:00

wolfssl tests and benchmarks

This test can be used to validate the usability and performance of a wolfcrypt/wolfssl port to a specific target.

Compile options

Specific modules can be enabled/disabled using the USEMODULE variable in Makefile.

To disable full-benchmark test, comment out the line USEMODULE += wolfssl-benchmarks.

Modules vs. Resources

This test tool can be used to benchmark single pseudo-modules in the wolfSSL package, on the selected target.

The default BOARD_INSUFFICIENT_MEMORY list provided in Makefile excludes all the targets that are unable to run the full test. Targets included in this list may still be able to run a build with a reduced set of algorithms compiled in.

To enable/disable single modules to include in the build, see the USEMODULE list.