| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
audio/fake_driver: fix memory leak issue duo to not free sin data memory. Signed-off-by: yaojingwei <yaojingwei@xiaomi.com> | 11 个月前 | |
drivers/bch: Drivers may not support command BIOC_FLUSH Calling bchlib_flushsector() maybe enough on some devices. Signed-off-by: wangjianyu3 <wangjianyu3@xiaomi.com> | 11 个月前 | |
drivers/binder: Move free alloc memory from binder_alloc_unmmap to binder_free_proc. When the process exits, first free proc, then unmmap. The free proc process is operated in the alloc lock, and unmmap will not lock, so the free alloc memory operation is added to the lock to complete it. Signed-off-by: cuiziwei <cuiziwei@xiaomi.com> | 11 个月前 | |
nuttx: cancel "cd_errp_work" when dev->cd_crefs == 0 Signed-off-by: zhaohaiyang1 <zhaohaiyang1@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
cpufreq procfs: fix warning in snprintf fmt Signed-off-by: guanyi <guanyi@xiaomi.com> | 11 个月前 | |
[BugFix][devurandom_register]: Initialize PRNG with time [Desc]: - Replaced hardcoded initial values for PRNG state with a seed based on the current time. - Ensures better randomness by using a dynamic seed. Signed-off-by: pengyinjie <pengyinjie@xiaomi.com> | 11 个月前 | |
pci: fix pci dev alloc bridge mem error Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
drivers/input: use spinlock to replace mutex Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 11 个月前 | |
gpio driver added debounce and interrupt mask functions Signed-off-by: chenzihan1 <chenzihan1@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
Remove "dumprun" functions from various LCD drivers * It seems that they assume up_putc() and syslog() outputs to the same device. Depending on the system and configurations, it's wrong. * They are wrapped with "#if 0" and unused. Fixes https://github.com/apache/nuttx/issues/14694 | 11 个月前 | |
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> | 11 个月前 | |
uio api tweaks VELAPLATFO-60135:VELAPLATFO-60136 * Make readv/writev implementations update struct uio This can simplify partial result handling. * change the error number on the overflow from EOVERFLOW to EINVAL to match NetBSD * add a commented out uio_offset field. I used "#if 0" here as C comments can't nest. * add a few helper functions Note on uio_copyfrom/uio_copyto: although i'm not quite happy with the "offset" functionality, it's necessary to simplify the adaptation of some drivers like drivers/serial/serial.c, which (ab)uses the user-supplied buffer as a line-buffer. Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
fix compile error /home/hujun5/work/ssd/dev-system_vela-opensource/nuttx/drivers/misc/optee.c: In function 'optee_va_to_pa': /home/hujun5/work/ssd/dev-system_vela-opensource/nuttx/drivers/misc/optee.c:1183:31: error: invalid use of undefined type 'struct addrenv_s' 1183 | addrenv = &tcb->addrenv_curr->addrenv; Signed-off-by: hujun5 <hujun5@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
drivers/mtd: add MTDIOC_ISBAD ioctl add an ioctl item MTDIOC_ISBAD used for flashtool command to check bad blocks Signed-off-by: zhengyu9 <zhengyu9@xiaomi.com> | 11 个月前 | |
loopback:setting loopback network driver sending task to the HPWORK queue(priority 254) The loopback network driver sending task is placed in the LPWORK queue (priority 90), which may result in delayed scheduling when the CPU usage reaches 100%, leading to the timely sending of cached messages from the loopback network driver and causing issues with post waitsem being too late.we decied to set loopback sending task to the HPWORK queue. Signed-off-by: wangchen <wangchen41@xiaomi.com> | 11 个月前 | |
noteram: fix maybe-uninitialized note/noteram_driver.c:1104:24: error: 'ctx.cpu[0].intr_nest' may be used uninitialized [-Werror=maybe-uninitialized] 1104 | cctx->intr_nest--; | ~~~~~~~~~~~~~~~^~ Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 11 个月前 | |
pci/pci_ramdisk_ivshmem: support register ramdisk with ivshmem device Now the share memory obtained by ivshmem can be as the ramdisk memory Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
Revert "drivers/pipes: return after short write if buffer is full" This reverts commit 579f109643b92b3bc634d31bd7e7cac378ea9986. Signed-off-by: guohao15 <guohao15@xiaomi.com> | 11 个月前 | |
driver/pm: fix pm_auto_update deadlock pm_auto_update call spinlock, then pm_checkstate call spinlock again, cause deadlock. We add new internal function with checkstate & changestate and only lock once. Signed-off-by: guanyi <guanyi@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
drivers/rf: migrate license to ASF Augusto Fraga Giachero has sumitted the ICLA and the license can be replaced by the ASF License Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com> | 11 个月前 | |
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> | 11 个月前 | |
rpmsg/rpmsg_procfs: add procfs rpmsginfo NuttShell (NSH) NuttX-12.3.0 server> cat proc/rpmsginfo Local CPU Remote CPU server proxy server> Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
rptun.c: Solve the poweroff stuck problem The rpmsg_ioctl function will first obtain the read lock before traversing g_rpmsg, and the rpmsg_dev_destory function will try to obtain the write lock. At this time, rpmsg_ioctl does not release the read lock, resulting in a deadlock Backtrace: Thread 14 nsh_main 0 0x4412b9da in up_switch_context (tcb=0xeac03380, rtcb=0xe7f02480) at sim/sim_switchcontext.c:95 1 0x43fbe5e4 in nxsem_wait_slow (sem=0x5179d570 <g_rpmsg_lock+16>) at semaphore/sem_wait.c:170 2 0x43fbeacf in nxsem_wait (sem=0x5179d570 <g_rpmsg_lock+16>) at semaphore/sem_wait.c:272 3 0x44671a26 in down_write (rwsem=0x5179d560 <g_rpmsg_lock>) at semaphore/sem_rw.c:248 4 0x4401e255 in rpmsg_device_destory (rpmsg=0xe7b03280) at rpmsg/rpmsg.c:469 5 0x4402f5fe in rptun_dev_stop (rproc=0xe7b033e4, stop_ns=true) at rptun/rptun.c:973 6 0x4402aa28 in rptun_ioctl (rpmsg=0xe7b03280, cmd=11109, arg=0) at rptun/rptun.c:661 7 0x4401ba1e in rpmsg_dev_ioctl_ (rpmsg=0xe7b03280, cmd=11109, arg=0) at rpmsg/rpmsg.c:137 8 0x4401ee88 in rpmsg_ioctl (cpuname=0x0, cmd=11109, arg=0) at rpmsg/rpmsg.c:562 9 0x44030cb0 in rptun_poweroff (cpuname=0x0) at rptun/rptun.c:1183 10 0x43f27be2 in board_power_off (status=0) at sim/sim_head.c:211 11 0x446fd933 in boardctl (cmd=65283, arg=0) at boardctl.c:401 12 0x44313b95 in cmd_poweroff (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_syscmds.c:368 13 0x442d148c in nsh_command (vtbl=0xe7600e80, argc=1, argv=0xe7824350) at nsh_command.c:1275 14 0x442f65f5 in nsh_execute (vtbl=0xe7600e80, argc=1, argv=0xe7824350, param=0xe78242b0) at nsh_parse.c:716 15 0x44304fb4 in nsh_parse_command (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2809 16 0x44305a50 in nsh_parse (vtbl=0xe7600e80, cmdline=0xe7601338 "poweroff") at nsh_parse.c:2919 17 0x442bdc91 in nsh_session (pstate=0xe7600e80, login=1, argc=1, argv=0xe7814870) at nsh_session.c:246 18 0x442bbbe5 in nsh_consolemain (argc=1, argv=0xe7814870) at nsh_consolemain.c:75 19 0x4422b4bb in nsh_main (argc=1, argv=0xe7814870) at nsh_main.c:74 20 0x440ee098 in nxtask_startup (entrypt=0x4422b39a <nsh_main>, argc=1, argv=0xe7814870) at sched/task_startup.c:72 21 0x43fa1d6e in nxtask_start () at task/task_start.c:116 22 0x4412982c in pre_start () at sim/sim_initialstate.c:53 23 0x00000000 in ?? () Signed-off-by: wangshaoxin <wangshaoxin@xiaomi.com> | 11 个月前 | |
segger/stream_rtt: fix warning after stream update Signed-off-by: buxiasen <buxiasen@xiaomi.com> | 11 个月前 | |
goldfish_sensor_uorb.c: goldfish support more sensors Signed-off-by: chenzihan1 <chenzihan1@xiaomi.com> | 11 个月前 | |
serial:gdbstub need enable irq Signed-off-by: anjiahao <anjiahao@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
mm: Fix some typos Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 11 个月前 | |
syslog: fix syslog deadlock When calling syslog_flush_intbuffer, a thread switch may occur in syslog_write. At this time, flushing is not completed. When other threads enter flushing, they will fail to acquire the lock and deadlock will occur. Signed-off-by: yinshengkai <yinshengkai@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
drivers/timers:fix warning arch_rtc.c:180:19:[-Wstrict-aliasing] 180 | *tp = *((FAR struct tm *)&rtctime); Signed-off-by: liwenxiang1 <liwenxiang1@xiaomi.com> | 11 个月前 | |
cdcacm: add disable cdcacm syslog channel function Signed-off-by: yangsong8 <yangsong8@xiaomi.com> | 11 个月前 | |
usbhost: recognize sim usb cdcacm composite device Signed-off-by: yangsong8 <yangsong8@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
dirvers/fb: use spin lock to replace critical section Signed-off-by: rongyichang <rongyichang@xiaomi.com> | 11 个月前 | |
virtio-snd: use buf first to avoid DEQUEUE ioctl free first for SMP Signed-off-by: hanqiyuan <hanqiyuan@xiaomi.com> | 11 个月前 | |
Remove minread para in btuart_read. In file_read(), asynchronous reading is supported, so partial reads and the minread parameter are no longer needed. Signed-off-by: zhongzhijie1 <zhongzhijie1@xiaomi.com> | 11 个月前 | |
build: Remve the unnecessary .gitignore Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 11 个月前 | |
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> | 11 个月前 | |
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> | 11 个月前 | |
perf:fix compile error that arm platform now not support pmu Signed-off-by: zhangwenjian <zhangwenjian@xiaomi.com> | 11 个月前 | |
nuttx/audio: optimize audio fake drive code and process. the arm of this patch is to fix the comment issue from https://gerrit.pt.mioffice.cn/c/vela/nuttx/+/4807936. Signed-off-by: yaojingwei <yaojingwei@xiaomi.com> Signed-off-by: niyinghao <niyinghao@xiaomi.com> | 11 个月前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 11 个月前 |