Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Here is an example of a uC/OS-III RTOS view
Here is an example of an RTX5 RTOS view
![RTX5](./images/RTX5.png)

Here is an example of an eCos view
![eCos](./images/eCos.png)

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

# Contributors and maintainers
Expand All @@ -41,3 +44,4 @@ NOTE: The tab name is in the screenshots is called `XRTOS` so it does not confli
| uC/OS-III | @github0null |
| ThreadX | @raphaelmeyer |
| RTX5 | @thorstendb-ARM |
| eCos | @RallySmith |
Binary file added images/eCos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"embedded",
"rtos",
"cortex",
"rtx5"
"rtx5",
"ecos"
],
"activationEvents": [
"onDebugResolve:cortex-debug",
Expand Down
Loading