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
6da04c965f
zephyr
/
samples
/
drivers
/
watchdog
/
prj.conf
5 lines
87 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
samples: tests: don't disable watchdog when it is used To ease maintenance of samples and tests some SoCs define CONFIG_WDT_DISABLE_AT_BOOT=y to disable the watchdog. Ensure the option is set to n for samples and tests that require watchdog module not to be disabled during boot. Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2020-02-16 09:13:12 +08:00
CONFIG_WDT_DISABLE_AT_BOOT=n