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 e4ed6156ca2 arch/sim: fix incomplete HCI socket data reading in 
simulator interrupt handler
     new a7daf0a04d2 drivers/alt1250: remove altmdm_timer for no signals
     new 7aa761c69dd drivers/input: remove nxsig_notification when signal 
support is disabled
     new 8d99ce1b62b drivers/ioexpander: add DEV_GPIO_NSIGNALS dependency on 
signals
     new 317a39a3e9a drivers/lcd: remove nxsig_notification when signal support 
is disabled
     new 8514e9978f6 sched/signal: move nxsig_clockwait implementation to a 
separate file
     new 9c80011c537 sched/signal: update nxsig_clockwait() to support disable 
all signals
     new 784a469e02c drivers/net: remove nxsig_notification when signal support 
is disabled
     new 913aa99f057 drivers/sensors: remove nxsig_notification when signal 
support is disabled
     new 800d39cdbf9 drivers/timers: remove nxsig_notification when signal 
support is disabled
     new 1608223eb31 drivers/xbee: remove nxsig_notification when signal 
support is disabled
     new 3a38e71ef40 aio: add depends on not disable all signals
     new 57bdb4e6605 fs: disable fs automounter when no signals
     new 5060ee80d17 libs/pthread: disable pthread_kill when no signals

The 13 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:
 drivers/input/ajoystick.c                         |  10 +
 drivers/input/button_upper.c                      |   4 +
 drivers/input/djoystick.c                         |   9 +-
 drivers/ioexpander/Kconfig                        |   2 +-
 drivers/lcd/ft80x.c                               |   9 +-
 drivers/lcd/ft80x.h                               |   2 +
 drivers/modem/alt1250/CMakeLists.txt              |   7 +-
 drivers/modem/alt1250/Make.defs                   |   4 +-
 drivers/modem/alt1250/altmdm_timer.h              |   3 +-
 drivers/net/phy_notify.c                          |   2 +
 drivers/sensors/zerocross.c                       |   7 +-
 drivers/timers/Kconfig                            |   3 +
 drivers/timers/oneshot.c                          |  10 +
 drivers/timers/timer.c                            |   6 +
 drivers/wireless/ieee802154/xbee/xbee_netdev.c    |   9 +
 fs/Kconfig                                        |   2 +-
 fs/aio/Kconfig                                    |   2 +-
 libs/libc/pthread/CMakeLists.txt                  |   5 +-
 libs/libc/pthread/Make.defs                       |   6 +-
 libs/libc/pthread/pthread_mutex_destroy.c         |   2 +
 sched/signal/CMakeLists.txt                       |  35 +--
 sched/signal/Make.defs                            |   9 +-
 sched/signal/{sig_timedwait.c => sig_clockwait.c} | 257 +---------------------
 sched/signal/sig_timedwait.c                      | 231 -------------------
 wireless/ieee802154/mac802154_device.c            |   6 +
 wireless/ieee802154/mac802154_netdev.c            |   6 +
 26 files changed, 137 insertions(+), 511 deletions(-)
 copy sched/signal/{sig_timedwait.c => sig_clockwait.c} (52%)

Reply via email to