GDB RSP server implementation for debugging AVR MCUs with UPDI using Microchip CMSIS-DAP based debuggers
Project description
pyavrdebug
pyavrdebug is a GDB RSP server for connecting GDB debug clients to AVR target devices through pymcuprog
Usage
The remainder of this package is intentionally blank
Logging
This package uses the Python logging module for publishing log messages to library users. A basic configuration can be used (see example below), but for best results a more thorough configuration is recommended in order to control the verbosity of output from dependencies in the stack which also use logging.
import logging
logging.basicConfig(format="%(levelname)s: %(message)s", level=logging.WARNING)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyavrdebug-0.0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyavrdebug-0.0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7012c3abbb1223a8dc9c9e9f49a41eb974299b95eee6040808c32ca3d41d523
|
|
| MD5 |
80f7f1502fd991429d1395e86c48658d
|
|
| BLAKE2b-256 |
bd0006f09f2f020daa4995e2bad2a6c3c70a92ed6b94af48baf7be1a63f6fd99
|