1. 169beae Add Settings Utility and example app by TimJTi · 7 months ago
  2. 8669861 examples/hx711: add new program to test hx711 chip by Michał Łyszczek · 4 months ago
  3. 7ad4a3d fix patch error:no such file by zhangchao53 · 4 months ago
  4. 17539f1 Fix illegal coding style on nxaudio.c by Takayoshi Koizumi · 4 months ago
  5. 2b4a25c examples/fmsynth: Fix freaze when execute it in 2nd time by SPRESENSE · 4 months ago
  6. 2d6f5f2 netinit: Add check mount path retry option for delayed mounts by Peter van der Perk · 4 months ago
  7. ea29af9 testing/fmemopen: Remove the back slash from long literal string by Xiang Xiao · 4 months ago
  8. 9776786 examples/dac: Add test mode by Tomáš Pilný · 5 months ago
  9. bac8aab cmd_cp:Skip mkdir when mkdir is not available by chenrun1 · 4 months ago
  10. e8470f7 cp:support -r recursive copies by chenrun1 · 5 months ago
  11. 9e71031 graphics/lvgl: remove unused code by Junbo Zheng · 4 months ago
  12. 0cc42d6 sensor/lm75: fix C syntax error by Jorge Guzman · 4 months ago
  13. bd1cc85 dd:support "seek" by chenrun1 · 6 months ago
  14. 31908b3 nshlib/prompt: extend NSH prompt string management by Yanfeng Liu · 4 months ago
  15. f1137b3 apps: Make /dev/temp0 as default to system/lm75 by Alan Carvalho de Assis · 4 months ago
  16. 02d212e fix pthread_sigmask_4_1 sigprocmask_4_1 build warning by vela-mib · 4 months ago
  17. c1dfeae cmake: add lvgl cmake support by Neo Xu · 5 months ago
  18. 9236d9a apps/tcpdump: Support capture RAW IP interfaces like TUN by Zhe Weng · 4 months ago
  19. be74e34 add mm/sched and open posix on CI by vela-mib · 4 months ago
  20. 60cd8ff toywasm: regen by YAMAMOTO Takashi · 4 months ago
  21. e320545 toywasm: update to v41 by YAMAMOTO Takashi · 4 months ago
  22. b32abfa build/ci: fix CI blocking unused variables/functions issues by Yanfeng Liu · 4 months ago
  23. 3dd35cb nshlib/syscmds: guard help mesg for rpmsg ping by Yanfeng Liu · 4 months ago
  24. 1e9daf0 apps/graphics: add lcddev_obj initialization to fix crash in lcd_dev mode. by rongyichang · 4 months ago
  25. 90ea982 modbus_master: fix cmake build warning by Jorge Guzman · 4 months ago
  26. faa8f66 tools/ci: add initial support for MSYS2 by simbit18 · 4 months ago
  27. 25e8c1c cmd rptun: Strip rpmsg ioctl and rptun ioctl. by wangyongrong · 6 months ago
  28. 05ffbab nsh/uname: improve compatibility for non-GNU compilers by chao an · 5 months ago
  29. 1cb991c i8sak: add support for tracedump command by raiden00pl · 4 months ago
  30. 49204e1 modbus_master: fix modbus master example by Jorge Guzman · 4 months ago
  31. f9f63dc add cmocka tools and fix __WORDSIZE not defined warning by zhangchao53 · 5 months ago
  32. da9903f elf/tests/helloxx: fix build break with elf cpp exceptions example by Abhishek Akkabathula · 4 months ago
  33. 90c9364 lte/alt1250: Force change modem parameter by SPRESENSE · 5 months ago
  34. 9fd1251 examples/rmtchar: Increase initial duration time by Tiago Medicci Serrano · 5 months ago
  35. 3650251 lte/alt1250: Fix bug that caused stack when executing the socket API by SPRESENSE · 7 months ago
  36. 2ac0adf lte/alt1250: Correspond to ALT1250_EVTBIT_RESTARTAPI event by SPRESENSE · 7 months ago
  37. 4c3dcb2 cmake: add ieee802154 tools by raiden00pl · 5 months ago
  38. 89cf6b4 cmake: add smp test by raiden00pl · 5 months ago
  39. 9921571 cmake: add cachespeed by raiden00pl · 5 months ago
  40. 364ca42 cmake: fix spinlock_bench compilation by raiden00pl · 5 months ago
  41. 46888aa toywasm: regen for v38 by YAMAMOTO Takashi · 5 months ago
  42. aba3e27 toywasm: update to v38 by YAMAMOTO Takashi · 5 months ago
  43. 0f31a8d nsh_fscmds.c: Fix CONFIG_FS_SHM -> CONFIG_FS_SHMFS by Ville Juven · 5 months ago
  44. 0968264 nshlib: fix build break if CONFIG_CPP_HAVE_VARARGS if undefined by chao an · 5 months ago
  45. 32f269a nsh_syscmds: update rptun_ping to rpmsg_ping, add cmd_rpmsg. by wangyongrong · 6 months ago
  46. b43340b toywasm: regen by YAMAMOTO Takashi · 5 months ago
  47. df573bb toywasm: bump the version by YAMAMOTO Takashi · 5 months ago
  48. d381699 testing/getprime: add cmake support by Yanfeng Liu · 5 months ago
  49. 09122de nsh_timcmds: display date using set format by yangjian11 · 5 months ago
  50. 61d1f37 nsh_timcmds: show RTC time in timedatectl command only if CONFIG_RTC_DRIVER is set by Michal Lenc · 5 months ago
  51. c699b05 nshlib: add `expr` command support by Junbo Zheng · 5 months ago
  52. 596328c nshcmd/rptun: align help mesg with impl by Yanfeng Liu · 5 months ago
  53. ca52936 wapi: Add pscan cmd to trigger a passive scan. by xuchaojie · 10 months ago
  54. a16fb23 lte/alt1250: Notice instance information by SPRESENSE · 1 year ago
  55. c82aa9f config.nims: fix NimSuggest crash. by Takeyoshi Kikuchi · 5 months ago
  56. dabdad7 build(deps): bump actions/cache from 3 to 4 by dependabot[bot] · 5 months ago
  57. 14d4059 Zig: revise apps build support by Yanfeng Liu · 5 months ago
  58. dbcbec3 wamr: Add new option to enable quick aot entry by Huang Qi · 5 months ago
  59. 70108ae wamr: bump the default stack guard size by YAMAMOTO Takashi · 6 months ago
  60. 9c48a8d iperf: add parameters to support dynamic device bind by zhanghongyu · 6 months ago
  61. e4e43a1 adb: Don't declare variables in the middle of function by Xiang Xiao · 6 months ago
  62. db0e0b9 adbd/logcat: Change alog_ prefix to logcat_ by Xiang Xiao · 6 months ago
  63. 8930743 Wasm.mk: disable by default by YAMAMOTO Takashi · 9 months ago
  64. 7047fa5 nsh syscmds: add CONFIG_RPTUN_PING when use rptun_ping by wangyongrong · 7 months ago
  65. 5f1de35 rpsock_client.c: fix printf format warning by wangyongrong · 6 months ago
  66. 385f707 nshlib: move etc romfs mount from nsh to nuttx by fangxinyong · 7 months ago
  67. c4e78cd wamr: Add new option to enable tail call support by Huang Qi · 6 months ago
  68. 2a08d17 nsh_mmcmds: support "memdump -h/help" to show usage and sequence number by Bowen Wang · 9 months ago
  69. 3d44422 nsh_ddcmd: print errno instead the return value when dd failed by Bowen Wang · 10 months ago
  70. 51762a8 nsh cmd rptun: add rptun ping useage description by wangyongrong · 8 months ago
  71. d9f467d libcoap: add cmake script by zhanghongyu · 6 months ago
  72. ce735f4 libcoap: add makefile and Kconfig by zhanghongyu · 6 months ago
  73. cf27f08 add const for romfs_img_len by Yanfeng Liu · 6 months ago
  74. 41a4963 config.nims: Support Nim Apps for RISC-V 32-bit and 64-bit by Lee Lup Yuen · 6 months ago
  75. e55c0d9 Remove @ tag from all comments by Xiang Xiao · 7 months ago
  76. 9489659 netutils/ping: Optimize stack usage of `icmp_ping` by Zhe Weng · 7 months ago
  77. 16bca8b examples/hello_nim: Fix nimcache location by Lee Lup Yuen · 6 months ago
  78. 4c0bd14 nshlib/ifconfig: Let "dns" option depends on `CONFIG_NETDB_DNSCLIENT` by Zhe Weng · 6 months ago
  79. d9b8a0e drivertest: Fix drivertest_audio crash by renjianguang · 10 months ago
  80. 4d9f2e3 optional argument for generated ROMFS file path. by Yanfeng Liu · 6 months ago
  81. ba07574 ostest: Add initial support for CONFIG_BUILD_KERNEL by fangxinyong · 7 months ago
  82. f12586c interpreters/wamr: add INTERPRETERS_WAMR_DEBUG_AOT option by YAMAMOTO Takashi · 6 months ago releases/12.4 nuttx-12.4.0 nuttx-12.4.0-RC0
  83. 730370e fsutils: passwd: Fix wrong macro by Takumi Ando · 6 months ago
  84. afa282c WASI-SDK.defs: Simplify CFLAGS filters by Huang Qi · 6 months ago
  85. 11f2d5e examples/rmtchar: Implement RX and/or TX using the RMT char driver by Tiago Medicci Serrano · 7 months ago
  86. dcfb4d0 nshlib:dmesg add '-c|-C' opt by yuanyongjian · 7 months ago
  87. b7c5bdb nshlib/ifconfig: Add error print for `inet_pton` fail by Zhe Weng · 7 months ago
  88. 7768e72 build(deps): bump actions/setup-python from 4 to 5 by dependabot[bot] · 7 months ago
  89. ffbf920 gdbstub:update gdb_process api by anjiahao · 7 months ago
  90. d6a5307 Fix nuttx/porttimer.c:71:24: error: a function declaration without a prototype is deprecated by Xiang Xiao · 7 months ago
  91. f28797c interpreters/bas: Fix compiler warning after gcc upgrade to version 12 by Xiang Xiao · 7 months ago
  92. 1334306 coredump:support coredump command restore coredump form block device by anjiahao · 8 months ago
  93. fcd0729 ptpd: Fix reserved word 'class' by Petteri Aimonen · 7 months ago
  94. 9abc82c nshlib/ifconfig: Generate default IPv4 gateway with netmask by Zhe Weng · 7 months ago
  95. fb72849 nshlib/ifconfig: Set network mask before setting gateway by Zhe Weng · 7 months ago
  96. 91a697a renew6: Optimize the process of obtaining an IPv6 address. by liqinhui · 7 months ago
  97. f57cd2c tools: Move final wasm module to bin/wasm as elf by Huang Qi · 7 months ago
  98. 3c624d3 tools: Allow customize ld flags for each wasm module by Huang Qi · 7 months ago
  99. bd159e1 tools: Split origin Wasm.mk into Wasm.mk and WASI-SDK.defs by Huang Qi · 7 months ago
  100. f55b8fa wamr: Add support for thumb target triple in Toolchain.defs by Huang Qi · 8 months ago