rt-thread-official/components/drivers
Shell c451dce820 feat: add ISR safe completion API
Since the completion is used to sync with ISR mostly, we should set the
default semantic to ISR-safe. So most user will be happy and don't see
any weird behavior in their codes.

Changes:
- Added `rt_completion_wait_noisr` and
  `rt_completion_wait_flags_noisr` functions in `completion.h`,
  `completion_comm.c`, `completion_mp.c`, and `completion_up.c`.
- The new APIs allow waiting for completions in non-ISR contexts
  while ensuring thread context safety.
- Existing documentation and comments were updated to clarify
  usage contexts and emphasize restrictions on ISR usage.

Signed-off-by: Shell <smokewood@qq.com>
2024-08-19 10:39:15 +08:00
..
audio [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
can [components][driver][can]Fix possible memory overflow caused by RX 2024-07-09 20:22:37 +08:00
clk [components][drivers]fix some uninitialize err (#8806) 2024-04-16 21:58:13 +08:00
core fix rt_atomic_dec_and_test 2024-08-09 12:54:10 +08:00
cputime [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
graphic [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
hwcrypto [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
hwtimer [compoents][hwtimer]Add a user control interface 2024-07-19 11:51:39 +08:00
i2c [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
include feat: add ISR safe completion API 2024-08-19 10:39:15 +08:00
ipc feat: add ISR safe completion API 2024-08-19 10:39:15 +08:00
ktime [ktime] quality: remove recursion on hrtimer (#9110) 2024-06-28 00:22:06 +08:00
misc Fix potential return value discrepancy when writing to urandom 2024-07-18 10:05:05 +08:00
mtd [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
ofw fix initrd scan err 2024-07-04 00:34:01 +08:00
phy [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
pic [components][ktime]support period ktime timeout and multiple ktimer_hrtimer (#8972) 2024-06-23 22:08:54 +08:00
pin fix pin ofw variable init. 2024-03-29 21:48:31 +08:00
pinctrl [component][drivers]add pinctrl/pin-irqchip (#8383) 2024-02-29 22:27:27 +08:00
pm [compoents][pm]The device is registered and uninstalled by linked list 2024-07-19 11:51:39 +08:00
rtc [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
sdio [components][drivers][sdio][sd] Fix wrong max data rate calculation logic 2024-08-12 16:23:17 +08:00
sensor Synchronizing sensor_v1 changes 2024-07-24 23:17:38 +08:00
serial [smart/tty] skip configure of rt_serial on tty open (#9152) 2024-07-09 13:28:24 +08:00
spi [components][SPI][spi-bit-ops]修复可能的异常操作 2024-07-12 17:48:17 +08:00
touch [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
usb fix(cherryusb): fix typo 2024-07-12 20:31:31 +08:00
virtio [driver][virtio]fix virtio net rx error (#9170) 2024-07-13 22:16:03 +08:00
watchdog [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
wlan [components] [drivers ] [Kconfig] 整理 components/drivers 的 Kconfig (#9054) 2024-06-16 15:43:27 +08:00
Kconfig [components][drivers]legacy fdt (#9062) 2024-06-19 19:48:35 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00