https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus
An xPack with the µOS++ thread-aware plug-in for the SEGGER J-Link GDB Server
https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus
Last synced: 11 months ago
JSON representation
An xPack with the µOS++ thread-aware plug-in for the SEGGER J-Link GDB Server
- Host: GitHub
- URL: https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus
- Owner: micro-os-plus
- License: mit
- Created: 2017-03-13T18:34:08.000Z (over 9 years ago)
- Default Branch: xpack
- Last Pushed: 2021-11-18T15:32:37.000Z (over 4 years ago)
- Last Synced: 2025-06-01T15:54:06.617Z (about 1 year ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus/blob/xpack/LICENSE)
[](https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus/issues)
[](https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus/pulls)
# SEGGER J-Link GDB Server plug-in for µOS++ IIIe
A source xPack with the µOS++ thread-aware plug-in for the SEGGER J-Link GDB Server.
This plug-in shows all existing threads in a µOS++ IIIe application.
## Easy install
```console
$ npm install @ilg/segger-jlink-drtm-micro-os-plus
```
## Original files
This xPack does not include any original SEGGER files.
## License
The original content is released under the
[MIT License](https://opensource.org/licenses/MIT), with all rights reserved to
[Liviu Ionescu](https://github.com/ilg-ul).
The plug-in client API definitions (the `RTOS_*` functions) and the
GDB server API definitions are compatible with the SEGGER GDBServer
RTOS Plug-in SDK API definitions.
All IP rights, title and interest in the GDBServer RTOS Plug-in SDK
are and shall at all times remain with SEGGER.
```
Copyright (c) 2004-2016 SEGGER Microcontroller GmbH & Co. KG
Internet: www.segger.com Support: support@segger.com
```