rt-thread-official/components/drivers
sp-cai 3dacea36cd [ipc][condvar] 修正 'timeout' 符号问题
rt_tick_t 是无符号数据类型,而 'timeout' 有时用到负值或与负值比较,所以应该将 ‘ rt_tick_t timeout’  改为 ‘rt_int32_t timeout’。
2024-04-12 11:22:24 +08:00
..
audio 🎯 Sync smart & scheduler codes (#8537) 2024-02-23 17:49:15 +08:00
can [components][drivers]fix compile warning in 64 bits arch cpu (#8739) 2024-04-09 21:38:10 +08:00
clk [component][drivers]add clk framework (#8213) 2023-12-24 19:53:12 +08:00
core sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
cputime [component][drivers][cputime]Fix timer dev (#7442) 2023-05-07 23:14:39 +08:00
fdt [component][fdt]添加设备树子节点寻找宏 (#7377) 2023-06-27 10:09:51 -04:00
hwcrypto [HUST CSE] Fix many abnormal symbols in annotations and format code 2023-04-17 22:26:23 -04:00
hwtimer [components/drivers]update hwtimer (#8565) 2024-02-29 22:27:38 +08:00
i2c [components][drivers]add ofw support i2c 2024-04-07 09:57:38 -04:00
include [ipc][condvar] 修正 'timeout' 符号问题 2024-04-12 11:22:24 +08:00
ipc [ipc][condvar] 修正 'timeout' 符号问题 2024-04-12 11:22:24 +08:00
ktime sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
misc [devcie][pwm] fix warnings 2024-03-31 07:38:00 +08:00
mtd [HUST CSE] Fix many abnormal symbols in annotations and format code 2023-04-17 22:26:23 -04:00
ofw [drivers/serial] Introduce hooker for TTY (#8733) 2024-04-09 21:36:16 +08:00
phy [HUST CSE] Fix many abnormal symbols in annotations and format code 2023-04-17 22:26:23 -04:00
pic [fixup] aarch64 UMP compiler error (#8677) 2024-03-30 17:58:38 +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 [libcpu][aarch64] 使用设备树对CPU进行初始化 (#8221) 2023-11-28 14:20:11 +08:00
rtc fix warning #1295-D Deprecated declaration 2023-12-19 19:02:43 +08:00
sdio fix MDK AC5 build warnings 2024-02-03 21:43:08 -05:00
sensor [sensor-v2] enable sensor v2 2024-03-16 23:31:54 -04:00
serial [drivers/serial] Introduce hooker for TTY (#8733) 2024-04-09 21:36:16 +08:00
spi [driver][soft-spi] spi device driver framework adds pin init function function 2024-04-09 18:33:29 -04:00
touch [HUST CSE] Fix many abnormal symbols in annotations and format code 2023-04-17 22:26:23 -04:00
usb [fix] NXP bsp for RT-Thread 5.1.0 fixed up. 2024-03-19 08:13:00 -04:00
virtio [kernel][dm]适配新的设备驱动模型 (#8075) 2023-10-18 20:50:30 +08:00
watchdog [HUST CSE] Fix many abnormal symbols in annotations and format code 2023-04-17 22:26:23 -04:00
wlan [wlan][cmd] fixed a duplicate issue with the wifi scan command 2024-03-24 14:35:41 -04:00
Kconfig sync smart & dfs (#8672) 2024-03-28 23:42:56 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00