OSDN Git Service

hw/timer/nrf51_timer: Add nRF51 Timer peripheral
authorSteffen Görtz <contrib@steffen-goertz.de>
Mon, 7 Jan 2019 15:23:47 +0000 (15:23 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 7 Jan 2019 15:23:47 +0000 (15:23 +0000)
commitc5a4829c080866c78b6e04b6e8198aa58e185878
tree6e15d643be4039e65848c61ffce8e393918fa565
parent17ff8e18cc1a160737d72a0bf3dac2f6372524ea
hw/timer/nrf51_timer: Add nRF51 Timer peripheral

This patch adds the model for the nRF51 timer peripheral.
Currently, only the TIMER mode is implemented.

Signed-off-by: Steffen Görtz <contrib@steffen-goertz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20190103091119.9367-9-stefanha@redhat.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/timer/Makefile.objs
hw/timer/nrf51_timer.c [new file with mode: 0644]
hw/timer/trace-events
include/hw/timer/nrf51_timer.h [new file with mode: 0644]