[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] hw/arm/nrf51: Extend tracing
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 0/4] hw/arm/nrf51: Extend tracing |
Date: |
Mon, 4 May 2020 09:28:18 +0200 |
Few patches while playing with the Zephyr Project.
- better display of unimplemented peripheral accesses,
- better display of timers use.
Philippe Mathieu-Daudé (4):
hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition
hw/arm/nrf51_soc: Mark some peripherals as unimplemented
hw/timer/nrf51_timer: Display timer ID in trace events
hw/timer/nrf51_timer: Add trace event of counter value update
include/hw/arm/nrf51.h | 7 +++++--
include/hw/i2c/microbit_i2c.h | 2 +-
include/hw/timer/nrf51_timer.h | 1 +
hw/arm/nrf51_soc.c | 20 ++++++++++++++++++--
hw/i2c/microbit_i2c.c | 2 +-
hw/timer/nrf51_timer.c | 14 +++++++++++---
hw/timer/trace-events | 5 +++--
7 files changed, 40 insertions(+), 11 deletions(-)
--
2.21.3
- [PATCH 0/4] hw/arm/nrf51: Extend tracing,
Philippe Mathieu-Daudé <=
- [PATCH 1/4] hw/arm/nrf51: Add NRF51_PERIPHERAL_SIZE definition, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH 3/4] hw/timer/nrf51_timer: Display timer ID in trace events, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH 4/4] hw/timer/nrf51_timer: Add trace event of counter value update, Philippe Mathieu-Daudé, 2020/05/04
- [PATCH 2/4] hw/arm/nrf51_soc: Mark some peripherals as unimplemented, Philippe Mathieu-Daudé, 2020/05/04
- Re: [PATCH 0/4] hw/arm/nrf51: Extend tracing, Peter Maydell, 2020/05/11