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

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


    from b503b323ce sabre-6quad:by pass coredump ci ci
     new 794d362335 sched/pthread: There is no need to use sched_[un]lock
     new b96a753747 libs/libc: There is no need to use sched_[un]lock
     new a4c9268a40 board: There is no need to use sched_[un]lock
     new ef8d8ee627 rtc: There is no need to use sched_[un]lock
     new 1ff49872a7 arch: There is no need to use sched_[un]lock
     new 4c1c05164a sched/signal: There is no need to use sched_[un]lock

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/at32/at32_rtc_lowerhalf.c              | 19 +++++++++++--------
 arch/arm/src/cxd56xx/cxd56_rtc_lowerhalf.c          |  7 ++++---
 arch/arm/src/kinetis/kinetis_rtc_lowerhalf.c        | 14 ++++++++------
 arch/arm/src/lpc54xx/lpc54_rtc_lowerhalf.c          |  5 +++--
 arch/arm/src/max326xx/common/max326_rtc_lowerhalf.c |  9 +++++----
 arch/arm/src/sama5/sam_mcan.c                       |  4 ----
 arch/arm/src/samv7/sam_mcan.c                       |  9 ---------
 arch/arm/src/stm32/stm32_qencoder.c                 | 10 ++++------
 arch/arm/src/stm32/stm32_rtc_lowerhalf.c            | 19 +++++++++++--------
 arch/arm/src/stm32f7/stm32_qencoder.c               | 10 ++++------
 arch/arm/src/stm32f7/stm32_rtc_lowerhalf.c          | 10 ++++++----
 arch/arm/src/stm32h7/stm32_qencoder.c               | 10 ++++------
 arch/arm/src/stm32h7/stm32_rtc_lowerhalf.c          | 10 ++++++----
 arch/arm/src/stm32l4/stm32l4_qencoder.c             | 10 ++++------
 arch/arm/src/stm32l4/stm32l4_rtc_lowerhalf.c        | 10 ++++++----
 arch/arm/src/stm32wb/stm32wb_rtc_lowerhalf.c        | 10 ++++++----
 arch/mips/src/pic32mx/pic32mx_gpio.c                |  2 --
 arch/mips/src/pic32mz/pic32mz_gpio.c                |  8 ++++----
 arch/renesas/src/rx65n/rx65n_rtc_lowerhalf.c        | 12 +++++++-----
 arch/z80/src/ez80/ez80_rtc_lowerhalf.c              | 10 ++++++----
 boards/arm/cxd56xx/drivers/audio/cxd56_audio_dma.c  |  3 ---
 boards/arm/sam34/sam4s-xplained-pro/src/sam_wdt.c   |  3 ---
 boards/sparc/bm3803/xx3803/src/bm3803_wdt.c         |  4 ----
 boards/sparc/s698pm/s698pm-dkit/src/s698pm_wdt.c    |  4 ----
 libs/libc/aio/aio_suspend.c                         |  9 ---------
 libs/libc/aio/lio_listio.c                          |  6 ------
 libs/libc/signal/sig_pause.c                        |  2 --
 libs/libc/unistd/lib_chdir.c                        |  2 --
 sched/pthread/pthread_create.c                      |  4 ----
 sched/pthread/pthread_mutex.c                       | 12 ------------
 sched/pthread/pthread_mutexconsistent.c             |  6 ------
 sched/pthread/pthread_mutexdestroy.c                |  8 --------
 sched/pthread/pthread_mutextrylock.c                |  8 --------
 sched/signal/sig_dispatch.c                         |  2 --
 34 files changed, 99 insertions(+), 172 deletions(-)

Reply via email to