- 15 9月, 2021 2 次提交
-
-
由 mysterywolf 提交于
-
由 mysterywolf 提交于
-
- 14 9月, 2021 9 次提交
-
-
由 Bernard Xiong 提交于
[kservice] 完善 API 注释
-
由 Bernard Xiong 提交于
Improve the Kernel comment
-
由 Bernard Xiong 提交于
[kernel]Normalized kernel API annotation
-
由 Bernard Xiong 提交于
[libc] fix the conflict warning of read and write functions
-
由 guozhanxin 提交于
-
由 Sherman 提交于
-
由 guo 提交于
[update] src/thread.c function description.
-
由 guo 提交于
[bsp]add mindmotion MM32F103xx BSP.
-
由 mysterywolf 提交于
-
- 13 9月, 2021 5 次提交
-
-
由 mysterywolf 提交于
-
由 Nameless-Y 提交于
-
由 liukangcc 提交于
-
由 guo 提交于
[libc标准化] 使用标准poll.h代替dfs_poll.h
-
由 Bernard Xiong 提交于
[libc标准化] 将dfs_posix.h的函数声明转移到unix标准头文件中
-
- 12 9月, 2021 4 次提交
-
-
由 guo 提交于
[remove rtlibc]修复缺失的头文件导致的报错
-
由 mysterywolf 提交于
-
由 mysterywolf 提交于
-
由 mysterywolf 提交于
-
- 11 9月, 2021 19 次提交
-
-
由 mysterywolf 提交于
-
由 mysterywolf 提交于
-
由 Bernard Xiong 提交于
[remove rtlibc] 修复keil编译不过的问题
-
由 mysterywolf 提交于
-
由 StackRyan 提交于
-
由 Bernard Xiong 提交于
[serial] 优化RT_USING_POSIX_TERMIOS预编译
-
由 Bernard Xiong 提交于
[libc] remove rtlibc
-
由 BernardXiong 提交于
-
由 BernardXiong 提交于
-
由 Bernard Xiong 提交于
[Netif] Fix the eth_tx_msg protection
-
由 StackRyan 提交于
-
由 BernardXiong 提交于
-
由 Nameless-Y 提交于
-
由 BernardXiong 提交于
-
由 BernardXiong 提交于
-
由 Grissiom 提交于
The ethernetif use semaphore netif->tx_ack to protect the local variable `struct eth_tx_msg msg` in function `ethernetif_linkoutput`. But the function could be called in multiple context: LwIP "tcpip" thread, "erx" thread(on linkup) and any user thread that call `udp_sendto`. So the global semaphore protection is not sufficient. It could only wakeup the top priority waiting thread instead of the thread that owns the `msg` and may result the `msg` next in the mailbox got destructed. So to use a `rt_completion` within the `struct eth_tx_msg` and synchronize on that. This could deal the ownership issue in an easy way.
-
由 Bernard Xiong 提交于
-
由 Bernard Xiong 提交于
support ch32f10x family, add ch32f103c8-core bsp
-
由 Bernard Xiong 提交于
serial: add CTS/RTS flowcontrol.
-
- 10 9月, 2021 1 次提交
-
-
由 liukangcc 提交于
-