Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 8 years ago)
- Default Branch: xpack
- Last Pushed: 2021-11-18T15:32:37.000Z (about 3 years ago)
- Last Synced: 2024-11-16T05:11:47.574Z (2 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![license](https://img.shields.io/github/license/micro-os-plus/segger-jlink-drtm-micro-os-plus)](https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus/blob/xpack/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/micro-os-plus/segger-jlink-drtm-micro-os-plus.svg)](https://github.com/micro-os-plus/segger-jlink-drtm-micro-os-plus/issues)
[![GitHub pulls](https://img.shields.io/github/issues-pr/micro-os-plus/segger-jlink-drtm-micro-os-plus.svg)](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: [email protected]
```