You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by je...@apache.org on 2021/01/13 07:58:08 UTC

[incubator-nuttx] branch master updated (15480e5 -> 0dc6990)

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

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


    from 15480e5  arch/stm32h7: Fix nxstyle errors
     add 0536953  Kernel module should prefer functions with nx/kmm prefix
     add 0dc6990  Fix nxstyle warning

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/cxd56xx/cxd56_dmac.c                  |   2 +-
 arch/arm/src/cxd56xx/cxd56_gnss.c                  |  60 ++++++-----
 arch/arm/src/cxd56xx/cxd56_icc.c                   |   3 +-
 arch/arm/src/cxd56xx/cxd56_scu.c                   |   5 +-
 arch/arm/src/cxd56xx/cxd56_usbdev.c                |   3 +-
 arch/arm/src/lc823450/lc823450_ipl2.c              |  49 ---------
 arch/arm/src/samv7/sam_eefc.c                      |   1 -
 arch/arm/src/samv7/sam_ssc.c                       |   2 +-
 arch/arm/src/xmc4/xmc4_spi.c                       |   2 +-
 arch/x86_64/include/intel64/irq.h                  |   3 +-
 arch/xtensa/src/esp32/esp32_wifi_adapter.c         | 116 ++++++++++++---------
 binfmt/builtin.c                                   |  13 ++-
 binfmt/libelf/libelf_init.c                        |  11 +-
 binfmt/libelf/libelf_read.c                        |   7 +-
 binfmt/libelf/libelf_uninit.c                      |   2 +-
 binfmt/libnxflat/libnxflat_init.c                  |  12 +--
 binfmt/libnxflat/libnxflat_read.c                  |   7 +-
 binfmt/libnxflat/libnxflat_uninit.c                |   2 +-
 boards/arm/cxd56xx/spresense/src/cxd56_sdcard.c    |   4 +-
 boards/arm/lpc31xx/ea3131/src/lpc31_fillpage.c     |  36 ++++---
 boards/arm/lpc31xx/ea3152/src/lpc31_fillpage.c     |  36 ++++---
 boards/arm/stm32/nucleo-f302r8/src/stm32_highpri.c |   4 +-
 boards/arm/stm32/nucleo-f334r8/src/stm32_highpri.c |   4 +-
 boards/arm/stm32/photon/src/stm32_rgbled.c         |   5 +-
 .../arm/stm32/stm32f429i-disco/src/stm32_highpri.c |   4 +-
 boards/z80/ez80/z20x/src/w25_main.c                |   6 +-
 drivers/analog/ads7828.c                           |   1 -
 drivers/lcd/tda19988.c                             |  35 ++++---
 drivers/loop/losetup.c                             |   6 +-
 drivers/modem/altair/altmdm_spi.c                  |   2 +-
 drivers/modem/altair/altmdm_sys.c                  |  10 +-
 drivers/mtd/filemtd.c                              |   4 +-
 drivers/mtd/smart.c                                |   4 +-
 drivers/power/bq769x0.c                            |   2 +-
 drivers/serial/serial_dma.c                        |   2 +-
 drivers/serial/serial_io.c                         |   4 +-
 drivers/wireless/ieee802154/mrf24j40/mrf24j40.c    |   2 -
 fs/driver/fs_mtdproxy.c                            |   4 +-
 fs/hostfs/hostfs_rpmsg_server.c                    |   8 +-
 fs/mmap/fs_mmap.c                                  |  14 ++-
 fs/mmap/fs_rammap.c                                |  20 ++--
 fs/vfs/fs_select.c                                 |   8 +-
 graphics/nxmu/nxmu_server.c                        |  29 +++---
 include/nuttx/power/battery_monitor.h              |  22 ++--
 include/nuttx/sensors/mpu60x0.h                    |   2 +-
 include/nuttx/usb/usbdev.h                         |   4 +-
 net/local/local_fifo.c                             |   2 +-
 net/netlink/netlink_conn.c                         |   4 +-
 net/route/net_fileroute.c                          |  21 ++--
 sched/task/task_posixspawn.c                       |   3 +-
 sched/task/task_spawn.c                            |   3 +-
 sched/task/task_spawnparms.c                       |  11 +-
 52 files changed, 297 insertions(+), 329 deletions(-)