Skip to content

Commit b9e815c

Browse files
authored
Add support for uCOS-III (#75)
* Add Support For uCOS-III * uCOS-III: Remove unused hints * uCOS-III: Add runtime cpu usage support. * Update ChangeLog and README
1 parent 24eb38a commit b9e815c

File tree

6 files changed

+791
-1
lines changed

6 files changed

+791
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 0.0.12-pre1 - Sep 17, 2025
4+
5+
- PR#75: Add support for uC/OS-III.
6+
37
## 0.0.11 - Sep 5, 2025
48

59
- Issue#71: XRTOS tab - task loading on FreeRtos leads to infinite loop

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ Here is an example of a FreeRTOS view
2121
Here is an example of a FreeRTOS view with some information missing. We generally try to provide help to tell you what is missing and how you can change that.
2222
![FreeRTOS with partial info](./images/FreeRTOS.png)
2323

24+
Here is an example of a uC/OS-III RTOS view
25+
![uC/OS-III](./images/uCOS-III.png)
26+
2427
NOTE: The tab name is in the screenshots is called `XRTOS` so it does not conflict with Cortex-Debug. Once the migration is complete, it will be called `RTOS` and Cortex-Debug itself will not have this functionality
2528

2629
# Contributors and maintainers
@@ -32,3 +35,4 @@ NOTE: The tab name is in the screenshots is called `XRTOS` so it does not confli
3235
| embOS | @PhilippHaefele |
3336
| Zephyr (beta) | @PhilippHaefele |
3437
| ChibiOS (beta) | @vrepetenko VR |
38+
| uC/OS-III | @github0null |

images/uCOS-III.png

49.8 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rtos-views",
33
"displayName": "RTOS Views",
44
"description": "RTOS views for microcontrollers",
5-
"version": "0.0.11",
5+
"version": "0.0.11-pre1",
66
"publisher": "mcu-debug",
77
"preview": true,
88
"repository": {

0 commit comments

Comments
 (0)