Commit Graph

  • fb98b02fd1 chore: set CODEOWNERS for dev-ai-contest-2026 dev-ai-contest-2026 openvela-robot 2026-05-11 22:06:31 +0800
  • 31b1948ff6
    Merge 94207d5e27 into 79232d8233 #105 dependabot[bot] 2026-05-09 04:33:07 +0000
  • 987fa2fe8e
    Merge 3d374b91ec into 79232d8233 #104 dependabot[bot] 2026-05-09 04:33:05 +0000
  • 94207d5e27
    build(deps): bump actions/download-artifact from 4 to 8 #105 dependabot/github_actions/actions/download-artifact-8 dependabot[bot] 2026-05-09 04:33:05 +0000
  • 68eb1fd09f
    Merge 0d5bb3779d into 79232d8233 #103 dependabot[bot] 2026-05-09 04:33:02 +0000
  • 3d374b91ec
    build(deps): bump actions/setup-python from 5 to 6 #104 dependabot/github_actions/actions/setup-python-6 dependabot[bot] 2026-05-09 04:33:02 +0000
  • d802ea7ee5
    Merge e56201febc into 79232d8233 #102 dependabot[bot] 2026-05-09 04:32:59 +0000
  • 0d5bb3779d
    build(deps): bump actions/upload-artifact from 4 to 7 #103 dependabot/github_actions/actions/upload-artifact-7 dependabot[bot] 2026-05-09 04:32:59 +0000
  • ec0d59779c
    Merge c9dc896d2c into 79232d8233 #101 dependabot[bot] 2026-05-09 04:32:57 +0000
  • e56201febc
    build(deps): bump codelytv/pr-size-labeler from 1.10.1 to 1.10.4 #102 dependabot/github_actions/codelytv/pr-size-labeler-1.10.4 dependabot[bot] 2026-05-09 04:32:56 +0000
  • c9dc896d2c
    build(deps): bump actions/github-script from 7 to 9 #101 dependabot/github_actions/actions/github-script-9 dependabot[bot] 2026-05-09 04:32:54 +0000
  • 7dcbb0dee1
    Merge ca9f52d280 into d7e5d37ff9 #100 JianyuWang 2026-04-27 14:37:37 +0000
  • ca9f52d280 examples/uvc_cam: add UVC camera streaming app #100 wangjianyu3 2026-03-16 18:22:43 +0800
  • 8358feb55d
    Merge ff49cf1e0a into d7e5d37ff9 #99 JianyuWang 2026-04-27 14:31:26 +0000
  • ff49cf1e0a examples/vncviewer: add VNC viewer for LCD display #99 wangjianyu3 2026-04-23 23:16:47 +0800
  • fdb20f762a
    Merge df9600f3be into d7e5d37ff9 #98 yanxingyu17 2026-04-27 05:48:29 +0000
  • df9600f3be examples/camera: optimize memory and add LCD display for ESP32-S3-EYE #98 v-yanxingyu 2026-04-27 11:30:40 +0800
  • 79232d8233 nsh: fix nsh redirect fd double close dev rebase-trunk-dev-20260422 v-tangmeng 2026-04-27 10:36:59 +0800
  • dd7c846d70 apps/system: fix the compile error v-tangmeng 2026-01-12 17:24:29 +0800
  • 017abdbef4 chore: sync .github, .gitee and LICENSE from dev branch trunk-5.5 trunk liujinye 2026-04-22 16:45:37 +0800
  • ee7e2601e0 chore: add .github, .gitee and LICENSE from dev branch liujinye 2026-04-22 16:40:34 +0800
  • 888690a2fe examples/memory_pressure: fix daemon loop condition fangpeina 2026-03-02 21:26:42 +0800
  • 6c4948219c cmocka:Output results in both standard and XML formats when xml_path is specified, providing additional information to help locate the failure point. huojianchao 2026-02-10 15:02:59 +0800
  • 8dd18d6bb6 apps/testing: Fix CLOCK_REALTIME definition. ouyangxiangzhen 2026-03-05 16:38:17 +0800
  • 5eb72d9fea apps/testing/clock_test_timer03.c:use CLOCK_MONOTONIC instead of CLOCK_REALTIME yangao1 2026-01-08 15:57:08 +0800
  • f2defde253 Alsa-lib: fix dmix drain_lastbuffer planar wrong offset fangyibo 2026-03-04 12:09:46 +0800
  • 9f8eda138a Alsa-lib: add seperate device log fangyibo 2026-03-03 16:09:08 +0800
  • 1a74c8b570 ostest/cancel.c: the return value of EINVAL is acceptable anpeiyun 2026-03-03 14:39:31 +0800
  • 9e412b3960 tools/config_refs.yml: add CONFIG_FS_PROCFS_INCLUDE_PRESSURE check for lvgl perf lijianjun 2026-02-28 10:39:16 +0800
  • a650ebfe3e Alsa-lib: fix semaphore leak, resource leak and implicit double promotion fangyibo 2026-02-27 10:13:39 +0800
  • 8d19eab8e8 Alsa-lib: prefill silence on PREPARED to DRAIN and avoid malloc in drainlastbuffer fangyibo 2026-02-25 19:26:14 +0800
  • 076d8b9f2d testing/testsuites: Relax the timing assertion. ouyangxiangzhen 2026-02-25 20:23:47 +0800
  • 9fc884c5c1 testing/fs/fatutf8: shorten the FOLDER&FILE for default NAME_MAX 32 buxiasen 2026-02-25 22:25:02 +0800
  • d06fa6d1d9 Alsa-lib: fix bits/bytes unit mismatch in drain_lastbuffer fangyibo 2026-02-11 16:55:07 +0800
  • eb555f070b getevent: fix warnings and minor improvements liuhongchao 2026-02-06 16:52:35 +0800
  • aa54266611 testing/scanftest: change default path from /mnt to /tmp buxiasen 2026-02-13 16:18:28 +0800
  • 1d46c28456 nsh_console: Fixed the bug where the process could not be exited using Ctrl+C after redirecting the log. wangshaoxin 2026-02-11 10:00:07 +0800
  • e11fd803a6 testing/testsuites: Using clock_gettime(CLOCK_MONOTONIC) ouyangxiangzhen 2026-02-11 17:36:06 +0800
  • 941250bf04 Algorithm compilation adaptation shaoboan 2026-02-04 15:36:26 +0800
  • 9852db1468 fix(lvgl): build error when enable lvgl builtin lijianjun 2026-02-02 16:55:22 +0800
  • 32f341be8c pcm_hw: check getbufferinfo return value jinxiuxu 2026-02-03 16:36:38 +0800
  • b8056dad05 testing/ostest: fix format warning in wqueue_workthread_test ligd 2026-02-03 23:56:51 +0800
  • d124bf474b ostest/atomic: fix the declare using atomic but reference not use. buxiasen 2026-02-05 00:11:51 +0800
  • 8011a18ac2 clock_nanosleep:add retry mechanism for clock_nanosleep test v-liuchenxu3 2026-02-04 14:57:31 +0800
  • 78420bc022 nshlib: Add stderr redirection support fangpeina 2025-12-16 23:09:50 +0800
  • 1dd803e2e7 drivertest_rtc: add retry mechanism for RTC API test v-liuchenxu3 2026-02-04 14:54:07 +0800
  • 90cc6df50f mtdconfig: modify config names for mtdconfig testcases 2 zhaoxingyu1 2026-01-28 15:56:30 +0800
  • b78ebdfd0d system/cfgdata: ajust cfgdata dependency configuration zhaoxingyu1 2026-01-24 14:06:46 +0800
  • f64730a93f roudrobin.c:improve the priority of test cases yangao1 2025-12-25 15:05:00 +0800
  • fe663ef352 Android-Vela: rename kernel_modules_headers. zhangyuan20 2026-01-26 11:28:05 +0800
  • 8f6b48627e testing/ltp: Using clock_gettime(CLOCK_MONOTONIC). ouyangxiangzhen 2026-01-21 14:55:24 +0800
  • e6a0e8e6a8 testing/syscall: refactor gettimeofday test to handle g_basetime changes huojianchao 2026-01-26 21:31:12 +0800
  • a06620345c system: Add stty utility for terminal control fangpeina 2025-12-16 23:27:53 +0800
  • 621979ddaf apps/tools/Wasm:fix wasm compile error yangkun27 2026-01-22 20:09:53 +0800
  • 1903bf29e5 system/readline: Add software echo for normal characters fangpeina 2026-01-20 22:05:25 +0800
  • af8f9783e3 Alsa-lib: add alsa-lib dump app fangyibo 2025-11-12 15:06:52 +0800
  • c5bfb1a316 Alsa-lib: fix munmap crash when mmap fail fangyibo 2026-01-21 14:45:06 +0800
  • 6e696499bd rexec: import kernel_module_headers for rexec zhangbo56 2025-12-22 17:14:45 +0800
  • 021080c4d0 uorb: Increase the waiting time at the publish end so that the subscrib end has time to process. v-lichenxi7 2026-01-19 14:07:29 +0800
  • ed027aff26 ostest/spinlock.c: donot run spinlock test in TEE SMP anpeiyun 2026-01-16 10:32:38 +0800
  • 86c4344d03 system/libarchive: add config of ppmd zhengyu16 2026-01-09 17:28:10 +0800
  • 4c11152a79 system/libarchive: add config which enables error strings zhengyu16 2026-01-09 17:27:37 +0800
  • d47e6dca33 Alsa-lib: close should listen pollerr fangyibo 2026-01-14 15:40:27 +0800
  • 305e58bf30 Alsa-lib: fix not subtract offset in mmap_begin fangyibo 2026-01-13 16:22:50 +0800
  • ba045061e9 apps: replace atomic_fetch_xxx with atomic_xxx zhangyu117 2026-01-06 21:54:12 +0800
  • 27baebe125 testing/cmocka: remove redundant argv[0] check in cmocka_main.c ganjing 2026-01-09 17:56:54 +0800
  • 8595cc30ff osperf: solve the issue of pthread_cond_signal_switch_performance for SMP anpeiyun 2026-01-05 16:33:19 +0800
  • dc7aafd532 testing/cmocka: add support for executing ELF test files ganjing 2026-01-08 14:27:01 +0800
  • 39e3530480 Alsa-lib: non-last stream closing ignore poll event fangyibo 2026-01-08 17:47:56 +0800
  • 2389ad74c4 system/libarchive: fix coding style check error zhengyu16 2026-01-07 16:00:33 +0800
  • dc3edfdb55 libarchive: optimize code size zhengyu16 2026-01-05 11:47:10 +0800
  • 03e9ea8edc netlib: support checkipconnectivity when use reslov.conf wenquan1 2026-01-04 11:22:20 +0800
  • 28ee7b172d tasking:tasking not support gnu option anjiahao 2025-12-23 11:24:10 +0800
  • 1a852cfb86 audio: fix interger overflow in skip_id3v2_header chenyu29 2025-12-30 10:27:03 +0800
  • b1fd31076b uorb_unit_test: Raise priority. likun17 2025-12-18 16:27:39 +0800
  • 9f5cdb7cfc pcm_dmix: fix endianness risk from narrow cast of &out_frames zhaozhenghang 2025-12-26 21:28:35 +0800
  • bf99710bc2 cmake(bugfix):Solving the problem of no log output when CMake calls the native Nuttx Makefile xuxin19 2025-12-16 21:05:54 +0800
  • 1d65e6e662 testing/ostest: Fix Coverity for spinlock test. ouyangxiangzhen 2025-12-30 10:07:46 +0800
  • 34addbe590 apps/crecord: fix negative value passed to strerror zhaozhenghang 2025-12-26 21:19:03 +0800
  • 96b4ac6040 apps/crecord: fix unused NULL assignment to 'file' zhaozhenghang 2025-12-26 21:14:02 +0800
  • 2ec35451e2 Alsa-lib: fix minus offset twice leading to busy loop fangyibo 2025-12-29 15:25:23 +0800
  • 95b4ce8485 tinycompress: fix cplay coverity issues fangyibo 2025-12-25 14:35:32 +0800
  • 41aeef5831 wqueue: printf deadlock bugfix huojianchao 2025-12-18 17:30:29 +0800
  • 41a986deee mqueue_test: dead lock bugfix huojianchao 2025-12-22 22:10:04 +0800
  • 3a8c3e4ca1 apps/alsa-libs: fix offset cal error hanqiyuan 2025-12-27 19:09:04 +0800
  • 47ad02ee77 apps/candump: resolve the problem about candump startup failed. OceanfromXiaomi 2025-12-15 16:29:50 +0800
  • f824e6852f apps/rust: makefile updates for unified library build system Huang Qi 2025-12-10 09:42:17 +0800
  • 55e0f2d13e tools: Fix hyphen handling in Rust unified library generator Huang Qi 2025-11-07 21:37:23 +0800
  • 7b44e450df cmake: Add toolchain include directory to Rust build environment Huang Qi 2025-10-16 10:25:53 +0800
  • 1dad176c8d build: Add NUTTX_BUILD_DIR environment variable to Rust build Huang Qi 2025-10-14 14:49:06 +0800
  • 4587715c7b feat: pass cc related build flags to cargo liujiacai 2025-10-15 10:44:58 +0800
  • 13d295f909 fix building of hello_rust_cargo gaoyuan28 2025-10-13 20:23:50 +0800
  • f0193f34a3 tools: Fix target-pointer-width type in x86 target configs Huang Qi 2025-10-11 14:22:51 +0800
  • 93f3d53f97 testing/ostest: decrease the wqueue memory usage buxiasen 2025-12-18 11:45:19 +0800
  • ac26aa59f6 nng:Fix the issue of nng testcase CMake compilation error yangjianqing 2025-12-16 15:38:37 +0800
  • 6a2ec984ae fix compile error hujun5 2025-12-04 17:55:02 +0800
  • 5d977c20af nshlib/nsh_fscmd:improve symlink handling in ls_handler zhengyu16 2025-11-25 17:57:23 +0800
  • 124ae2533d audioutils/tinycompress: set max msgs to 32. wurui3 2025-12-08 16:23:40 +0800
  • 7ee8b75d8a libuv/test: add TLS_NCLEANUP dependency about libuv test dongjiuzhu1 2025-12-16 12:09:27 +0800
  • 96e74fa62a paho_mqtt:Fix the issue of compiler options overriding each other. yangjianqing 2025-12-15 20:31:03 +0800