Meco Man

Results 54 issues of Meco Man

## 拉取/合并请求描述:(PR description) [ 由于NXP网络问题,代替提交PR https://gitee.com/xinyigao/rt-thread-1170 ] 以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。 The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR,...

v4.1.1

report in #4184 ## 拉取/合并请求描述:(PR description) [ 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。** The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square...

in progress
BSP: NXP
v4.1.1

## 拉取/合并请求描述:(PR description) [ ] 以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。 The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please use...

v5.0.0

## 拉取/合并请求描述:(PR description) [ 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。** The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets need not...

v5.0.0

该返回值混合了错误码和实际传输数据大小,本意是大于等于0是实际传输数据,小于0是错误码,但是rt_size_t是一个无符号类型。 https://github.com/RT-Thread/rt-thread/issues/6152 ## 拉取/合并请求描述:(PR description) [ 这段方括号里的内容是您**必须填写并替换掉**的,否则PR不可能被合并。**方括号外面的内容不需要修改,但请仔细阅读。** The content in this square bracket must be filled in and replaced, otherwise, PR can not be merged. The contents outside square brackets...

v5.0.0

kernel mem.c貌似已经很久没有和LWIP的mem.c同步过了 https://github.com/lwip-tcpip/lwip/blob/master/src/core/mem.c 我随便翻了翻就发现了几处 LWIP后续修改的bug 但是kernel这边没有同步过来 后续需要仔细比对一下

important
v5.0.0

由于Finsh线程是RTT内部线程,一般作为用户不敢轻易去修改finsh组件的相关源码。但是由于RTT不能有效支持线程的挂起解挂,导致finsh线程存在一个很讨厌的问题,尤其是在涉及到人机交互时: 如果用户的其他线程企图通过read(STDIN)或者getchar一类的函数来期望获取来自console的字符时,由于finsh线程一直在运行,导致finsh线程极有可能会拦截掉来自console的字符输入,进而其他的线程一直拿不到来自console的字符数据。因此需要有一组有效的API可以让用临时暂停和恢复finsh线程。

proposal

from https://gitee.com/rtthread/rt-thread/pulls/189 以下的内容不应该在提交PR时的message修改,修改下述message,PR会被直接关闭。请在提交PR后,浏览器查看PR并对以下检查项逐项check,没问题后逐条在页面上打钩。 The following content must not be changed in the submitted PR message. Otherwise, the PR will be closed immediately. After submitted PR, please use a web browser...

BSP: STM32

![image](https://user-images.githubusercontent.com/34888354/153537808-9edbdccf-6d60-47bb-83f7-ccc57a89826b.png)

enhancement