-
Dear madam/sir,
I want to build a c/c++ mixed project on STM32, I checked the ”Support C++ features” using the ENV tool, and added “RT_USING_LIBC” to the rtconfig.h.
![support_cpp](https://user-…
-
While working on a bug with dlopen, I found that there are many files in the repo that are not part of the build system, `#include`d directly in another file, or part of a file glob. This code is effe…
-
不管是邮箱、消息队列、互斥量还是信号量,所有的RT_IPC_FLAG_FIFO改为RT_IPC_FLAG_PRIO;RT_IPC_FLAG_FIFO并不是实时操作系统的一部分,如果采用RT_IPC_FLAG_FIFO初始化,将会导致系统变为非实时。详见:https://github.com/RT-Thread/rt-thread/pull/4703
另外,security以及航天版本 应该将…
-
芯片:k210
工具链:xpack-riscv-none-embed-gcc-10.1.0-1.1-linux-x64
RT-Thread版本:当前master版本
复现步骤:
按照[说明](https://github.com/RT-Thread/rt-thread/tree/master/bsp/k210)中说的,先修改bsp/k210/rtconfig.py中的CPU和EXE…
-
### Can't Push pull request branches to a fork
Error: Repository 'RT-Thread/rt-thread' is not a fork. Unable to continue.
### Steps to reproduce
```
- name: Create Pull Request
…
-
1. 在menuconfig中,使能cplusplus功能
2. 命令:scons -s
**构建失败**
`g++ -o "build\kernel\components\cplusplus\crt.o" -c -mcpu=cortex-m3 -mthumb -ffunction-sections -fdata-sections -O0 -gdwarf-2 -DHAVE_CCONFI…
-
朱工,您好,再次的打扰您一下!
我再移植FlashDB的时候发现一个问题,您看看 是不是真正存在。
1、我在Env 环境中加载Flash DB 组件;然后需要定义两个全局变量,直接定义就好了。
2、但是在git hub 上提交的例程是 基于裸机的,Lock 和 unlock 是关闭和打开中断。这时候就有两个问题
(1)我再写的过程中发现,SPI TX RX DMA 开启,是无法运行的程序会…
-
因为要使用rtt+emwin,在emwin532版本里,GUI_X_OS.c是和os的接口,在rtconfig.h里打开#define RT_USING_CMSIS_OS后,编译出了几条错误,如下
cmsis_rtthread.c
Error[Pe167]: argument of type "os_pthread" is incompatible with parameter of ty…
-
大佬, ucos中OSEventPendMulti到rtthread有没有一个比较好的实现, 看rtthread有一个rt_event,但是好像只适合做线程间同步, 不适用于线程间通信.
-
在使用cm_backtrace V1.2.2版本时,会出现cmb_set_psp函数调用返回失败问题。示例为(__CC_ARM)中的代码。
原函数:
static __inline __asm void cmb_set_psp(uint32_t psp) {
msr psp, r0
}
这样调用之后,会出现函数不会返回,需要添加 bx lr返回;
修改之后代…