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
bd78d0ed37
zephyr
/
samples
/
drivers
/
watchdog
/
prj.conf
4 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: drivers: watchdog: enable debug logging Enable debug logging in the watchdog driver sample application to aid in debugging watchdog drivers. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2018-11-18 23:50:56 +08:00
CONFIG_LOG=y
CONFIG_WDT_LOG_LEVEL_DBG=y
watchdog: add sample application This application creates a watchdog with 4.194s timout and reloads every time it kicks (and does not force a reboot). Change-Id: Ib128e2f7f91d05081d1bfb8cc24258b69bd3cb6e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-04 00:49:28 +08:00
CONFIG_WATCHDOG=y