1. e0fd7c6 graphics/microwindiws: Update microwindows commit hash by Acfboy · 2 days ago master
  2. 00653bb .github/workflows/build.yml: bump nuttx-ntfc-testing to release-0.0.2 by wangjianyu3 · 4 days ago releases/13.1
  3. c913222 testing/crypto: add SHA2-224 HMAC test case by guao · 10 days ago
  4. 6a19675 testing/crypto: add chacha20 and chacha20-poly1305 tests by guao · 10 days ago
  5. 6369873 system/nxinit: add cmocka unit tests for parser/action/service by wangjianyu3 · 9 days ago
  6. 7a1c6aa system/nxinit: fix stack-buffer-overflow in init_parse_config_buffer by wangjianyu3 · 9 days ago
  7. a31fe19 system/nxinit: fix missing blank line after declaration in parser.c by wangjianyu3 · 10 days ago
  8. 5c3f14a system/nxinit: fix truncated line loss in config parser by wangjianyu3 · 11 days ago
  9. 11c1c6b system/nxinit: add 'set' builtin command for environment variables by wangjianyu3 · 9 days ago
  10. ec33a92 system/nxinit: increase SERVICE_ARGS_MAX default to 16 by wangjianyu3 · 9 days ago
  11. 48ddaad nshlib, wamr: fix pre-existing style issues in touched files by zhengyu16 · 11 days ago
  12. 9cda1fb fs: rename PSEUDOFS_SOFTLINKS to FS_LINKS by zhengyu16 · 11 days ago
  13. 9401230 netutils/libshvc: implement headers export and update shv-libs4c by Pavel Pisa · 11 days ago
  14. 82eb73d system/nxinit: fix unkown -> unknown typo in resetcause[] by wangjianyu3 · 11 days ago
  15. c91fe7b system/nxinit: Add missing "assert" entry to resetflag by wangjianyu3 · 8 months ago
  16. ee32ebd system/nxinit: Add subreason for sys.boot.reason by wangjianyu3 · 9 months ago
  17. fd35a05 system/nxinit: Add resetcause for triggers by wangjianyu3 · 11 months ago
  18. 4cb0068 system/nxinit: support compound command execution by fangpeina · 9 months ago
  19. 19bab76 examples/lvglterm: fix wrong dependency on PSEUDOTERM by Filipe Cavalcanti · 10 days ago
  20. 2b92bed examples/lvglterm: replace PIPES with PSEUDOTERM by Filipe Cavalcanti · 2 weeks ago
  21. d570175 interpreters/python: use NuttX readline for TTY input by raiden00pl · 14 days ago
  22. 9545e12 system/readline: add caller-selectable control handling by raiden00pl · 14 days ago
  23. 0923948 system/nxinit: fix event-board timing by wangjianyu3 · 2 weeks ago
  24. 6d17801 system/nxinit: Add start_cpu support for action by jingfei · 10 months ago
  25. a485d96 system/nxinit: Add boot support for action by wangjianyu3 · 11 months ago
  26. e0a1031 system/nxinit: add check loop to init_parse_config_buffer by wangjianyu3 · 6 months ago
  27. 63eb6c7 system/nxinit: Extract init_parse_config_buffer() by wangjianyu3 · 9 months ago
  28. 21bb388 apps: replace atomic_fetch_xxx with atomic_xxx by zhangyu117 · 3 weeks ago
  29. 44d1f6c examples/calculator: add an LVGL touchscreen calculator by aviralgarg05 · 3 weeks ago
  30. e871059 games: support supervised loadable game processes by aviralgarg05 · 3 weeks ago
  31. 31342e0 testing/nettest: add cmocka test for local socket SCM_RIGHTS by Bogdan · 2 weeks ago
  32. a71c329 netutils/paho_mqtt: configure embedded runtime mode by raiden00pl · 2 weeks ago
  33. 53c2348 netutils/paho_mqtt: separate library worker stack size by raiden00pl · 2 weeks ago
  34. 6e56388 netutils/paho_mqtt: fix package preparation and utilities by raiden00pl · 2 weeks ago
  35. e3dc165 examples/nxterm: add serial console fallback by raiden00pl · 14 days ago
  36. c775800 examples/nxterm: add PTY-backed keyboard console by raiden00pl · 14 days ago
  37. 6b3b420 examples/nxterm: add full-screen window option by raiden00pl · 14 days ago
  38. 96f6e7d system/readline: restore terminal attributes safely by raiden00pl · 14 days ago
  39. 247a8c0 system/nxinit: fix argument parser treating --option as -- separator by wangjianyu3 · 5 months ago
  40. 8ff98a6 system/nxinit: Parse default cpu-specific configs by wangjianyu3 · 11 months ago
  41. d7f64ec example/microwindows: exports microwindows/src/include by Acfboy · 3 weeks ago
  42. 564cabe build: introduce EXPORTED_INCLUDES machanism by Acfboy · 3 weeks ago
  43. 1080111 graphics/microwindows: add NONETWORK mode for linking Nano-X apps with the server by Acfboy · 4 weeks ago
  44. 634d2db examples/nanoxterm: add Nano-X terminal emulator example by Acfboy · 5 weeks ago
  45. d79e503 examples/nanoxcalc: add Nano-X calculator example by Acfboy · 5 weeks ago
  46. edb4d26 graphics/microwindows: add Nano-X client library and built-in server support for NuttX by Acfboy · 5 weeks ago
  47. e21cf5c system/expat: add reusable XML parser package by raiden00pl · 2 weeks ago
  48. c0143f0 tools: export package metadata and RGB565 icons by aviralgarg05 · 3 weeks ago
  49. 0b3d36a testing: add ostest coverage for chroot by Abhishek Mishra · 2 weeks ago
  50. f75251f nshlib: close extra fds before jailed execvp by Abhishek Mishra · 2 weeks ago
  51. bcf2cd1 nshlib: add chroot command by Abhishek Mishra · 2 weeks ago
  52. 68aa7a8 games/brickmatch: add touchscreen input and module support by aviralgarg05 · 3 weeks ago
  53. f4d71b6 testing/libc/arch_libc: Time against a clock that runs. by Justin Hammond · 3 weeks ago
  54. f45a02c testing/libc/arch_libc: Test memccpy and stpncpy. by Justin Hammond · 3 weeks ago
  55. f4bb54e testing/libc/arch_libc: Test strlcpy. by Justin Hammond · 3 weeks ago
  56. d4fd491 testing/libc/arch_libc: Add a throughput benchmark. by Justin Hammond · 3 weeks ago
  57. 5e057f3 build: add declarative shared library support by aviralgarg05 · 5 weeks ago
  58. fa4a430 interpreters/python: fix build for x86_64 targets built with the host gcc by raiden00pl · 3 weeks ago
  59. 0eb44a1 system/nxstore: add an LVGL app-store front end by aviralgarg05 · 3 weeks ago
  60. 191e244 graphics/pdcurs34: Fixes for wide char build by 000exploit · 3 weeks ago
  61. a59eb5c nshlib: fix builtin_isavail() index 0 check by zhaoyutao1 · 3 weeks ago
  62. cc3c3aa ci: do not trigger Build on PR description edits by raiden00pl · 3 weeks ago
  63. e269d1c examples/lvgltouch: add touchscreen diagnostics by aviralgarg05 · 3 weeks ago
  64. 2fcb2df system/nxpkg: complete the package lifecycle by aviralgarg05 · 3 weeks ago
  65. c4fd2b9 system/nxpkg: fetch repositories over HTTP by aviralgarg05 · 3 weeks ago
  66. 0717e05 system/nxpkg: validate catalog and database contents by aviralgarg05 · 3 weeks ago
  67. d0c15c8 system/nxpkg: make package storage crash-safe by aviralgarg05 · 3 weeks ago
  68. 7358692 system/sudo: add setuid privilege helper by Abhishek Mishra · 3 weeks ago
  69. 84ffa84 system/toybox: Add toybox a tool box similar to busybox by Alan Carvalho de Assis · 3 weeks ago
  70. 3328bbb system/nxinit: fix on-event actions re-running on every trigger by wangjianyu3 · 4 weeks ago
  71. 1503c29 system/nxinit: Fix index underflow issue by wangjianyu3 · 8 months ago
  72. 5b62991 system/nxinit: Fix multi-event action triggering by wangjianyu3 · 9 months ago
  73. 1290acf system/nxinit: Fix action event parsing loss by wangjianyu3 · 9 months ago
  74. 99dd131 system/nxinit: Add support for action triggers by wangjianyu3 · 12 months ago
  75. d04cffd system/nxinit: Add setprop support for action by fangpeina · 10 months ago
  76. 2ca518b nshlib: apply privilege prompt markers only after real login by Abhishek Mishra · 3 weeks ago
  77. 0faa02f nshlib: apply #/$ prompt markers after login by Abhishek Mishra · 3 weeks ago
  78. 3385bc3 testing/ostest: expand multiuser coverage for groups and setresuid by Abhishek Mishra · 3 weeks ago
  79. be038ce system: Add stty utility for terminal control by fangpeina · 9 months ago
  80. 860815a testing/ostest: Split the fork test into vfork and fork. by Marco Casaroli · 4 weeks ago
  81. 569d8f3 examples/apa102: use fprintf() instead of the kernel _err() macro by Ricard Rosson · 4 weeks ago
  82. a76f5ba examples/apa102: depend on LEDS_APA102, not LCD_APA102 by Ricard Rosson · 4 weeks ago
  83. 3d0d710 netutils/paho_mqtt: fixed the header file by simbit18 · 3 weeks ago
  84. 9827090 videoutils/x264: fixed the header file by simbit18 · 3 weeks ago
  85. af029c0 testing/drivers/crypto: Fix Kconfig style by simbit18 · 3 weeks ago
  86. e657381 tee/optee_client: Fix Kconfig style by simbit18 · 3 weeks ago
  87. 10fef9d mlearning/tflite-micro: fixed the header file by simbit18 · 3 weeks ago
  88. e6e968b math: fixed the header file by simbit18 · 3 weeks ago
  89. 3d06069 games/NXDoom: Fix Kconfig style by simbit18 · 3 weeks ago
  90. 8e5f3d3 examples/smf: Fix Kconfig style by simbit18 · 3 weeks ago
  91. 211f507 system: Fix Kconfig style by simbit18 · 3 weeks ago
  92. fec07a1 build(deps): bump actions/github-script from 7 to 9 by dependabot[bot] · 4 weeks ago
  93. ab7e066 nshlib/ifconfig: support "ifconfig <iface> up|down" by wangjianyu3 · 4 weeks ago
  94. 198b89a nshlib/ifconfig: drop the redundant "argc > 2" check by wangjianyu3 · 4 weeks ago
  95. a8d55f4 nshlib/ifconfig: only apply the settings that were asked for by wangjianyu3 · 4 weeks ago
  96. 413d2dd testing/libc/arch_libc: Cover unaligned src/dst copy paths. by zhangyuan29 · 8 weeks ago
  97. 7043f96 testing/libc/arch_libc: Fix out-of-bounds write in memmove test. by dengwenqi · 9 weeks ago
  98. 0b3049b testing/libc/arch_libc: Add strchrnul test and sweep size boundaries. by anjiahao · 9 weeks ago
  99. ed56c56 testing/libc/arch_libc: Add tests for all string/memory functions. by Xiang Xiao · 6 months ago
  100. cc8a6c8 cmake: Use NUTTX(_DIR/_BINARY_DIR) instead of CMAKE(_SOURCE_DIR/BINARY_DIR) by Alan Carvalho de Assis · 4 weeks ago