This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from d7b4e91dda Call nxsem_destroy or nxmutex_destry in the error path
new 4051fcd42b include/endian.h: Fix format specifies type 'unsigned long'
but the argument has type 'unsigned int'
new 513904d1df Fix gd32f4xx_dma.c:223:26: error: unused function
'gd32_dma_channel_get' [-Werror,-Wunused-function]
new 202408c6e7 Fix gd32f4xx_syscfg.c:137:5: error: variable 'regaddr' is
used uninitialized whenever switch default is taken
[-Werror,-Wsometimes-uninitialized]
new ad35572751 Fix Error: chip/gd32f4xx_spi.c:924:20: error: unused
function 'spi_putreg16' [-Werror,-Wunused-function]
new d1a3f5e47f arch/arm: Replace xxx_[bus|usage]fault with
arm_[bus|usage]fault
new c701d1c6ec Fix error: variable 'lfbclk' is used uninitialized whenever
switch case is taken [-Werror,-Wsometimes-uninitialized]
new eeefc4a516 Fix chip/cxd56_usbdev.c:675:20: error: unused function
'cxd56_iscableconnected' [-Werror,-Wunused-function]
new d8babf8dfd Fix board/cxd56_sdcard.c:128:11: error: logical not is only
applied to the left hand side of this comparison
[-Werror,-Wlogical-not-parentheses]
new 929882862b Fix usbdev/usbmsc_desc.c:316:7: error: variable 'length'
set but not used [-Werror,-Wunused-but-set-variable]
new 7ad74c413a Fix chip/cxd56_icc.c:498:18: error: overlapping comparisons
always evaluate to false [-Werror,-Wtautological-overlap-compare]
new c6ae5e42c0 Fix chip/cxd56_farapi.c:285:14: error: format specifies
type 'int' but the argument has type 'unsigned long' [-Werror,-Wformat]
new 2e3473c9d6 Fix src/cxd56_ili9340.c:276:22: error: cast to smaller
integer type 'uint16_t' (aka 'unsigned short') from 'uint8_t *' (aka 'unsigned
char *') [-Werror,-Wpointer-to-int-cast]
new 8405b7b4ff Fix Error: audio/cxd56.c:1945:20: error: implicit
conversion from enumeration type 'enum cxd56_audio_volid_e' to different
enumeration type 'enum cxd56_vol_id_e' [-Werror,-Wenum-conversion]
new 940ee2c8b1 Fix Error: chip/efm32_clockconfig.c:109:20: error: unused
function 'efm32_synchronize' [-Werror,-Wunused-function] static inline void
efm32_synchronize(uint32_t bitset) ^ Error:
chip/efm32_clockconfig.c:185:20: error: unused function 'efm32_enable_auxhfrco'
[-Werror,-Wunused-function] static inline void efm32_enable_auxhfrco(void)
new e46bdeca1d Fix Error: board/cxd56_leds.c:43:20: error: unused function
'led_clrbits' [-Werror,-Wunused-function] static inline void
led_clrbits(unsigned int clrbits) ^ Error:
board/cxd56_leds.c:66:20: error: unused function 'led_setbits'
[-Werror,-Wunused-function] static inline void led_setbits(unsigned int setbits)
new c2a4263cc5 Fix Error: modem/alt1250/altcom_hdlr.c:902:24: error:
result of comparison of constant 1 with expression of type 'bool' is always
false [-Werror,-Wtautological-constant-compare] api_edrx->enable >
LTE_ENABLE) ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~ Error:
modem/alt1250/altcom_hdlr.c:901:24: error: result of comparison of constant 0
with expression of type 'bool' is always false
[-Werror,-Wtautological-constant-compare] if (api_edrx->enable < LTE_DISABLE
|| ~~ [...]
new 09da04d7d2 Fix video/video.c:1458:52: error: implicit conversion from
enumeration type 'enum v4l2_buf_type' to different enumeration type
'imgsensor_stream_type_t' (aka 'enum imgsensor_stream_type_e')
[-Werror,-Wenum-conversion]
new 5d7f1d5020 Fix chip/stm32_sdio.c:749:24: error: unused function
'stm32_getpwrctrl' [-Werror,-Wunused-function]
new 04863785f1 Fix Error: audio/cs43l22.c:356:24: error: unused function
'cs43l22_scalevolume' [-Werror,-Wunused-function]
new 2d6503646d Fix Error: usbhost/usbhost_storage.c:1471:24: error: unused
function 'usbhost_getle32'
new e9f630ecb5 Fix clang compiler warning in boards/arm/stm32/
new 59416af3e6 Fix modem/alt1250/altcom_cmd_sms.h:148:7: error: field u
within 'struct apicmd_sms_msg_s' is less aligned than 'union
The 22 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/armv7-m/arm_busfault.c | 6 +-
arch/arm/src/armv7-m/arm_hardfault.c | 6 +-
arch/arm/src/armv7-m/arm_memfault.c | 3 +-
arch/arm/src/armv7-m/arm_usagefault.c | 6 +-
arch/arm/src/armv8-m/arm_busfault.c | 6 +-
arch/arm/src/armv8-m/arm_hardfault.c | 6 +-
arch/arm/src/armv8-m/arm_memfault.c | 3 +-
arch/arm/src/armv8-m/arm_securefault.c | 3 +-
arch/arm/src/armv8-m/arm_usagefault.c | 6 +-
arch/arm/src/cxd56xx/cxd56_farapi.c | 2 +-
arch/arm/src/cxd56xx/cxd56_icc.c | 2 +-
arch/arm/src/cxd56xx/cxd56_irq.c | 22 +------
arch/arm/src/cxd56xx/cxd56_usbdev.c | 13 ----
arch/arm/src/efm32/efm32_clockconfig.c | 34 +----------
arch/arm/src/efm32/efm32_irq.c | 22 +------
arch/arm/src/eoss3/eoss3_irq.c | 22 +------
arch/arm/src/gd32f4/gd32f4xx_dma.c | 36 -----------
arch/arm/src/gd32f4/gd32f4xx_irq.c | 24 +-------
arch/arm/src/gd32f4/gd32f4xx_spi.c | 71 ----------------------
arch/arm/src/gd32f4/gd32f4xx_syscfg.c | 3 +-
arch/arm/src/imxrt/imxrt_irq.c | 24 +-------
arch/arm/src/kinetis/kinetis_irq.c | 22 +------
arch/arm/src/lc823450/lc823450_irq.c | 22 +------
arch/arm/src/lpc17xx_40xx/lpc17_40_irq.c | 20 +-----
arch/arm/src/lpc43xx/lpc43_irq.c | 22 +------
arch/arm/src/lpc54xx/lpc54_irq.c | 22 +------
arch/arm/src/max326xx/common/max326_irq.c | 22 +------
arch/arm/src/nrf52/nrf52_irq.c | 22 +------
arch/arm/src/nrf53/nrf53_irq.c | 22 +------
arch/arm/src/s32k1xx/s32k14x/s32k14x_irq.c | 22 +------
arch/arm/src/s32k3xx/s32k3xx_irq.c | 22 +------
arch/arm/src/sam34/sam_irq.c | 22 +------
arch/arm/src/samd5e5/sam_irq.c | 22 +------
arch/arm/src/samv7/sam_irq.c | 23 +------
arch/arm/src/stm32/stm32_irq.c | 24 +-------
arch/arm/src/stm32/stm32_sdio.c | 22 -------
arch/arm/src/stm32f7/stm32_irq.c | 24 +-------
arch/arm/src/stm32f7/stm32_sdmmc.c | 23 -------
arch/arm/src/stm32h7/stm32_irq.c | 22 +------
arch/arm/src/stm32h7/stm32_sdmmc.c | 23 -------
arch/arm/src/stm32l4/stm32l4_irq.c | 22 +------
arch/arm/src/stm32l4/stm32l4_sdmmc.c | 23 -------
arch/arm/src/stm32l5/stm32l5_irq.c | 22 +------
arch/arm/src/stm32u5/stm32_irq.c | 22 +------
arch/arm/src/stm32wb/stm32wb_irq.c | 24 +-------
arch/arm/src/stm32wl5/stm32wl5_irq.c | 27 ++------
arch/arm/src/tiva/common/tiva_irq.c | 22 +------
arch/arm/src/xmc4/xmc4_irq.c | 22 +------
boards/arm/cxd56xx/common/src/cxd56_ili9340.c | 2 +-
boards/arm/cxd56xx/spresense/src/cxd56_leds.c | 2 +
boards/arm/cxd56xx/spresense/src/cxd56_sdcard.c | 2 +-
.../arm/stm32/fire-stm32v2/src/stm32_selectlcd.c | 2 +-
boards/arm/stm32/hymini-stm32v/src/stm32_r61505u.c | 2 +-
boards/arm/stm32/hymini-stm32v/src/stm32_ssd1289.c | 2 +-
.../arm/stm32/stm3210e-eval/src/stm32_selectlcd.c | 2 +-
.../arm/stm32/stm3220g-eval/src/stm32_selectlcd.c | 6 +-
.../arm/stm32/stm3240g-eval/src/stm32_selectlcd.c | 6 +-
.../arm/stm32/stm32f4discovery/src/stm32_ssd1289.c | 6 +-
.../stm32/viewtool-stm32f107/src/stm32_ssd1289.c | 2 +-
drivers/audio/cs43l22.c | 17 ------
drivers/audio/cxd56.c | 19 ++----
drivers/modem/alt1250/altcom_cmd_sms.h | 10 +--
drivers/modem/alt1250/altcom_hdlr.c | 7 ---
drivers/usbdev/usbmsc_desc.c | 9 +--
drivers/usbhost/usbhost_hidkbd.c | 52 ----------------
drivers/usbhost/usbhost_hidmouse.c | 52 ----------------
drivers/usbhost/usbhost_xboxcontroller.c | 52 ----------------
drivers/video/video.c | 3 +-
net/route/net_del_fileroute.c | 2 +-
net/route/net_del_ramroute.c | 2 +-
70 files changed, 156 insertions(+), 1030 deletions(-)