Oopenvela-robotfix the compilation error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
Merge branch 'master' into vela apache/nuttx commit id: eb27ebba8adfe29644a7b890f86e6f16941921dc Signed-off-by: ligd <liguiding1@xiaomi.com> Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
use small lock in following files arch/xtensa/src/esp32s3/esp32s3_rtc_lowerhalf.c arch/z16/src/z16f/z16f_serial.c arch/z80/src/z8/z8_serial.c boards/arm/max326xx/max32660-evsys/src/max326_button.c boards/arm/stm32/stm32f4discovery/src/stm32_gs2200m.c drivers/i2c/i2c_bitbang.c drivers/power/supply/act8945a.c drivers/serial/uart_pci_16550.c drivers/serial/uart_pl011.c drivers/wireless/bluetooth/bt_uart_shim.c Signed-off-by: hujun5 <hujun5@xiaomi.com> | 2 个月前 | |
supply:remove powerled.c critical_section Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com> | 2 个月前 | |
supply:update regulator.c critical_section 1.Add the following union to regulator.h: union { mutex_t regulator_lock; spinlock_t spin; } lock; Also, add lock_spin in regulator_desc_s to select between using a mutex or spinlock. 2.In regulator.c, remove the functions regulator_list_lock and regulator_list_unlock. The regulator_lock and regulator_unlock functions now use the parameter FAR struct regulator_dev_s *rdev. Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
drivers: migrate to SPDX identifier Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 2 个月前 | |
fix the compilation error usbdev/rndis.c: In function 'rndis_allocnetreq': usbdev/rndis.c:761:10: error: implicit declaration of function 'nxmutex_lock'; did you mean 'net_mutex_lock'? [-Werror=implicit-function-declaration] 761 | while (nxmutex_lock(&priv->lock) < 0); | ^~~~~~~~~~~~ | net_mutex_lock usbdev/rndis.c:767:7: error: implicit declaration of function 'nxmutex_unlock' [-Werror=implicit-function-declaration] 767 | nxmutex_unlock(&priv->lock); | ^~~~~~~~~~~~~~ usbdev/rndis.c: In function 'usbclass_classobject': usbdev/rndis.c:2890:3: error: implicit declaration of function 'nxmutex_init'; did you mean 'nxsem_init'? [-Werror=implicit-function-declaration] 2890 | nxmutex_init(&priv->lock); | ^~~~~~~~~~~~ | nxsem_init usbdev/rndis.c: In function 'usbclass_uninitialize': usbdev/rndis.c:2939:3: error: implicit declaration of function 'nxmutex_destroy'; did you mean 'nxsem_destroy'? [-Werror=implicit-function-declaration] 2939 | nxmutex_destroy(&drvr->dev->lock); | ^~~~~~~~~~~~~~~ | nxsem_destroy cc1: all warnings being treated as errors Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 |