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 a221df7175a arch/xtensa/esp32[-s2|-s3]: add 
USE_NXTMPDIR_ESP_REPO_DIRECTLY
     new c6139f89c84 timers/oneshot: Improve tick-compatiable interfaces.
     new 06fe9f076ee timers/oneshot: Introduce count-based interfaces.
     new 6dcb8270e30 timers/oneshot: Add new clkdev interfaces.
     new 95691298625 timers/oneshot: Add new start_absolute interface.
     new 4b312910432 timers/oneshot: Add clkdev fast-path.
     new bbb4cc4f6f2 timers/arch_alarm: Replace relative oneshot API.
     new 556b89bcdb0 timers/arch_alarm: Fix oneshot callback for non-tickless.
     new a5f5ab185c2 driver/timers: Fix coverity uninitialzed timespec.
     new 39d9eb23436 timers: Fix typo.
     new 3b52763385e Documentation/componensts: Add doc for timers/oneshot.
     new ff5944d8fcf arch/tricore: Add the clkdev driver for tricore.

The 11 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:
 Documentation/components/drivers/index.rst         |   1 +
 .../components/drivers/timers/oneshot/index.rst    | 159 +++++++
 arch/tricore/Kconfig                               |   1 +
 arch/tricore/src/common/tricore_internal.h         |   2 +
 arch/tricore/src/common/tricore_systimer.c         | 207 +++++----
 arch/tricore/src/tc3xx/tc3xx_timerisr.c            |   6 -
 drivers/timers/Kconfig                             |  18 +
 drivers/timers/arch_alarm.c                        |  28 +-
 include/nuttx/timers/oneshot.h                     | 463 +++++++++++++++++++--
 9 files changed, 708 insertions(+), 177 deletions(-)
 create mode 100644 Documentation/components/drivers/timers/oneshot/index.rst

Reply via email to