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
61f252fe33
zephyr
/
tests
/
drivers
/
clock_control
/
cavs_clock
/
prj.conf
4 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
drivers/clock_control: Add cAVS clock driver Simple driver that allows one to choose the clock speed of xtensa cores. It's basically a shim layer on top of SOC level driver. Also, a really simple test case was added, mainly to ensure things are build and are sane. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2022-06-15 05:55:21 +08:00
CONFIG_ZTEST=y
tests: cavs_clock: move to new ztest API test cases in tests/drivers/clock_control/cavs_clock are moved to new ztest API Signed-off-by: Meng xianglin <xianglinx.meng@intel.com>
2022-07-08 09:31:07 +08:00
CONFIG_ZTEST_NEW_API=y
drivers/clock_control: Add cAVS clock driver Simple driver that allows one to choose the clock speed of xtensa cores. It's basically a shim layer on top of SOC level driver. Also, a really simple test case was added, mainly to ensure things are build and are sane. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2022-06-15 05:55:21 +08:00
CONFIG_CLOCK_CONTROL=y