You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/01/18 14:50:09 UTC

[incubator-nuttx] branch master updated (4e1df81 -> a9e3a5c)

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/incubator-nuttx.git.


    from 4e1df81  boards/nucleo-g431rb: add CAN example
     add 0a51f13  rpmsg_rtc: merge the rpmsg_rtc_init to same place
     add cb502a8  clock: update clock_synchronize() to support with time
     add a9e3a5c  rpmsg_rtc: to simply the SYNC cmd logic

No new revisions were added by this update.

Summary of changes:
 arch/sim/src/sim/up_rtc.c                          |  6 +++-
 boards/arm/samv7/samv71-xult/src/sam_bringup.c     |  4 +--
 boards/arm/stm32/stm3210e-eval/src/stm32_idle.c    |  2 +-
 .../arm/stm32/stm32f4discovery/src/stm32_ds1307.c  |  2 +-
 boards/sim/sim/sim/src/sim_bringup.c               | 11 --------
 drivers/timers/arch_rtc.c                          |  2 +-
 drivers/timers/rpmsg_rtc.c                         | 33 ++++++++++------------
 drivers/timers/rtc.c                               |  2 +-
 include/nuttx/arch.h                               |  2 +-
 include/nuttx/clock.h                              |  4 +--
 sched/clock/clock_initialize.c                     | 26 +++++++++++------
 sched/clock/clock_timekeeping.c                    | 16 +++++++++--
 sched/clock/clock_timekeeping.h                    |  2 +-
 13 files changed, 61 insertions(+), 51 deletions(-)