-
### Description of defect
**Intro**
As mentioned in #13974, I'm in the process of moving our current project from [USCRPL/mbed-cmake](https://github.com/USCRPL/mbed-cmake) to mbed os fir…
-
Hi,
I have a issue that a task is never executed. I was able to reproduce it with 3 task:
- TaskHighPrio: which use 50% of cpu ressources
- TaskRoundRobin1: use as much time as possible
- T…
-
With CMSIS-RTOS2, when using 'osMutexNew()' with 'osMuteRobus', it will return 'NULL'. Try the code below, and you'll repeat the failure:
```
static const osMutexAttr_t at = {NULL, osMutexPrioIn…
-
### Description of defect
https://github.com/ARMmbed/mbed-os/blob/master/.travis.yml#L266 - 2 extended tests:
- littlefs
- events
There is quite a magic in these:
```
# C…
-
I describe a gcc/make build of the RTX(5) RTOS here
https://github.com/tobermory/RTX-make-gcc.git
Near the end, I pointed out that the inclusions of RTX_Config.h:
```
#include "RTX_Config.h"…
-
在x:/Users/user/AppData/Local/Arm中的头文件不能自动添加到c_cpp_properties.json文件中
-
### Description of defect
Link error when trying to use the small CLIB with cmake
```
armclang: error: no such file or directory: '"--library_type=microlib"'
[16/260] Building C object…
-
Hi,
As per https://www.freertos.org/RTOS-task-priority.html:
> Each task is assigned a priority from 0 to ( configMAX_PRIORITIES – 1 )
It is informed under #59 that the reason to choose value…
-
Normally, all the files can be retrieved by "${workspacefolder} / * *", but only the portmacro.h file will have problems. You must add the relative address of the portmacro.h file or change the name o…
ghost updated
3 years ago
-
https://github.com/RT-Thread-packages/CMSIS/blob/ac78e3a0f59c10cafa788f6462b56723880a88ca/RTOS2/RT-Thread/src/cmsis_rtthread.c#L607