You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/04/03 20:00:52 UTC

[incubator-nuttx] branch master updated (6c50773 -> 5f3a98b)

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

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


    from 6c50773  Fix Use of Variable before NULL check
     add 9f44417  fs/lfs: Update version to 2.4.0
     add 866fe64  vfs/lfs: Simplify the lookahead_size equation
     add 3813634  Refine UNUSED macro to avoid any side effect
     add 5f3a98b  libc/assert: Reference the expression in all case

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/lpc43xx/lpc43_allocateheap.c      |  4 ++--
 arch/arm/src/sama5/sam_ohci.c                  |  2 --
 arch/arm/src/sama5/sam_ssc.c                   | 12 ------------
 arch/arm/src/sama5/sam_xdmac.c                 |  4 +---
 arch/arm/src/samv7/sam_ssc.c                   | 12 ------------
 arch/arm/src/samv7/sam_xdmac.c                 |  4 +---
 arch/arm/src/stm32/stm32_i2s.c                 |  6 ------
 arch/sim/src/sim/up_oneshot.c                  |  9 ++-------
 boards/risc-v/bl602/bl602evb/src/bl602_gpio.c  |  2 +-
 drivers/note/noteram_driver.c                  |  2 --
 drivers/sensors/apds9960.c                     |  4 ----
 drivers/wireless/ieee802154/xbee/xbee_mac.c    |  2 --
 drivers/wireless/ieee802154/xbee/xbee_netdev.c |  2 --
 fs/littlefs/Make.defs                          | 14 ++++++--------
 fs/littlefs/lfs_vfs.c                          |  5 ++---
 include/assert.h                               |  4 ++--
 include/nuttx/compiler.h                       | 14 +++++++-------
 mm/mm_heap/mm_mallinfo.c                       | 10 ++--------
 net/bluetooth/bluetooth_input.c                |  2 +-
 net/bluetooth/bluetooth_recvmsg.c              |  2 +-
 net/ieee802154/ieee802154_input.c              |  2 +-
 net/ieee802154/ieee802154_recvmsg.c            |  2 +-
 wireless/ieee802154/mac802154_netdev.c         |  2 --
 23 files changed, 30 insertions(+), 92 deletions(-)