You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/01/16 10:58:26 UTC

[incubator-nuttx] branch master updated (2aede91 -> 1adee3d)

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

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


    from 2aede91  boards/nucleo-f446re: add SocketCAN example
     add 93b0b96  sim: Forward /dev/rtc0 operation to rpmsg rtc driver
     add 6121f15  rtc/rpmsg: Move rtc_initialize out of rpmsg_rtc_initialize
     add 41b9cf3  rtc/rpmsg: Add sync parameter to control whether call clock_synchronize
     add 3d3c476  rtc/rpmsg: Replace session to client
     add 2b238d0  rtc/rpmsg: Replace clock_[get|set]time with rtc_ops_s::[rd|set]time
     add fd6a643  rtc/rpmsg: Remove C99 specific statement
     add 1adee3d  rtc/rpmsg: Implement ioctl and destroy on server side

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/up_rtc.c            |   9 +-
 boards/sim/sim/sim/src/sim_bringup.c |  14 ++-
 drivers/timers/arch_rtc.c            |   7 +-
 drivers/timers/rpmsg_rtc.c           | 222 +++++++++++++++++++++--------------
 include/nuttx/timers/arch_rtc.h      |   4 +-
 include/nuttx/timers/rpmsg_rtc.h     |   2 +-
 6 files changed, 152 insertions(+), 106 deletions(-)