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
d31ffd9cca
zephyr
/
tests
/
drivers
/
aon_counter
/
prj.conf
4 lines
48 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: A test app for quark Always-on counter and timer Test application to test quark Always-on counter and timer. This app requires QMSI lib which is not in the repo yet. See the instruction in readme.txt. Origin: Original Change-Id: If75b2714f9b609abc6f7b51c1c0d99d15152399f Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-03-15 06:01:42 +08:00
CONFIG_PRINTK=y
CONFIG_COUNTER=y
tests/drivers/aon_counter: make a ztest testcase Reorganize the code tree so no forward declarations are needed (basically, move main() to the bottom). Retag as not build only so it can be run on Quark* Convert to actually verify counter readouts are increasing / decreasing over busy empty loops and the alarm is being called. Change-Id: I746efe595b8d1ac4471dccc2e87f8b36f5cc8ebe Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-11-05 14:05:56 +08:00
CONFIG_ZTEST=y