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
b6154be163
zephyr
/
tests
/
drivers
/
watchdog
/
wdt_basic_api
/
prj.conf
4 lines
54 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: Add watchdog timer test case The commit cover Interrupt Reset mode and Reset mode by 2 test cases. They can't be tested in one shot, but need test separately. api converage: wdt_enable() wdt_disable() wdt_set_config() wdt_get_config() Change-Id: I44b20cfe97d860e8b25b2cab76f9d9398cfd8e69 Signed-off-by: jing wang <jing.j.wang@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-12-14 11:59:37 +08:00
CONFIG_WATCHDOG=y
CONFIG_ZTEST=y
tests: watchdog: Add new test implementation New test checks watchdog API if the simpliest test cases work correctly. Each test contains description at the begining of the source file. This implementation replace old SoC-centric implementation. Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
2018-04-10 20:10:48 +08:00
CONFIG_BOOT_BANNER=n