1. 397047f benchmarks/mtd: use uniform output style for numbers by Lars Kruse · 2 days ago master
  2. 499352f testing/drivers/hash: Add unaligned buffer size test by Peter Barada · 9 days ago
  3. fa2dd70 system/popen: Avoid copying FILE by Nightt · 9 days ago
  4. 0317116 system/uorb: introduce CONFIG_UORB_FORMAT for format string control by hanzhijian · 7 days ago
  5. 8b43c71 examples/rng90: add RNG90 example by Felipe Moura · 4 days ago
  6. 33d96e9 apps/tools: Enable Rust sim builds on Intel Macs by Shoji Tokunaga · 11 days ago
  7. 8b4d20e system/uorb: fix listener_top not showing topic data by hanzj · 7 days ago
  8. 80907e5 lte: make lte_initialize() build without the ALT1250 daemon by raiden00pl · 7 days ago
  9. 0758631 workflows/build.yml: Fix Skipping sim\windows in the MSVC job by simbit18 · 7 days ago
  10. 1d7d4fe system/nxinit: fix init parser to handle multiple quoted arguments by fangpeina · 4 months ago
  11. d79d810 system/nxinit: Fix signal mask inheritance by wangjianyu3 · 6 months ago
  12. b73a5ac system/nxinit: Fix missing check for import argument by wangjianyu3 · 6 months ago
  13. 63c691e system/nxinit: fix unused variable warning by v-maomingju · 6 months ago
  14. 84d6b12 system/nxinit: Avoid SIGCHLD race with ppoll() by wangjianyu3 · 6 months ago
  15. 78bf19c system/nxinit: prevent parser from reading past string boundry by fangpeina · 6 months ago
  16. b0fdffb system/nxinit: Fix timespec incomplete error in action.h by wangjianyu3 · 6 months ago
  17. 62b7450 system/nxinit: fix uninitialized 'wstatus' warning by fangpeina · 7 months ago
  18. 3d26835 system/nxinit: fix compilation errors in action.c by fangpeina · 7 months ago
  19. df01c3c system/nxinit: Handle trailing file '\0' by wangjianyu3 · 8 months ago
  20. e86c0b9 system/nxinit: skip empty lines in init.rc parser by hanzj · 8 days ago
  21. 840c2f3 apps/rust: Add dependencies for Rust cargo in make builds by Shoji Tokunaga · 14 days ago
  22. c106a02 examples/microros_sub: Add minimal Int32 subscriber example. by Arjav Patel · 11 days ago
  23. 97802bd testing/libc/popen: add popen/dpopen test for shell and no-shell modes by cuiziwei · 6 weeks ago
  24. 740fda9 system/popen: support no-shell mode via posix_spawnp by cuiziwei · 6 weeks ago
  25. 0d35e2e system/popen: add dpopen/dpclose fd-based interface by cuiziwei · 6 weeks ago
  26. 3a255d5 testing/drivers/crypto: Fix typo on hash test by Eren Terzioglu · 10 days ago
  27. 9796690 apps/cmake: Fix aarch64 NuttX Rust target specs by Shoji Tokunaga · 2 weeks ago
  28. 1081225 examples/microros_pub: Add minimal Int32 publisher example. by Arjav Patel · 12 days ago
  29. 5e91459 system/microros: Add UDP and serial custom transport backends. by Arjav Patel · 12 days ago
  30. 0a0118b system/microros: Wire libmicroros include layout and sim final link. by Arjav Patel · 12 days ago
  31. 3d6ea0c system/microros: Fix toolchain attribute strip breaking libc inlines. by Arjav Patel · 12 days ago
  32. fa46bdf testing/drivers/crypto: Add SH224 hash test by Peter Barada · 12 days ago releases/13.0
  33. 07647d3 system/lzf: Fix missing space in Kconfig help text. by hanzj · 2 weeks ago
  34. c0fc208 system/settings: Bound storage string handling by Nightt · 2 weeks ago
  35. a74b2fc system/settings: Bound public string handling by Nightt · 2 weeks ago
  36. b5b54e7 interpreters/quickjs,testing/nettest: fix typos in Kconfig and source. by hanzj · 2 weeks ago
  37. 418cf21 apps/nxinit: Fix uninitialized variable by Matteo Golin · 2 weeks ago
  38. 2b5899c apps/nxinit: Make init.rc file path configurable by Matteo Golin · 2 weeks ago
  39. 6d87081 apps/nxinit: Fix service length error by Matteo Golin · 2 weeks ago
  40. 241096a apps/nxinit: Fix Kconfig typo by Matteo Golin · 2 weeks ago
  41. c28e61f system/nxinit: Change NXInit to EXPERIMENTAL by Alan Carvalho de Assis · 2 weeks ago
  42. 5341a2f system/nxinit: Add final event by Alan Carvalho de Assis · 2 weeks ago
  43. d8ead1a system/nxinit: Remove deprecated BOARDIOC_INIT ioctl by Alan Carvalho de Assis · 2 weeks ago
  44. 820eb64 system/nxinit: Change LOG_DEBUG to LOG_USER by Alan Carvalho de Assis · 2 weeks ago
  45. cdb89a5 system/nxinit: Let use a define to define the class max cmds by Alan Carvalho de Assis · 2 weeks ago
  46. 7af8ed8 system/nxinit: Fix name[0] issue by Alan Carvalho de Assis · 2 weeks ago
  47. 610de98 system/nxinit: Add comments to the Kconfig by Alan Carvalho de Assis · 2 weeks ago
  48. 84e87a5 system/nxinit: Add reboot_on_failure for service by wangjianyu3 · 8 months ago
  49. 84f798d system/nxinit: Add exec_start support for action by wangjianyu3 · 8 months ago
  50. 8049d91 system/nxinit: Add oneshot support for service by wangjianyu3 · 8 months ago
  51. 4281a10 system/nxinit: Warning for long commands by wangjianyu3 · 10 months ago
  52. 7c02e7f system/nxinit: Add NSH builtin support for action by wangjianyu3 · 10 months ago
  53. 8594627 system/nxinit: Add class start/stop for service by wangjianyu3 · 10 months ago
  54. 492a866 system/nxinit: Add NuttX Init by wangjianyu3 · 10 months ago
  55. ed063a0 nshlib: fix infinite loop on broken stdout in nsh_catfile by wangjianyu3 · 3 weeks ago
  56. 72bedd5 apps/tools: Make hello_rust_cargo buildable with make by Shoji Tokunaga · 2 weeks ago
  57. d0fa5af audioutils: Add RTTTL parsing library by Jiri Vlasak · 5 weeks ago
  58. 84022ea build(deps): bump docker/login-action from 4.0.0 to 4.2.0 by dependabot[bot] · 2 weeks ago
  59. 939ed0c apps/system/microros: add rcutils strcasecmp strings.h include patch. by Arjav Patel · 3 weeks ago
  60. 55a7d4d apps/system/microros: define __NuttX__ in cross-compile toolchain flags. by Arjav Patel · 3 weeks ago
  61. 9a0c249 apps/system/microros: add CMake ExternalProject build support. by Arjav Patel · 3 weeks ago
  62. 7dbebe1 apps/system/microros: add DIR-typedef NuttX guard patch. by Arjav Patel · 3 weeks ago
  63. cb316ec apps/system/microros: wire libmicroros.a into LDLIBS and CFLAGS. by Arjav Patel · 3 weeks ago
  64. b1a4d3f apps/system/microros: add libmicroros.a colcon build pipeline. by Arjav Patel · 3 weeks ago
  65. e764594 apps/system/microros: add CMake cross-compile toolchain template. by Arjav Patel · 3 weeks ago
  66. 98d3a0b apps/system/microros: add colcon.meta.in resource-limit template. by Arjav Patel · 3 weeks ago
  67. 0f8f912 apps/system/microros: add micro_ros_lib directory skeleton. by Arjav Patel · 3 weeks ago
  68. 0dd221c system/settings: Drop unused recursive mutex type by Nightt · 3 weeks ago
  69. 2d949fa system/settings: Avoid recursive save locking by Nightt · 3 weeks ago
  70. f8a48fa testing/sd_stress: Harden file creation cleanup by Nightt · 3 weeks ago
  71. 2d6cd74 testing/sd_stress: Handle stale temporary directories by Nightt · 3 weeks ago
  72. 8568013 netutils/thttpd: Apply the same check to related allocation sites by Nightt · 3 weeks ago
  73. c44f9a0 apps: Fix unchecked strdup()/asprintf() as requested in #1727 by Nightt · 3 weeks ago
  74. 58b780c interpreters/python: Add ctypes prototype patches for NuttX by Tiago Medicci · 3 weeks ago
  75. 965cddf system/libffi: Add libffi package integration by Tiago Medicci · 3 weeks ago
  76. c9c5c75 examples/rust: Fix hello_rust_cargo CMake settings by Shoji Tokunaga · 3 weeks ago
  77. 5cce60a examples: add pulse count example by raiden00pl · 3 weeks ago
  78. 2ad3e4e examples/pwm: remove refenrences to PULSECOUNT by raiden00pl · 3 weeks ago
  79. 5355adb apps: Fix codespell warnings. by Nightt · 3 weeks ago
  80. fcd10aa examples/lp503x: Open device write-only. by Nightt · 3 weeks ago
  81. b4f1e29 apps: Fix additional open() arguments. by Nightt · 3 weeks ago
  82. 5c703f5 nshlib/testing: Fix open() arguments. by Nightt · 3 weeks ago
  83. f9f59bd !apps: drop redundant casts on tv_sec/tv_nsec and fix printf formats by Xiang Xiao · 5 weeks ago
  84. e9d1141 apps/system/microros: Add CMakeLists.txt for CMake support. by Arjav Patel · 3 weeks ago
  85. faf07ed apps/system/microros: Add .gitignore for library build artifacts. by Arjav Patel · 3 weeks ago
  86. 0be4928 apps/system/microros: Add Makefile skeleton. by Arjav Patel · 3 weeks ago
  87. 2a3a41d apps/system/microros: Add Kconfig with configuration options. by Arjav Patel · 3 weeks ago
  88. bda3448 apps/system/microros: Create empty library skeleton. by Arjav Patel · 3 weeks ago
  89. 43bc7e9 system/nxdiag: add CMake support for NXDiag tool by Filipe Cavalcanti · 3 weeks ago
  90. 173e19c apps/examples: Add path option to SPI Slave test by Eren Terzioglu · 6 weeks ago
  91. 02153de system/ping: Fallback to ping6 for gethost error handling. by Shunchao Hu · 9 weeks ago
  92. e536ada apps/cmake: Add DEPENDS for Rust-related files. by Shoji Tokunaga · 4 weeks ago
  93. ecfc1b5 nshlib: add chmod and chown builtins by Abhishek Mishra · 4 weeks ago
  94. f0f7c5a wakaama: add support for TLV by raiden00pl · 4 weeks ago
  95. 8ba84ed interpreters/python: Enable using `pip` to install Python packages by Tiago Medicci · 5 weeks ago
  96. 2fce07f testing/drivertest_pwm: remove references to CONFIG_PWM_MULTICHAN by raiden00pl · 5 weeks ago
  97. 8bd6615 examples/pwm: remove references to CONFIG_PWM_MULTICHAN by raiden00pl · 5 weeks ago
  98. 86fb38f boot/mcuboot: Update commit version by Matteo Golin · 4 weeks ago
  99. bb7c83b apps:cmake: Add APPLE to a build target for sim's configuration using CMake. by Shoji Tokunaga · 4 weeks ago
  100. c10ce6a apps/cmake: Make hello_rust_cargo buildable with cmake by Shoji Tokunaga · 4 weeks ago