summaryrefslogtreecommitdiff
path: root/hw/timer/armv7m_systick.c
AgeCommit message (Collapse)AuthorFilesLines
2017-02-28armv7m: Split systick out from NVICPeter Maydell1-0/+240
The SysTick timer isn't really part of the NVIC proper; we just modelled it that way back when we couldn't easily have devices that only occupied a small chunk of a memory region. Split it out into its own device. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1487604965-23220-10-git-send-email-peter.maydell@linaro.org Reviewed-by: Alex Bennée <alex.bennee@linaro.org>