commit | ff68dacbc786d76a754b2c522cf70e22887bc8a6 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Feb 20 15:36:03 2017 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Feb 28 16:18:49 2017 +0000 |
tree | a2cd081ec484499503bac1de17d034d50a08c37f | |
parent | 743eb705608f21999356dd1bcefd4733f1c959e6 [diff] |
armv7m: Split systick out from NVIC 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>