Meco Man
Meco Man
related: https://github.com/RT-Thread/rt-thread/pull/4254 https://github.com/RT-Thread/rt-thread/pull/3578 https://github.com/RT-Thread/rt-thread/issues/4067
related https://github.com/RT-Thread/rt-thread/issues/3315
感觉这个可以在5.0里改进一下,确实用的很难受,接受发送API里message size那个参数填了根本没啥意义
确切的说,应该是消息的内存池是肯定是定长的,消息长度不能多于一个消息的内存池大小,但是小于是可以的。因此需要返回实际消息的大小。
请解决tab和空格混用的问题 可以使用这个脚本进行扫描https://github.com/mysterywolf/formatting
https://patch-diff.githubusercontent.com/raw/RT-Thread/rt-thread/pull/5062.diff
是的 这里非常的不规范 感谢反馈
https://github.com/RTduino/RTduino/pull/19
除了SPI,I2C也有同样的问题,软件SPI也要确认一下
你是用的最新代码嘛,之前修复过一个和动态模组相关的bug,用最新的代码再试一下?