This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
a08e23f68e
zephyr
/
tests
/
drivers
/
entropy
/
api
/
prj.conf
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
drivers: Rename `random` to `entropy` This should clear up some of the confusion with random number generators and drivers that obtain entropy from the hardware. Also, many hardware number generators have limited bandwidth, so it's natural for their output to be only used for seeding a random number generator. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-10-14 07:30:55 +08:00
CONFIG_ENTROPY_GENERATOR=y
tests: entropy: Add Entropy driver test case This test runs with ztest suite. It will verify get_entropy operation of entropy driver. Signed-off-by: Vikram Singh Shekhawat <vikramx.shekhawat@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-28 22:00:38 +08:00
CONFIG_ZTEST=y
tests: drivers: move the entropy test to new ztest API Migrate the testsuite tests/drivers/entropy/api to the new ztest API. Signed-off-by: Enjia Mai <enjia.mai@intel.com>
2022-08-25 09:57:34 +08:00
CONFIG_ZTEST_NEW_API=y