1. abf7a74 arch/tricore: fix tasking compiler linking error by wangchengdong · 11 hours ago master
  2. 4db757c arch/arm/rp2040: merge conflicting definitions of `hw_*` functions by Lars Kruse · 18 hours ago
  3. c9776bf libc/fclose: Validate the user provided stream pointer by Jukka Laitinen · 27 hours ago
  4. e272181 arm/armv8-r: remove redundant and misleading pointer in arm_syscall() by wangchengdong · 25 hours ago
  5. fc09640 sched/event: add nxevent_getmask api by wangchengdong · 35 hours ago
  6. c0d7269 sched/event: fix event bug after csection was removed by wangchengdong · 2 days ago
  7. e7ecf19 boards/a2g-tc397-5v-tft: Enable events by default by wangchengdong · 2 days ago
  8. 149a4ed build(deps): bump actions/setup-python from 5 to 6 by dependabot[bot] · 2 days ago
  9. e8a74c9 build(deps): bump actions/github-script from 7 to 8 by dependabot[bot] · 2 days ago
  10. 40690a9 arch/sim/sim_canchar.c: fix CAN flags decoding for message by raiden00pl · 2 days ago
  11. 77f427a boards/arm/imxrt: CMake added teensy-4.x board by simbit18 · 2 days ago
  12. 67eb2bf arch/sim/can: add loopback support for CAN character dev by raiden00pl · 4 months ago
  13. cac1cc8 sched/event: add nxevent_clear api by wangchengdong · 5 days ago
  14. df9b525 arch/tricore: remove duplicated local variable in tricore_doirq() by wangchengdong · 2 days ago
  15. b5ab71d docs/pr-template: Update the testing section of the PR template by Matteo Golin · 3 days ago
  16. 6277296 arch/tricore: remove redundant and misleading pointer usage in tricore_doirq() by wangchengdong · 3 days ago
  17. ed75188 arch/xtensa/esp32: Update E-Fuse driver by Filipe Cavalcanti · 7 weeks ago
  18. 65d5f9b arch/xtensa/esp32s2: Update E-Fuse driver by Filipe Cavalcanti · 7 weeks ago
  19. 23faaa2 arch/xtensa/esp32s3: Update E-Fuse driver by Filipe Cavalcanti · 8 weeks ago
  20. d5f674d arch/xtensa: add common driver for E-Fuse on Espressif devices by Filipe Cavalcanti · 8 weeks ago
  21. 1d51cfb arch/xtensa: add sys_startup_fn call by Filipe Cavalcanti · 8 weeks ago
  22. 897c790 docs/codeowners: Provide some relevant information about CODEOWNERS. by Matteo Golin · 5 days ago
  23. f8e5d07 docs/codeowners: Add preliminary code owner file by Matteo Golin · 9 days ago
  24. bd1f468 documentation: add documentation for NTP Client by Filipe Cavalcanti · 5 days ago
  25. 484a8d1 documentation: add documentation for NTP Daemon by Filipe Cavalcanti · 5 days ago
  26. 4cea148 sched: remove csection in event by hujun5 · 6 months ago
  27. 3629a3b tools/configure.sh: align tools/configure.sh with CmakeLists.txt by wangchengdong · 6 days ago
  28. 7e5c970 mtd/nvs: Trigger POLLPRI on config change by wangjianyu3 · 7 days ago
  29. c36c9f8 arch/tricore: add one_shot .tick_start implementation by wangchengdong · 7 days ago
  30. 7d0fb9d sched/semaphore: add support to customize semaphore max allowed value by wangchengdong · 7 days ago
  31. 5676bf8 sched/event: add a new event function nxevent_tickwait_wait by wangchengdong · 7 days ago
  32. b5f6620 documentation: update MCUBoot documentation on ESP32-C3|C6 by Filipe Cavalcanti · 7 weeks ago
  33. 42254ff arch/risc-v: improve E-Fuse support for ESP32-C3|C6|H2 by Filipe Cavalcanti · 8 weeks ago
  34. ba3a795 Revert "codespellrc: add ans to ignore words" by Mateusz Szafoni · 8 days ago
  35. 4b1b3c5 tools/checkpatch.sh: fix check for HEAD commit by raiden00pl · 8 days ago
  36. 5592dc7 codespellrc: add ans to ignore words by raiden00pl · 8 days ago
  37. 17482c6 Documentation/applications/boot/nxboot: fix incorrect fnc description by Michal Lenc · 8 days ago
  38. 0f49800 drivers/net/oa_tc6: Add driver for the Microchip LAN865x SPI MAC-PHY by michal matias · 2 weeks ago
  39. fbb3b6d drivers/net/oa_tc6: Add driver for the Onsemi NCV7410 (NCN26010) SPI MAC-PHY by michal matias · 2 weeks ago
  40. 95b3b65 drivers/net: Add base driver for the OA-T6 protocol MAC-PHYs by michal matias · 2 weeks ago
  41. f447666 arch/tricore: fix tricore_doirq function local var "regs" not initialized issue by wangchengdong · 8 days ago
  42. a030e3c sched/signal/sig_dispatch.c: Simplify the nxsig_dispatch by Jukka Laitinen · 12 days ago
  43. a0caa5c sched/signal/sig_dispatch.c: Correct signal dispatch to specific thread by Jukka Laitinen · 12 days ago
  44. f59510e armv[7/8]-r: add ARM_BUSY_WAIT by hujun5 · 5 months ago
  45. c0db55f armv7a: change ARMV7A_SMP_BUSY_WAIT to ARM_BUSY_WAIT by hujun5 · 5 months ago
  46. a503fc6 doc: Add info about usbdisk to arcx-socket-grid by Alan Carvalho de Assis · 11 days ago
  47. d2344ee boards/arcx-socket-grid: Add support to two USBs by Alan Carvalho de Assis · 11 days ago
  48. 0547aa5 arch/arm/imxrt: Modify USB EHCI driver to support two USBs by Alan Carvalho de Assis · 11 days ago
  49. 93911d5 tools/checkpatch.sh: check format for all commits in patch by raiden00pl · 9 days ago
  50. 3430ad2 sched/init/nx_bringup.c: Add support for CONFIG_INIT_NONE in a flat build by wangchengdong · 2 weeks ago releases/12.11
  51. 8cfb9d7 libs/libc/semaphore: allow nxsem_init to negative value by wangchengdong · 12 days ago
  52. 0ded247 fs/fat: Fix wrong alloc used in fat_zero_cluster() by Ari Kimari · 12 days ago
  53. 8fea354 arch/xmc4 : fix serial buffer size for unused channel by adriendesp · 14 days ago
  54. a6305fb tools/checkpath.sh: check git commit format by raiden00pl · 2 weeks ago
  55. 835c535 drivers/ioexpander/aw9523b: New driver for AW9523B i/o expander by Zik Saleeba · 12 days ago
  56. 8fc63aa include/net/if.h: Add mechanism for MMD access with SIOCxMIIREG ioctls by michal matias · 14 days ago
  57. 52d1877 boards/arm/rp23xx/common: update board reset via BOOTROM functions by Serg Podtynnyi · 13 days ago
  58. 92661d9 .editorconfig: add .editorconfig file to help maintain coding style by Michal Lenc · 13 days ago
  59. b9203c1 sched/signal: Old signal action need save sa_user by wangjianyu3 · 13 days ago
  60. c15521a boards/risc-v: update board and defconfigs for Wi-Fi on ESP32-C3|C6 by Filipe Cavalcanti · 3 weeks ago
  61. 1f7c3a3 arch/risc-v: refactor Wi-Fi driver for ESP32-C3|C6 by Filipe Cavalcanti · 3 weeks ago
  62. 9c6d502 boards/arm/imxrt: CMake added imxrt1020-evk imxrt1050-evk boards by simbit18 · 14 days ago
  63. 4838d71 boards/arm/imxrt: CMake added imxrt1060-evk imxrt1064-evk imxrt1170-evk boards by simbit18 · 2 weeks ago
  64. a3e5ae9 arch/tricore/src/common/tricore_irq.c: add up_affinity_irq by wangchengdong · 2 weeks ago
  65. e1b442b arm/sama5: fix ld unrecognized option '-g3' by v-tangmeng · 2 weeks ago
  66. fec6e24 fix ld unrecognized option '-g3' by v-tangmeng · 2 weeks ago
  67. c36d067 tools/nix: move nix flakes to tools/ by Côme VINCENT · 14 days ago
  68. 585c25b drivers/i2s/i2schar: Implement blocking read/write operations by Tiago Medicci Serrano · 2 weeks ago
  69. 6f5a8c6 drivers/i2s/i2schar: Implement ioctl commands for i2schar by Tiago Medicci Serrano · 2 weeks ago
  70. aadb929 drivers/net/CMakeLists.txt: Aligned Cmake with Make by simbit18 · 2 weeks ago
  71. f414262 net/can/can_recvmsg.c: Cleanup can_readahead by Jukka Laitinen · 1 year, 6 months ago
  72. 144ac23 net/can/can_recvmsg.c: Remove IOB trimming as useless, can frames can always fit in one IOB by haitomatic · 1 year, 6 months ago
  73. 8fc2ad2 net/can/can_callback.c: Take the timestamp size into account in "buflen" by haitomatic · 1 year, 6 months ago
  74. e2b1d18 drivers/net/ksz9477.c: Errata 16, reset SGMII always on init by Jani Paalijarvi · 10 months ago
  75. 56870fb ksz9477: MMD indirect access check fix by Jari Nippula · 12 months ago
  76. fcab00d drivers/net/ksz9477: Implement errata fixes by Jani Paalijarvi · 1 year, 1 month ago
  77. 47cd5ba arch/arm/src/samv7/sam_emac.c: fix compile warning by Michal Lenc · 2 weeks ago
  78. 5c7c7f8 arch/arm/src/stm32f7/stm32_ethernet.c: Fix "unused variable" warning by Jukka Laitinen · 2 years, 7 months ago
  79. 2820600 board/tricore: rename tc397 chip board name by wangchengdong · 2 weeks ago
  80. 9b8c8bd drivers/tca64xx: Add support for PCAL6416 by Jouni Ukkonen · 10 months ago
  81. 710bd19 drivers/ioexpander/tca64xx.c: Fix polarity register address by Jukka Laitinen · 1 year ago
  82. 38fbe16 drivers/ioexpander/tca64xx: Fix compile errors by Jouni Ukkonen · 1 year ago
  83. 3cf28dd arch/arm64/src/imx9/imx9_lpi2c.c: Fix bus reset by Jukka Laitinen · 10 months ago
  84. 78e4186 boards/arm/samv7/pic32czca70-curiosity: add progmem to configuration by Michal Lenc · 2 weeks ago
  85. 5d21aa8 arch/arm/src/samv7: support progmem for pic32czca70 series by Michal Lenc · 2 weeks ago
  86. 4baad0a arch/risc-v/src/mpfs/mpfs_clockconfig.c: Flag out code only used in bootloader by Jukka Laitinen · 3 years ago
  87. 4a4235b drivers/net: Remove the NCV7410 10BASE-T1S MAC-PHY driver by michal matias · 2 weeks ago
  88. 76c2038 boards/risc-v/esp32c6: Remove board support for the NCV7410 by michal matias · 2 weeks ago
  89. be36d42 Cmake: add defconfig preprocess capability in Cmake build environment(recursively expand #include) by wangchengdong · 2 weeks ago
  90. e87c43b arch/xtensa/esp32s3: Add EXT1 wakeup support in power management by Thiago Finelon · 3 weeks ago
  91. 67d0b97 arch/arm64/gicv3: Improve initialization in warm reboot case by Jukka Laitinen · 3 weeks ago
  92. 80cb2cf arch/xtensa/esp32,esp32s3: Start the "spiflash_op" thread with correct affinity by Jukka Laitinen · 4 weeks ago
  93. eec50c1 build.yml: Excludes the workflow run if the file is CONTRIBUTING.md by Alan Carvalho de Assis · 3 weeks ago
  94. d45dfb8 arch/arm64: porting config iomux use scmi form arm imx95 by lipengfei28 · 5 weeks ago
  95. c903493 arch/arm64: porting config clock use scmi form arm imx95 by lipengfei28 · 6 weeks ago
  96. 909d9f1 arch/arm64: porting mu drv and scmi from arm imx9 by lipengfei28 · 6 weeks ago
  97. 92186c1 Documentation/posix.rst: fix typos by p-szafonimateusz · 3 weeks ago
  98. 9fd1478 pthread: add pthread_{get|set}concurrency support by p-szafonimateusz · 5 weeks ago
  99. b1e03bc libc: add support for sigsetjmp() and siglongjmp() by p-szafonimateusz · 6 weeks ago
  100. 396f5b4 unistd: add support for confstr() by p-szafonimateusz · 6 weeks ago