summaryrefslogtreecommitdiff
path: root/chip/mec1322/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-9/+9
* watchdog: Don't discard irqprio data due to CONFIG_LTOShawn Nematbakhsh2017-06-261-1/+1
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* watchdog: Help ensure that the stm32 watchdog help printsDoug Anderson2014-06-211-8/+2
* zinger: fix bug, increase watchdog timeout to 1.8sAlec Berg2014-06-201-2/+2
* mec1322: Add support for CONFIG_WATCHDOG_HELPVic (Chun-Ju) Yang2013-12-021-5/+81
* mec1322: Add watchdog supportVic (Chun-Ju) Yang2013-11-261-0/+32