rt-thread
rt-thread copied to clipboard
RT-Thread is an open source IoT real-time operating system (RTOS).
[ 最近再次研究了之前提交的PR #6232 ,发现存在不少问题和新的bug, 打个patch, 同时提供一下utest 具体信息,参考 [时间片调度算法issue解决后续及utest测试](https://club.rt-thread.org/ask/article/096fc4007ce5ec9f.html) 已在stm32f407disc1测试, SMP 正在研究怎么测试。 ] ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [ ] 本拉取/合并请求是一个草稿版本 This PR is for...
- [ ] 软件包添加aciton集成 参考https://club.rt-thread.org/ask/article/9683302d4d44f637.html - [ ] 添加仓库检测qemu下所有软件包编译情况
> menuconfig --generate THINKPAD@NOTEBOOK-P52 D:\Develop\Git_Project\rt-thread\bsp\nuvoton\nk-980iot > pkgs --update [Use Gitee server] ==============================> wavplayer update done ==============================> uffs update done ==============================> ramdisk update done ==============================> optparse update done Operation completed successfully....
KEIL5 AC6编译器 编译cstring.c和ctime.c产生编译警告 >compilers/common/cstring.c(194): error: nonnull parameter 'saveptr' will evaluate to 'true' on first encounter [-Werror,-Wpointer-bool-conversion] else if (saveptr && *saveptr) ^~~~~~~ ~~ >ctime.c(255): error: comparison of nonnull parameter 't'...
版本 SHA-1: f57eb4feb5ee4856299058058eff15593ac0570d gcc10.3.1 报提醒 ~~~ #define HAVE_NEWLIB_H 1 #define LIBC_VERSION "newlib 4.1.0" #define HAVE_SYS_SIGNAL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_FDSET 1 #define HAVE_SIGACTION 1 #define HAVE_SIGEVENT...
使用rtthread 版本 SHA-1: aaf5462c6d4ae9466a0a8cd2a4bb00cfe1fef2f2 我自己测试百分之百复现的测试代码 ~~~c static rt_mutex_t mutex1 = RT_NULL; static rt_mutex_t mutex2 = RT_NULL; static void threadA(void *pvParameter) { rt_thread_delay(300); rt_kprintf("%s 1\n", __func__); rt_mutex_take(mutex1, RT_WAITING_FOREVER); rt_kprintf("%s 2\n", __func__);...
whatever use the rt-thread studio or use the env config tool, when i add micropython software package into the rt-thread project, there was always ocurred few problems if i start...
## 拉取/合并请求描述:(PR description) [ 1. 使用接口设置默认网络设备,能够调到底层函数 2. 添加设备注册钩子函数及默认网卡切换钩子函数 ] 以下的内容不应该在提交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...
## 拉取/合并请求描述:(PR description) [ 新增stm32f401-weact-blackpill BSP,未测试 ] ### 当前拉取/合并请求的状态 Intent for your PR 必须选择一项 Choose one (Mandatory): - [x] 本拉取/合并请求是一个草稿版本 This PR is for a code-review and is intended to...