This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 244293ce5f Documentation: update gcc download location
new b99820744c timer: handle perf count overflow
new ddb87d3b86 clock: replace all up_perf_xx with perf_xx
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/note/note_driver.c | 13 +-
drivers/note/notesnap_driver.c | 31 +--
drivers/rptun/rptun_ping.c | 16 +-
drivers/segger/note_sysview.c | 4 +-
fs/procfs/fs_procfscritmon.c | 4 +-
fs/procfs/fs_procfsproc.c | 8 +-
include/limits.h | 6 +
include/nuttx/clock.h | 18 ++
include/nuttx/sched.h | 18 +-
sched/Kconfig | 18 +-
sched/clock/CMakeLists.txt | 1 +
sched/clock/Make.defs | 1 +
sched/clock/clock.h | 6 +
sched/clock/clock_gettime.c | 4 +-
sched/clock/clock_initialize.c | 2 +
.../sim_hostuart.c => sched/clock/clock_perf.c | 214 +++++++++------------
sched/irq/irq.h | 9 +-
sched/irq/irq_attach.c | 6 +-
sched/irq/irq_dispatch.c | 37 +---
sched/irq/irq_procfs.c | 15 +-
sched/sched/sched_critmonitor.c | 31 +--
sched/wdog/wd_start.c | 12 +-
sched/wqueue/kwork_thread.c | 12 +-
23 files changed, 214 insertions(+), 272 deletions(-)
copy arch/sim/src/sim/posix/sim_hostuart.c => sched/clock/clock_perf.c (57%)