This is an automated email from the ASF dual-hosted git repository.

jerpelea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 9e573371bbe Documentation: Add GPT information to RA4M1 documentation
     new ec45923cbe3 arch/arm64: revert oneshot drivers to timespec API.
     new b53141049d3 arch/arm: revert oneshot drivers to timespec API.
     new f70ec7384b6 arch/risc-v: revert oneshot drivers to timespec API.
     new 5c113f79b78 timers/oneshot: Remove all private callback.
     new fc28b93224b timers/oneshot: Remove all callback and args.
     new 7e7828b3f67 timers/oneshot: Remove oneshot tick API.

The 6 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:
 arch/arm/src/armv7-a/arm_timer.c                   |  22 +--
 arch/arm/src/armv7-r/arm_timer.c                   |  23 +--
 arch/arm/src/armv8-r/arm_timer.c                   |  98 ++++++-----
 arch/arm/src/sam34/sam4cm_oneshot_lowerhalf.c      |  38 +---
 arch/arm/src/sama5/sam_oneshot_lowerhalf.c         |  38 +---
 arch/arm/src/samd5e5/sam_oneshot_lowerhalf.c       |  38 +---
 arch/arm/src/samv7/sam_oneshot_lowerhalf.c         |  38 +---
 arch/arm/src/stm32/stm32_oneshot_lowerhalf.c       |  38 +---
 arch/arm/src/stm32h7/stm32_oneshot_lowerhalf.c     |  38 +---
 arch/arm/src/stm32l4/stm32l4_oneshot_lowerhalf.c   |  38 +---
 arch/arm/src/stm32wb/stm32wb_oneshot_lowerhalf.c   |  40 +----
 arch/arm64/src/common/arm64_arch_timer.c           | 141 ++++-----------
 arch/mips/src/pic32mz/pic32mz_oneshot_lowerhalf.c  |  39 +----
 arch/risc-v/src/bl602/bl602_oneshot_lowerhalf.c    |  25 +--
 arch/risc-v/src/common/espressif/esp_oneshot.c     |  41 +----
 arch/risc-v/src/common/riscv_mtimer.c              | 188 +-------------------
 .../src/esp32c3-legacy/esp32c3_oneshot_lowerhalf.c |  38 +---
 arch/sim/src/sim/sim_oneshot.c                     |  40 ++---
 arch/sparc/src/bm3803/bm3803_oneshot_lowerhalf.c   |  42 +----
 arch/tricore/src/common/tricore_systimer.c         |  63 +------
 arch/x86_64/src/intel64/intel64_oneshot_lower.c    | 195 ++-------------------
 arch/xtensa/src/common/xtensa_oneshot.c            |  24 +--
 arch/xtensa/src/esp32/esp32_oneshot_lowerhalf.c    |  39 +----
 .../xtensa/src/esp32s2/esp32s2_oneshot_lowerhalf.c |  38 +---
 .../xtensa/src/esp32s3/esp32s3_oneshot_lowerhalf.c |  35 +---
 drivers/audio/tone.c                               |  11 +-
 drivers/timers/arch_alarm.c                        |  10 +-
 drivers/timers/goldfish_timer.c                    |  27 +--
 drivers/timers/oneshot.c                           |   7 +-
 drivers/timers/watchdog.c                          |   6 +-
 include/nuttx/timers/oneshot.h                     | 124 +++----------
 sched/sched/sched_cpuload_oneshot.c                |   5 +-
 32 files changed, 275 insertions(+), 1312 deletions(-)

Reply via email to