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 36c511f710 fs/littlefs: set `LFS_NAME_MAX` to `CONFIG_NAME_MAX`
     new 2670229cb9 Fix Error: chip/sam_udp.c:2805:1: error: unused function 
'sam_ep_reserved' [-Werror,-Wunused-function]
     new e221cf6f5e Fix Error: chip/s32k1xx_lpspi.c:804:12: error: variable 
'best_delay' set but not used [-Werror,-Wunused-but-set-variable]
     new 6b5ce2f4d0 Fix Error: chip/s32k1xx_lpi2c.c:644:1: error: unused 
function 's32k1xx_lpi2c_sem_waitstop' [-Werror,-Wunused-function]
     new d05d5e4915 Fix Error: chip/s32k1xx_lpi2c.c:1226:1: error: unused 
function 's32k1xx_lpi2c_getenabledints' [-Werror,-Wunused-function]
     new ba286e3824 Fix Error: format specifies type 'unsigned long' but the 
argument has type 'uint32_t' (aka 'unsigned int') [-Werror,-Wformat]
     new 9f685435d0 Fix Error: chip/rp2040_clock.c:148:19: error: invalid 
instruction
     new c6873ff5a2 Fix Error: chip/rp2040_cyw43439.c:844:46: error: format 
specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 
'unsigned int') [-Werror,-Wformat]
     new fb618666f6 Fix Error: chip/nuc_serial.c:357:20: error: unused function 
'up_restoreuartint' [-Werror,-Wunused-function]
     new 492da4d56d Fix Error: chip/nuc_timerisr.c:105:20: error: unused 
function 'nuc_unlock' [-Werror,-Wunused-function]
     new 29c46d8734 Fix Error: armv8-m/arm_cache.c:93:24: error: unused 
function 'arm_clz' [-Werror,-Wunused-function]
     new 0f85cf7503 Fix Error: chip/max32660/max32660_serial.c:304:20: error: 
unused function 'max326_modifyreg' [-Werror,-Wunused-function]
     new e0f1c41695 Fix Error: chip/s32k1xx_lpspi.c:581:9: error: unused 
function 's32k1xx_lpspi_[write|read]byte'
     new 7e823fc862 Fix chip/sam_usb.c:1242:12: error: variable 'packetsize' 
set but not used [-Werror,-Wunused-but-set-variable]
     new 94655e95ea Fix chip/sam_serial.c:900:20: error: unused function 
'sam_restoreusartint' [-Werror,-Wunused-function]
     new f52ad42425 Fix error: unknown attribute 'long_call' ignored 
[-Werror,-Wunknown-attributes]
     new 677932293b Fix Error: chip/sam_afec.c:546:22: error: format specifies 
type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') 
[-Werror,-Wformat]
     new c741b7b586 Fix Error: chip/sam_tc.c:922:30: error: format specifies 
type 'long' but the argument has type 'uint32_t' (aka 'unsigned int') 
[-Werror,-Wformat]
     new b44e743483 Fix Error: 
wireless/ieee802154/mrf24j40/mrf24j40_radif.c:138:45: error: format specifies 
type 'unsigned long' but the argument has type 'uint32_t' (aka 'unsigned int') 
[-Werror,-Wformat]

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/armv8-m/arm_cache.c                   |   2 +
 arch/arm/src/imxrt/imxrt_lpspi.c                   |  20 ----
 arch/arm/src/max326xx/max32660/max32660_serial.c   |  22 ----
 arch/arm/src/nuc1xx/nuc_serial.c                   |   2 +
 arch/arm/src/nuc1xx/nuc_timerisr.c                 |   4 +-
 arch/arm/src/rp2040/rp2040_clock.c                 |  15 +--
 arch/arm/src/rp2040/rp2040_cyw43439.c              |   4 +-
 arch/arm/src/rp2040/rp2040_ws2812.c                |  10 +-
 arch/arm/src/s32k1xx/s32k1xx_lpi2c.c               |  93 +---------------
 arch/arm/src/s32k1xx/s32k1xx_lpspi.c               | 121 ---------------------
 arch/arm/src/s32k3xx/s32k3xx_lpspi.c               |  20 ----
 arch/arm/src/sam34/sam_udp.c                       |  16 ---
 arch/arm/src/sama5/sam_adc.c                       |   2 +-
 arch/arm/src/sama5/sam_udphs.c                     |  16 ---
 arch/arm/src/samd2l2/sam_usb.c                     |  50 ---------
 arch/arm/src/samd5e5/sam_usb.c                     |  21 ----
 arch/arm/src/samv7/sam_afec.c                      |   2 +-
 arch/arm/src/samv7/sam_dac.c                       |   2 +-
 arch/arm/src/samv7/sam_serial.c                    |   2 +
 arch/arm/src/samv7/sam_tc.c                        |   2 +-
 arch/arm/src/samv7/sam_usbdevhs.c                  |  17 ---
 .../wireless/ieee802154/mrf24j40/mrf24j40_radif.c  |   2 +-
 include/nuttx/compiler.h                           |   6 +-
 23 files changed, 33 insertions(+), 418 deletions(-)

Reply via email to