This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0b3859521a arch: fix the sched parameter update when exiting
add 39bfdb95e1 timers: add goldfish timer support
add e7094ec40a goldfish: use goldfish timer
add a6b12eb29c goldfinsh: fix timer compile issue
No new revisions were added by this update.
Summary of changes:
.../platforms/arm/goldfish/goldfish_timer.rst | 143 ++++++++++++
Documentation/platforms/arm/goldfish/index.rst | 5 +
arch/arm/src/goldfish/goldfish_timer.c | 18 ++
drivers/timers/Kconfig | 9 +
drivers/timers/Make.defs | 6 +
drivers/timers/goldfish_timer.c | 254 +++++++++++++++++++++
include/nuttx/timers/{pl031.h => goldfish_timer.h} | 17 +-
7 files changed, 443 insertions(+), 9 deletions(-)
create mode 100644 Documentation/platforms/arm/goldfish/goldfish_timer.rst
create mode 100644 drivers/timers/goldfish_timer.c
copy include/nuttx/timers/{pl031.h => goldfish_timer.h} (79%)