-
貌似是在最后一步,调用python脚本生成镜像的时候报错:
python esp-idf-port/esp-idf/components/esptool_py/esptool/esptool.py --chip esp32 elf2image --flash_mode "dio" --flash_freq "40m" --flash_size "4MB" -o rtthread.bin rtth…
-
1. RT-THREAD 文章 [RTTHREAD论坛](https://club.rt-thread.org/ask/articles.html)
2. [CSDN](https://www.csdn.net/)
3. [微信公众号](https://mp.weixin.qq.com/)
4. [简书](https://www.jianshu.com/)
5. [wiki] htt…
-
- Tencentos-tiny的基本使用方式
- Tencentos-tiny的内核IPC组件
- Tencentos-tiny的上下文切换
- Tencentos-tiny的第三方组件适配方式
- Tencentos-tiny和rtthread对比优缺点
-
编译正常,rtconfig改为debug模式,Jlink连接pixhwak2.4.8引出的调试引脚,接线线序无误,vscode开始debug直接卡死在rt_assert_handler,向上追溯到rt_mutex_take后无法继续追溯,在main函数的rtthread_startup处打断点不会被触发,应该是没进入到main函数当中,望解决
-
在V5.0.0中,当不使用`RT_USING_LIBC`时,编译内核文件如`clock.c`时,出现错误:
```
include\rtthread.h(643): error: #20: identifier "va_list" is undefined
```
1. 检查报错位置代码如下:
```c
int rt_vsprintf(char *dest, const char …
-
芯片:stm32f103cb
工具链:rt-studio 2.2.7
平台:win10
rtthread settings里面使能webclient软件包 配置如截图所示
![image](https://github.com/RT-Thread/rt-thread/assets/8890909/3e6b9350-f78d-4d22-866e-e427eb91d862)
编译错误输出 …
-
Pardon for trivial question, but how I upload compiled binary to ART-PI?
Things are complicate for me since I am working on MacOS and RT-Thread Studio not available there.
I am using command line **…
zdima updated
12 months ago
-
这部分实现后可向CHIP提交RT-Thread平台支持PR,这部分要求按照CHIP关于Matter适配标准去fork官方仓库,然后推送一份完整的PR(RTT适配层)
-
I keep getting this error, [ARM ANOMALY][2]. I've tried the V(0.1.3) bootloader, the BK7251 v1.0.8 bootloader that comes with the rtthread bdk, and the tuya v1.0.1_f bootloader that my doorbell came w…
-
- [x] 使用 BTstack 的 RT-Thread 移植环境(loop,dump,uart)
- [x] 使用 CSR8311 当蓝牙控制器
- [x] 使用板载 AP6212A 当蓝牙控制器
- [ ] 添加持久化操作