aboutsummaryrefslogtreecommitdiffstats
path: root/src/generic/armcm_reset.c
Commit message (Collapse)AuthorAgeFilesLines
* armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-181-0/+15
Add a generic ARM Cortex-M implementation of the "reset" command. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>