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 e7043828a7 netdb: Regard hosts file prior to DNS when resolving
     new dfa1eb2f54 include/sys: fix definition of __BYTE_ORDER
     new 1be4066b3c wireless/bluetooth: fix style issues
     new 1e86682feb drivers/mtd: fix C89 compatibility of w25qxxxjv
     new 8254b374dd drivers/mmcsd: fix style issues
     new af292daf2b include/nuttx: unify feature definition in compiler.h
     new 6a28807cb2 include/nuttx: fix style issues in sched.h
     new 8d565fc0e3 libs/libc/string: remove redundant parenthesis
     new 521b92a5db wireless/ieee802154: add missinf FAR
     new 764f8ef9be sched/signal: fix typo in comments
     new e85afaf6cf arch/arm/src/cxd56xx: fix style issues
     new c70b7f6b3d nuttx: improve C89 compatibility in common code
     new b944886659 net/udp: remove FAR for non-pointer variables
     new 40708e0ea7 net/icmpv6: add CODE to function pointer
     new f79d3860c2 net/icmpv6: fix style issues
     new ede3e3e4c5 libs/libm/libmcs: add newline at the end of file
     new eb9227e185 include/nuttx/serial: remove unrelated comments
     new 9e9e0328a8 include/nuttx/audio: remove unnecessary forward declaration
     new ab02bdc626 include/regex.h: add missing FAR

The 18 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/cxd56xx/cxd56_powermgr.c  |   2 +-
 drivers/audio/es8388.c                 |   4 +-
 drivers/lcd/lcddrv_spiif.c             |   3 +-
 drivers/mmcsd/mmcsd_sdio.c             |  60 +++++++-------
 drivers/mtd/w25qxxxjv.c                | 140 ++++++++++++++++-----------------
 drivers/sensors/fakesensor.c           |   5 +-
 include/nuttx/audio/es8311.h           |   2 -
 include/nuttx/compiler.h               |   7 +-
 include/nuttx/sched.h                  |  56 ++++++-------
 include/nuttx/serial/uart_pl011.h      |  13 +--
 include/regex.h                        |  23 +++---
 include/sys/endian.h                   |  14 ++--
 libs/libc/locale/lib_iconv.c           |  16 +++-
 libs/libc/string/lib_timingsafe_bcmp.c |   2 +-
 libs/libm/libmcs/Kconfig               |   3 +-
 libs/libm/libmcs/Make.defs             |   4 +-
 net/can/can_getsockopt.c               |   5 +-
 net/can/can_setsockopt.c               |   4 +-
 net/icmpv6/icmpv6.h                    |   4 +-
 net/icmpv6/icmpv6_sockif.c             |  46 +++++------
 net/udp/udp_recvfrom.c                 |   4 +-
 sched/signal/sig_notification.c        |   2 +-
 wireless/bluetooth/bt_att.h            |   6 +-
 wireless/ieee802154/mac802154.c        |   8 +-
 24 files changed, 217 insertions(+), 216 deletions(-)

Reply via email to