1. 96a0030 include/debug.h: fix checkpatch fallout in touched apps files by Piyush Patle · 2 days ago master
  2. 9d849ad include/debug.h: Use <nuttx/debug.h> in apps by Piyush Patle · 11 days ago
  3. 3591378 crypto/mbedtls: expose include paths as public by Filipe Cavalcanti · 12 days ago
  4. bfbeafa netutils/mqttc: fix patch and add mbedtls dependency by Filipe Cavalcanti · 12 days ago
  5. f95b53d examples/camera: add -m option for horizontal mirror preview by wangjianyu3 · 6 days ago
  6. 21dd308 examples/camera: handle RGB565X (BE) format from 8-bit DVP camera by wangjianyu3 · 9 days ago
  7. 52b36de examples/camera: use MMAP with USERPTR fallback and fix NX stride by wangjianyu3 · 11 days ago
  8. a6286ee graphics/input: Add getevent input event monitor tool. by liuhongchao · 1 year, 1 month ago
  9. 9db3e26 graphics/libyuv: Download libyuv from NuttX Mirror Repo by Lup Yuen Lee · 5 days ago
  10. 231ac39 canutils/lely-canopen: avoid patch reapply on repeated builds. by Shunchao Hu · 10 days ago
  11. 5c867b2 examples/nxscope: control stream interval from CLI by raiden00pl · 4 weeks ago
  12. b8718d8 build.yml: Fix No files were found with the provided path by simbit18 · 11 days ago
  13. 073df9d examples/uvc_cam: add UVC camera streaming app by wangjianyu3 · 4 weeks ago
  14. dc4ecc9 ci: split xtensa jobs into three separate jobs (instead of two) by Tiago Medicci · 2 weeks ago
  15. cd2b0c0 testing/crypto: Add pbkdf2 test app by Vlad Pruteanu · 3 weeks ago
  16. e564816 .github: install NTFC from PIP by raiden00pl · 2 weeks ago
  17. f3a7282 netutils/cjson: fix apps path in CMake by Filipe Cavalcanti · 3 weeks ago
  18. 6a1b2c6 system/nxrecorder: Fix null pointer dereference in argument parsing by wangjianyu3 · 4 weeks ago
  19. 509b807 build(deps): bump docker/login-action from 3.7.0 to 4.0.0 by dependabot[bot] · 3 weeks ago
  20. 460281a system/fastboot: fix socket() parameter order for TCP transport by wangjianyu3 · 3 weeks ago
  21. b986eef system/sensorscope: fix compilation by raiden00pl · 3 weeks ago
  22. 5fe0877 CI: Revert GitHub Actions for Docker by Lup Yuen Lee · 3 weeks ago
  23. 7884410 examples/nxscope: add UDP interface by raiden00pl · 4 weeks ago
  24. 193fadf logging/nxscope: add UDP transfer interface by raiden00pl · 4 weeks ago
  25. cb880b7 boot/nxboot: remove unused header variable by Neil Berkman · 4 weeks ago
  26. 83af0a0 boot/nxboot: update stale comment to reflect CRC validation by Neil Berkman · 4 weeks ago
  27. 4decc16 boot/nxboot: add flush barriers and CRC-validate primary before boot by Neil Berkman · 4 weeks ago
  28. 8cd9e9a examples/camera: fix spelling errors by wangjianyu3 · 4 weeks ago
  29. 1005607 examples/camera: fix build error and still capture logic by wangjianyu3 · 4 weeks ago
  30. 3a15658 examples/rmtchar: fix source file ordering for RMTCHAR by Filipe Cavalcanti · 5 weeks ago
  31. ea22a66 tools: Fix target-pointer-width type in x86 target configs by Huang Qi · 4 weeks ago
  32. f90e1e1 tools/build: Make Rust target triples for x86 use JSON files by Huang Qi · 4 weeks ago
  33. 68f9e54 codespell: Add ARCHTYPE to ignore list by Huang Qi · 5 weeks ago
  34. b5d151f cmake/tools: Fix panic_immediate_abort deprecation in Rust build by Huang Qi · 5 weeks ago
  35. 8579459 boot/nxboot: fix Clang warnings for format and va_start by Neil Berkman · 5 weeks ago
  36. 2964c8c build(deps): bump docker/login-action from 3 to 4 by dependabot[bot] · 5 weeks ago
  37. 45d4c70 build(deps): bump actions/download-artifact from 7 to 8 by dependabot[bot] · 6 weeks ago
  38. af7222e build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 by dependabot[bot] · 6 weeks ago
  39. 7d13ee2 examples/mqttc: Fix mqtt_init() failed message typo (ERRPR -> ERROR). by Mihai Pacuraru · 6 weeks ago
  40. c46ed18 examples/mqttc: Fix QOS arguments parsing (char->long). by Mihai Pacuraru · 6 weeks ago
  41. e4b84b2 ostest/hrtimer: Update the comments. by ouyangxiangzhen · 7 weeks ago releases/12.13 nuttx-12.13.0 nuttx-12.13.0-RC0
  42. 256d668 sched/hrtimer: Refactor the hrtimer_test. by ouyangxiangzhen · 7 weeks ago
  43. d33830e ostest/hrtimer: Increase the tolerent latency. by ouyangxiangzhen · 10 weeks ago
  44. 0bbf5dc sched/hrtimer: Improve code readability by ouyangxiangzhen · 2 months ago
  45. 1c0281b sched/hrtimer: relocate the hrtimer test to simplify. by ouyangxiangzhen · 2 months ago
  46. e69f9e9 sched/hrtimer: Fix test in QEMU. by ouyangxiangzhen · 2 months ago
  47. 9b84a0a sched/hrtimer: Simplify the hrtimer test. by ouyangxiangzhen · 2 months ago
  48. 05e8b0a ostest/hrtimer: Remove HRTIMER_TEST to simplify the code. by ouyangxiangzhen · 2 months ago
  49. da105af ostest/hrtimer: Add missing assert.h by ouyangxiangzhen · 2 months ago
  50. e0d118e examples/powerled: Fix board initialization compilation by Matteo Golin · 7 weeks ago
  51. 0b084de testing/crypto: Add options to disable hash tests by Eren Terzioglu · 7 weeks ago
  52. fe546ac github/workflow: Sync the new PR Labeling Workflow from NuttX Repo to NuttX Apps by Lup Yuen Lee · 7 weeks ago
  53. 448b0bd interpreters: Fix spelling errors by Matteo Golin · 8 weeks ago
  54. 3ce3563 !interpreters/python: Align naming of configuration options by Matteo Golin · 8 weeks ago
  55. a604c46 !interpreters/minibasic: Align naming of configuration options by Matteo Golin · 8 weeks ago
  56. 468ded8 !interpreters/lua: Align naming of configuration options by Matteo Golin · 8 weeks ago
  57. be2cdfa !interpreters/bas: Align naming of configuration options by Matteo Golin · 8 weeks ago
  58. 76e02c0 netutils/cjson: update cJSON download URL format by Arjav Patel · 8 weeks ago
  59. 1ab486d netutils/cjson: update download URL for cJSON tarball to include refs/tags by Arjav Patel · 8 weeks ago
  60. 7289c27 testing/{ostest,sched/smp}: Remove BOARD_LOOPSPERMSEC references by Matteo Golin · 9 weeks ago
  61. d48b450 netlib_xarp: remove redundant cast by zhanghongyu · 1 year, 4 months ago
  62. bb9229d testing/drivers: set default vendor dalay to 1 for rtc cases run correctly by fangpeina · 1 year, 1 month ago
  63. f9dc9bc testing: Fix cmocka_syscall_test crash when CONFIG_FDCHECK enable by fangpeina · 1 year, 5 months ago
  64. eb9b9a2 netutils/rexecd: fix rpname mismatch with rexec when using AF_RPMSG by fangpeina · 11 months ago
  65. b2d4ad6 testing/ostest: Add performance event time counter test by hujun5 · 2 months ago
  66. eda1309 mtdconfig: modify config names for mtdconfig testcases 2 by zhaoxingyu1 · 2 months ago
  67. d9d434d mtdconfig: lomtdconfig device change to depends on !MTD_CONFIG_NONE by zhaoxingyu1 · 10 months ago
  68. 102c078 mtd/nvs: modify config name to MTD_CONFIG_NVS part1 by zhaoxingyu1 · 10 months ago
  69. 2908f10 apps/system/ymodem: Optimized ymodem for burn during bootloader by wangxingxing · 12 months ago
  70. 8804f08 ymodem:sbrb.py send command need flush and reset input buffer by anjiahao · 1 year, 2 months ago
  71. 367e9dc testing: move nist-sts into drivers/rng directory by makejian · 1 year, 1 month ago
  72. b80d67c netutils/netinit: Support the NETINIT_MACADDR by liqinhui · 10 months ago
  73. 42e3566 testing/fs:reduce the test time of fs test by wangxingxing · 8 months ago
  74. f2ba488 testing/fs:remove the usleep of evend_fd read to solve the questiong of sem wait by wangxingxing · 5 months ago
  75. 050fb40 testing/eventfd_test: avoid the orphan Thread by ligd · 8 months ago
  76. 4ac3732 testing/fdcheck: fix fd close in other thread by guohao15 · 12 months ago
  77. ebe2dd5 ostest/hrtimer: sync hrtimer ostest with latest hritmer update by wangchengdong · 3 months ago
  78. 71561d2 testing/ostest: run spinlock_test only in flat mode. by ouyangxiangzhen · 3 months ago
  79. 06d07b1 testing/ostest: Fix Coverity for spinlock test. by ouyangxiangzhen · 3 months ago
  80. 5eef7f3 testing/ostest: refactor the spinlock test. by ouyangxiangzhen · 5 months ago
  81. 52c2a89 ostest/spinlock: Check the return value. by anpeiyun · 6 months ago
  82. f86246f ostest/spinlock: fix the operations does not affect the result. by anpeiyun · 6 months ago
  83. 36e7014 ostest/spinlock: Check the return value. by ouyangxiangzhen · 6 months ago
  84. 7fb71aa testing/drivers: Fix posix timer assertions. by ouyangxiangzhen · 9 months ago
  85. 1b8c90c ostest: Add spinlock/rspinlock. by jiangtao16 · 10 months ago
  86. 35cf746 testing/drivers: Fix wrong test-cases. by ouyangxiangzhen · 7 months ago
  87. b9bf7f5 testing/drivers: Change uint32_t time to uint64_t. by ouyangxiangzhen · 7 months ago
  88. 62fe1a3 ostest/wdog: Fix a synchronizing bug. by ouyangxiangzhen · 11 months ago
  89. 69bfda8 apps/ostest: Fix wqueue_test in flat mode. by ouyangxiangzhen · 12 months ago
  90. ce3e352 benchmark/taclebench: Add clock measurement. by ouyangxiangzhen · 1 year ago
  91. 429a659 apps/testing: Fix timerjitter iteration by ouyangxiangzhen · 1 year, 2 months ago
  92. f687088 apps/testing: Fix timerjitter interval by ouyangxiangzhen · 1 year, 2 months ago
  93. e0e9f3d apps/testing: Fix Coverity. by ouyangxiangzhen · 1 year, 3 months ago
  94. a16c545 testing/drivers: Fixed the wrong test-case. by ouyangxiangzhen · 9 months ago
  95. ae7a0d8 testing/drivers: Fix posix timer assertions. by ouyangxiangzhen · 9 months ago
  96. 01e5e50 testing/time: Relax the timing constraints. by ouyangxiangzhen · 9 months ago
  97. a4b4352 testing/drivers: Fix posix timer assertions. by ouyangxiangzhen · 9 months ago
  98. 0faaed9 testing/drivertest: Fix timing issues on QEMU and sims. by ouyangxiangzhen · 12 months ago
  99. 8aa48c4 examples: foc: Add critical section protection to FOC control loop by hujun5 · 3 months ago
  100. 35f3690 nshlib: Add stderr redirection support by fangpeina · 4 months ago