Commit graph

  • 433c44a43a arm/modifyreg: Use common lock to protect the modify address to ensure consistency chao an 2024-12-20 14:37:57 +0800
  • b68aa48e3f use small lock in: hujun5 2024-12-20 14:26:55 +0800
  • 833b9da0f9 use small lock in following files hujun5 2024-12-20 19:07:08 +0800
  • ab240ab116 imx9_lpuart: use small lock in arch/arm(64)/src/imx9/imx9_lpuart.c hujun5 2024-12-19 20:58:40 +0800
  • 767d9992d6 fix compile erorr hujun5 2024-12-19 21:08:35 +0800
  • 3248527846 imx9_flexcan: use small lock in arch/arm/src/imx9/imx9_flexcan.c hujun5 2024-12-19 20:09:00 +0800
  • ef5cec2da4 boards/arm: add support for imx95-evk m7 core Andre Heinemans 2024-12-16 14:49:24 +0100
  • 1cde1a54a3 arch/arm: add support for imx95 m7 core Andre Heinemans 2024-12-16 14:48:41 +0100
  • e8879f9588 modifyreg[8|32]: use small lock in modifyreg[8|32] hujun5 2024-12-19 19:57:12 +0800
  • c568ee7008 net: Remove the DEBUGASSERT of the same event of the same fd in tcp_pollsetup. liqinhui 2024-12-06 21:34:59 +0800
  • 05d4de6e6d net: Optimize ipfwd and wrbuffer by buffer pool Zhe Weng 2024-12-18 15:30:59 +0800
  • f19a0b7761 net: Add buffer pool to replace connection allocation Zhe Weng 2024-12-17 18:29:14 +0800
  • 516b732c7d tcp_recvfrom.c:malloc a new iob to handle psock_send_eventhandler when tcp_recvhandler calls tcp_newdata to clear dev->d_iob wangchen 2024-08-19 16:16:59 +0800
  • 91a750d55a arch/risc-v/espressif: add missing spinlock to wlan_recvframe Filipe Cavalcanti 2024-12-17 13:50:57 -0300
  • 5cc92885dd stm32_i2c: fix sending large data over i2c bazooka Joe 2024-12-19 12:06:30 +0200
  • 4ed71e9954 net: Refresh config dependency of NET_READAHEAD Zhe Weng 2024-12-03 16:50:34 +0800
  • abe5195c10 include/threads.h: Replace thrd_ defines by actual function definitions Antoine Juckler 2024-12-19 13:07:17 +0900
  • 3e437290e6 Map user memory passed to accept() in kernel build George Poulios 2024-12-18 19:29:49 +0200
  • 549a86c500 libc/machine: fix config error wangmingrong1 2024-12-24 18:57:18 +0800
  • 8352805409 wireless/ieee82011: Used definitions from existing NuttX includes where possible, and otherwise defined macros using built-ins to allow the 802.11 header to compile on Arch Linux where cpu_to_le16, le32_to_cpu and hweight8 definitions were missing. Matteo Golin 2024-12-22 12:38:09 -0500
  • 50fa810de9 fix compile error hujun5 2024-12-26 21:27:59 +0800
  • bace73e2ec arch/sim/src/nuttx-names.in: Add pipe2 YAMAMOTO Takashi 2024-12-17 13:58:25 +0900
  • 6e80eaf33b arm64: fix tpidr maybe null hujun5 2024-12-25 16:51:33 +0800
  • 96fa400c3d Fixed errors in CI build tests for pull request #15351 Kyle Wilson 2024-12-26 13:05:38 -0600
  • b15cd35bb0 docs/porting: Create a porting guide for the BCM2711 and organize porting case studies into their own directory. Matteo Golin 2024-12-27 00:10:01 -0500
  • 518d90cf71 Fixed errors in CI build tests for pull request #15351 Kyle Wilson 2024-12-26 13:05:38 -0600
  • 799f4c347d sched/event: init deleted node to avoid null pointer reference chao an 2024-12-26 16:44:52 +0800
  • a63ff16d0c drivers/sensors/gnss: Fix deactivate failure when using both topic and device wangjianyu3 2024-12-25 12:18:44 +0800
  • 9cf83fc53a sim_alsa: set paused to false when executing close yangsen5 2024-12-16 15:27:49 +0800
  • 34155e8a92 drivers/e1000: malloc size error wangmingrong1 2024-12-25 16:18:54 +0800
  • bd50681103 Thermal/step_wise: Fix that hysteresis takes no effect wangjianyu3 2024-12-25 17:58:45 +0800
  • e8581968d5 sim:thermal: Enable command line history wangjianyu3 2024-12-25 16:46:51 +0800
  • 3134830045 Thermal/procfs: Do not print invalid target cooling state directly wangjianyu3 2024-12-25 15:51:03 +0800
  • f16b8e0735 Thermal/dummy: Add temperature jump to test hysteresis wangjianyu3 2024-12-25 15:50:09 +0800
  • cfa2889005 Thermal: The thermal core depends on LPWORK wangjianyu3 2024-12-25 15:48:53 +0800
  • f46daaeb54 sim:thermal: The thermal core depends on LPWORK wangjianyu3 2024-12-25 15:45:40 +0800
  • 69029d527b sim:thermal: The sim:thermal is based on sim:nsh wangjianyu3 2024-12-25 15:43:35 +0800
  • 451f2e442d arm64: fix tpidr maybe null hujun5 2024-12-25 16:51:33 +0800
  • 7bd52225db netdev/upper: Fix wrong CPU when RSS is disabled Zhe Weng 2024-12-24 20:14:20 +0800
  • 8934a35f13 fix a deadlock hujun5 2024-12-24 10:49:07 +0800
  • dfdbd6dd4e net: Remove the DEBUGASSERT of the same event of the same fd in tcp_pollsetup. liqinhui 2024-12-06 21:34:59 +0800
  • d17d1443ac Added comma to fix undefined bits struct member Kyle Wilson 2024-12-20 14:19:31 -0600
  • 3021d0d3f4 arch/risc-v/espressif: add missing spinlock to wlan_recvframe Filipe Cavalcanti 2024-12-17 13:50:57 -0300
  • 61ac2ece26 stm32_i2c: fix sending large data over i2c bazooka Joe 2024-12-19 12:06:30 +0200
  • b61158bec7 tcp_recvfrom.c:malloc a new iob to handle psock_send_eventhandler when tcp_recvhandler calls tcp_newdata to clear dev->d_iob wangchen 2024-08-19 16:16:59 +0800
  • d72f581f6f net: Optimize ipfwd and wrbuffer by buffer pool Zhe Weng 2024-12-18 15:30:59 +0800
  • b53e3a2b2d net: Add buffer pool to replace connection allocation Zhe Weng 2024-12-17 18:29:14 +0800
  • 6f368a967d net: Refresh config dependency of NET_READAHEAD Zhe Weng 2024-12-03 16:50:34 +0800
  • a7ee2cc317 Map user memory passed to accept() in kernel build George Poulios 2024-12-18 19:29:49 +0200
  • f6498fd97b include/threads.h: Replace thrd_ defines by actual function definitions Antoine Juckler 2024-12-19 13:07:17 +0900
  • d4161bd16c libc/machine: fix config error wangmingrong1 2024-12-24 18:57:18 +0800
  • 87ed00007b fix compile error hujun5 2024-12-23 12:44:38 +0800
  • 8f398a1f36 wireless/ieee82011: Used definitions from existing NuttX includes where possible, and otherwise defined macros using built-ins to allow the 802.11 header to compile on Arch Linux where cpu_to_le16, le32_to_cpu and hweight8 definitions were missing. Matteo Golin 2024-12-22 12:38:09 -0500
  • 6761e1c08b fix compile error hujun5 2024-12-26 21:27:59 +0800
  • c477fc3fa8 arch/sim/src/nuttx-names.in: Add pipe2 YAMAMOTO Takashi 2024-12-17 13:58:25 +0900
  • a7aa1e793b use small lock in following files: hujun5 2024-12-23 19:15:13 +0800
  • 89a4f0d626 use small lock in following files: hujun5 2024-12-23 16:59:20 +0800
  • ecf457b265 use small lock in following files: hujun5 2024-12-23 15:20:07 +0800
  • f2129ae576 use small lock in following files: hujun5 2024-12-23 13:51:16 +0800
  • a056142d80 use small lock in following file hujun5 2024-12-22 16:54:20 +0800
  • dc980ea22d use small lock in following file hujun5 2024-12-20 21:44:51 +0800
  • 80b4190982 use small lock in following files hujun5 2024-12-20 21:57:33 +0800
  • f35355c49e use small lock in following files hujun5 2024-12-20 15:26:14 +0800
  • 34ed2c01dd arm/modifyreg: Use common lock to protect the modify address to ensure consistency chao an 2024-12-20 14:37:57 +0800
  • b3e46b04d9 use small lock in: hujun5 2024-12-20 14:26:55 +0800
  • 6d07b6a271 use small lock in following files hujun5 2024-12-20 19:07:08 +0800
  • 77e6a21497 imx9_lpuart: use small lock in arch/arm(64)/src/imx9/imx9_lpuart.c hujun5 2024-12-19 20:58:40 +0800
  • 47ef404855 fix compile erorr hujun5 2024-12-19 21:08:35 +0800
  • 1d660ae292 imx9_flexcan: use small lock in arch/arm/src/imx9/imx9_flexcan.c hujun5 2024-12-19 20:09:00 +0800
  • 280b59c60c boards/arm: add support for imx95-evk m7 core Andre Heinemans 2024-12-16 14:49:24 +0100
  • 99094b7c6e arch/arm: add support for imx95 m7 core Andre Heinemans 2024-12-16 14:48:41 +0100
  • abbc4d2f47 modifyreg[8|32]: use small lock in modifyreg[8|32] hujun5 2024-12-19 19:57:12 +0800
  • adce77d73c
    Merge 7d5d238311 into e19e1a8532 archer 2024-12-27 09:46:04 +0100
  • bb1377161c fix compile error hujun5 2024-12-27 09:06:06 +0800
  • 245802affa
    docs/porting: Create a porting guide for the BCM2711 and organize porting case studies into their own directory. Matteo Golin 2024-12-27 00:10:01 -0500
  • 002344a90c
    Merge a70106165b into e19e1a8532 hujun5 2024-12-27 10:44:37 +0800
  • 42cfca1d3d Added incomplete octospi hardware defintions. Kyle Wilson 2024-12-05 13:08:56 -0600
  • e19e1a8532 nxsem_destroyholder: Use critical section when destroying holder(s) Ville Juven 2024-12-17 16:03:13 +0200
  • ad8902a33e esp32[|s2|s3]: adapt to new syscall implementation chenxiaoyi 2024-10-30 20:16:08 +0800
  • aa426d1edb xtensa: change write intset register to syscall instruction chenxiaoyi 2024-09-24 16:46:36 +0800
  • 1757ecc5c1 xtensa: add backtrace link from syscall exception chenxiaoyi 2024-09-24 11:40:56 +0800
  • 430c79ff89 imxrt: FlexSPI allow RWW Peter van der Perk 2024-12-24 13:46:44 +0100
  • 2886fddc0f arm64: fix tpidr maybe null hujun5 2024-12-25 16:51:33 +0800
  • d4acd6949f stm32h7/linum-stm32h753bi: fix fdcan configuration Jorge Guzman 2024-04-07 10:28:30 -0300
  • 3093b28860 drivers/sensors/gnss: Fix deactivate failure when using both topic and device wangjianyu3 2024-12-25 12:18:44 +0800
  • c0f7dd979e fix compile error hujun5 2024-12-26 21:27:59 +0800
  • 15c1c9d42e sim_alsa: set paused to false when executing close yangsen5 2024-12-16 15:27:49 +0800
  • 05f7b7ac97 include/netinet/arp.h: change the type of arp_dev from uint8_t to char zhanghongyu 2024-12-23 10:10:23 +0800
  • 54e85075c4 sched/event: init deleted node to avoid null pointer reference chao an 2024-12-26 16:44:52 +0800
  • 500d193096 drivers/e1000: malloc size error wangmingrong1 2024-12-25 16:18:54 +0800
  • 517909dcae arch_atomic: change atomic_fetch_x interface to inline function zhangyuan29 2024-12-26 20:29:17 +0800
  • 65b6a6b194 stm32h7/linum-stm32h753bi: fix fdcan configuration Jorge Guzman 2024-04-07 10:28:30 -0300
  • 998511d4d2 fix compile error hujun5 2024-12-26 21:27:59 +0800
  • 0cca03bb00 drivers/sensors/gnss: Fix deactivate failure when using both topic and device wangjianyu3 2024-12-25 12:18:44 +0800
  • bd5558bfbf include/netinet/arp.h: change the type of arp_dev from uint8_t to char zhanghongyu 2024-12-23 10:10:23 +0800
  • f12df04f57 sched/event: init deleted node to avoid null pointer reference chao an 2024-12-26 16:44:52 +0800
  • 5529d2facb
    Merge a07245f2fe into ebf1ab5392 Huang Qi 2024-12-26 16:07:34 +0800
  • ebf1ab5392 lib_get_pathbuffer: Modify size to the maximum value of PATH_MAX and CONFIG_LINE_MAX zhangshoukui 2024-12-17 09:46:23 +0800
  • f8377f8666 Add LINE_MAX configuration zhangshoukui 2024-12-18 19:32:11 +0800
  • c33f620c90 drivers/e1000: malloc size error wangmingrong1 2024-12-25 16:18:54 +0800