https://github.com/pigeonhands/python_rtt_viewer
basic segger rtt viewer for NRF5X devices.
https://github.com/pigeonhands/python_rtt_viewer
debugging-tool embedded-devices nrf52 seggerrtt
Last synced: 10 months ago
JSON representation
basic segger rtt viewer for NRF5X devices.
- Host: GitHub
- URL: https://github.com/pigeonhands/python_rtt_viewer
- Owner: pigeonhands
- Created: 2019-11-06T09:29:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T09:37:52.000Z (about 6 years ago)
- Last Synced: 2025-01-12T18:11:16.371Z (11 months ago)
- Topics: debugging-tool, embedded-devices, nrf52, seggerrtt
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python_rtt_viewer
basic rtt viewer for NRF5X devices.
It has a few avalible actions
|Key | Action |
|-----|----------- |
|c | Clear window |
|t | Timestamp on/off|
|s | Stopwatch start/stop|
### naming devices
`devices.json` can be created to associate names to serial numbers
Example:
`
{
"1234567": "Dev_board_1"
}
`