You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/04/04 13:33:04 UTC

[incubator-nuttx] branch master updated (f527abc324 -> d08fbca679)

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/incubator-nuttx.git


    from f527abc324 arch/xtensa: Build the xtensa_tcbinfo.c file for S2 and S3.
     add d08fbca679 nuttx: unify FAR attribute usage across the code

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/efm32/efm32_usbhost.c            | 10 +++----
 arch/arm/src/imxrt/imxrt_ehci.c               | 41 ++++++++++++++-----------
 arch/arm/src/kinetis/kinetis_usbhshost.c      | 43 +++++++++++++--------------
 arch/arm/src/lpc31xx/lpc31_ehci.c             |  7 +++--
 arch/arm/src/lpc43xx/lpc43_ehci.c             |  7 +++--
 arch/arm/src/sama5/sam_ehci.c                 |  7 +++--
 arch/arm/src/samd5e5/sam_usb.c                |  2 +-
 arch/arm/src/stm32/stm32_otgfshost.c          |  2 +-
 arch/arm/src/stm32/stm32_otghshost.c          |  2 +-
 arch/arm/src/stm32f7/stm32_otghost.c          |  2 +-
 arch/arm/src/stm32h7/stm32_otghost.c          |  2 +-
 arch/arm/src/stm32l4/stm32l4_otgfshost.c      |  2 +-
 drivers/audio/cs43l22.h                       |  2 +-
 drivers/audio/cxd56.h                         |  2 +-
 drivers/audio/vs1053.c                        |  2 +-
 drivers/audio/wm8776.h                        |  2 +-
 drivers/audio/wm8904.h                        |  2 +-
 drivers/audio/wm8994.h                        |  2 +-
 drivers/lcd/lcd_dev.c                         |  8 ++---
 drivers/power/regulator.c                     |  6 ++--
 drivers/timers/arch_timer.c                   |  2 +-
 drivers/usbdev/pl2303.c                       |  2 +-
 drivers/usbhost/usbhost_max3421e.c            |  2 +-
 drivers/video/video.c                         |  4 +--
 fs/fat/fs_fat32dirent.c                       |  2 +-
 fs/rpmsgfs/rpmsgfs_client.c                   |  2 +-
 graphics/nxglib/cursor/nxglib_cursor_backup.c |  2 +-
 include/nuttx/clk/clk.h                       |  2 +-
 include/nuttx/video/imgdata.h                 |  2 +-
 include/nuttx/video/imgsensor.h               |  2 +-
 libs/libc/netdb/lib_netdb.c                   |  2 +-
 libs/libc/netdb/lib_netdb.h                   |  2 +-
 32 files changed, 93 insertions(+), 86 deletions(-)