rt-thread
rt-thread copied to clipboard
RT-Thread is an open source IoT real-time operating system (RTOS).
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) 编写一份CI脚本,针对重点看护产品,结合版本versionconfig ci自动生成版本测试产物,其中包含针对不同平台下,不同驱动/外设/软件包生成的可执行文件 在原本的yml基础上,同时还会编译对应的的demo.c文件,举个例子,这个pr中包含一个aht21的例子,内容是上电后自动读取温湿度并打印出来,最后生成该demo的bin文件,可以直接烧写进板子里测试 #### 你的解决方案是什么 (what is your solution)  attachconfig生成的产物: https://github.com/hydevcode/rt-thread/actions/runs/14299438695 versionconfig生成的产物: https://github.com/hydevcode/rt-thread/actions/runs/14299305688 #### 请提供验证的bsp和config (provide the config...
### Describe problem solved by the proposed feature https://www.rt-thread.org/document/api/group___d_f_s.html 在这里我看到只有FAT32的支持,而且我综合K230平台你们的RT-Smart验证,也是只有FAT32这个文件系统:  ### Describe your preferred solution 希望能对LittleFs支持,谢谢! PS:希望更新下当前RT-Smart的文档,与RT-Thread标准版的关系,谢谢!
### RT-Thread Version c1166e0bf16aeda85e5facd01506973afcf6e8c6 ### Hardware Type/Architectures k230 ### Develop Toolchain GCC ### Describe the bug 1. 编译链接代码后,会生成test目录下生成一个应用程序:utestcases.elf,将其拷贝到sdcard或者编译进文件系统。 2. 测试执行,进入应用程序所在目录,然后执行命令:utestcases.elf all 3.测试libc,部分case失败; 4.代码:maix3/software/userapps/testcases/test 5.失败case: utest.pingpong_test.pingpong_timeout_tc utest.libc_test.file.fcntl utest.libc_test.file.fscanf utest.libc_test.math.powf ### Other...
### RT-Thread Version 5.1.0 ### Hardware Type/Architectures riscv ### Develop Toolchain GCC ### Describe the bug 1. define RT_USING_SMP macro 2. using rt_pm_device_register API at components initialization context 3. the...
### RT-Thread Version latest ### Hardware Type/Architectures bsp/cvitek 或者 bsp/qemu-virt64-riscv ### Develop Toolchain Other ### Describe the bug 参考 https://github.com/RT-Thread/rt-thread/issues/9812#issuecomment-2664977960, 用 https://download.rt-thread.org/download/rt-smart/toolchains/riscv64gc-linux-musleabi_for_x86_64-pc-linux-gnu_latest.tar.bz2 这个工具链做了一个 helloworld 运行后报错 ```c #include "stdio.h" void main()...
### Describe problem solved by the proposed feature 如何本地执行ci来实现自动编译elf文件,生成的elf文件可以按yml中的名词命名,比如coponent.elf 保存到output文件夹中 ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_
### Describe problem solved by the proposed feature Scons支持直接导出为Keil6格式 此功能实现后,还可能实现基于ARMClang的CI等功能 ### Describe your preferred solution _No response_ ### Describe possible alternatives _No response_
### RT-Thread Version master ### Hardware Type/Architectures at32f403a-start ### Develop Toolchain GCC ### Describe the bug 1. `scons --target=cmake -s` after got a  entire program 2. `$ scons --target=cmake...
### RT-Thread Version 5.2.0 ### Hardware Type/Architectures ra6e2-fpb ### Develop Toolchain MDK Keil ### Describe the bug 1. 基于 master 分支最新源码; 2. 将 bsp/renesas/ra6e2-fpb/rtconfig.py 文件中的 CPU 改为:cortex-m33;  3. Env...
## 拉取/合并请求描述:(PR description) [ #### 为什么提交这份PR (why to submit this PR) Add dfs_v2 support NFS #### 你的解决方案是什么 (what is your solution) #### 请提供验证的bsp和config (provide the config and bsp) - BSP:...