Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atsamd: Don't clear the watchdog if a clear is still in progress | Kevin O'Connor | 2019-02-15 | 1 | -1/+2 |
| | | | | | | | | Clearing the watchdog while it is in progress can cause bus stalls on the SAMD21. It appears that clearing the watchdog on the SAMD51 can cause lockups of the watchdog device. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Move watchdog code to its own files | Kevin O'Connor | 2019-02-15 | 1 | -0/+23 |
Move the watchdog code from main.c to watchdog.c and samd51_watchdog.c. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |