pymdfu


Namepymdfu JSON
Version 1.0.2.6 PyPI version JSON
download
home_page
SummaryMicrochip Device Firmware Upgrade Application
upload_time2023-12-15 11:47:10
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords microchip
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pymdfu - Microchip Device Firmware Upgrade application
This utility requires that the input image is built in a format matching the bootloader firmware.  To build such images for Microchip 8-bit microcontrollers use the pyfwimagebuilder tool: https://pypi.org/project/pyfwimagebuilder/

![PyPI - Format](https://img.shields.io/pypi/format/pymdfu)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymdfu)
![PyPI - License](https://img.shields.io/pypi/l/pymdfu)

## Usage

pymdfu can be used as a command-line interface or a library

### Command line help
For help, use:
```bash
pymdfu --help
```
### Update an image from the command-line

Example usage:
```bash
pymdfu update serial myimage.img --port COM11 --baudrate 9600
```

### Additional command-line switches
#### -v <level>,  --verbose <level>
    Logging verbosity configuration. Valid values for level are ('debug', 'info', 'warning', 'error', 'critical')
#### -V, --version
    Print pymdfu version and exit
#### -R, --release-info
    Print pymdfu release details and exit

# Changelog

## [1.0.2] - December 2023
### Added
- PYTOOLS-211 Add missing packaging dependency

## [1.0.1] - December 2023

- Support MDFU get client info command
  - Read client command timeouts
  - Read client MDFU protocol version
- Support individual command timeouts
- Decode transport and file transfer abort error causes
- Check image state command response
- Bugfixes

### Added
- PYTOOLS-156 New get client information command with version and command timeouts
- PYTOOLS-91  Decode transport and file transfer abort error causes
- PYTOOLS-90  Check "get image state" command response packet payload for image status

### Fixed
- PYTOOLS-155 PyMDFU tool usage guideline is incorrect
- PYTOOLS-84  Document link between pymdfu and pyfwimagebuilder

## [0.1.4] - October 2023

Initial public beta release.

### Initial beta release

## [0.0.1] - October 2023

- Placeholder release

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pymdfu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Microchip",
    "author": "",
    "author_email": "Microchip Technology <support@microchip.com>",
    "download_url": "",
    "platform": null,
    "description": "# pymdfu - Microchip Device Firmware Upgrade application\nThis utility requires that the input image is built in a format matching the bootloader firmware.  To build such images for Microchip 8-bit microcontrollers use the pyfwimagebuilder tool: https://pypi.org/project/pyfwimagebuilder/\n\n![PyPI - Format](https://img.shields.io/pypi/format/pymdfu)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymdfu)\n![PyPI - License](https://img.shields.io/pypi/l/pymdfu)\n\n## Usage\n\npymdfu can be used as a command-line interface or a library\n\n### Command line help\nFor help, use:\n```bash\npymdfu --help\n```\n### Update an image from the command-line\n\nExample usage:\n```bash\npymdfu update serial myimage.img --port COM11 --baudrate 9600\n```\n\n### Additional command-line switches\n#### -v <level>,  --verbose <level>\n    Logging verbosity configuration. Valid values for level are ('debug', 'info', 'warning', 'error', 'critical')\n#### -V, --version\n    Print pymdfu version and exit\n#### -R, --release-info\n    Print pymdfu release details and exit\n\n# Changelog\n\n## [1.0.2] - December 2023\n### Added\n- PYTOOLS-211 Add missing packaging dependency\n\n## [1.0.1] - December 2023\n\n- Support MDFU get client info command\n  - Read client command timeouts\n  - Read client MDFU protocol version\n- Support individual command timeouts\n- Decode transport and file transfer abort error causes\n- Check image state command response\n- Bugfixes\n\n### Added\n- PYTOOLS-156 New get client information command with version and command timeouts\n- PYTOOLS-91  Decode transport and file transfer abort error causes\n- PYTOOLS-90  Check \"get image state\" command response packet payload for image status\n\n### Fixed\n- PYTOOLS-155 PyMDFU tool usage guideline is incorrect\n- PYTOOLS-84  Document link between pymdfu and pyfwimagebuilder\n\n## [0.1.4] - October 2023\n\nInitial public beta release.\n\n### Initial beta release\n\n## [0.0.1] - October 2023\n\n- Placeholder release\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Microchip Device Firmware Upgrade Application",
    "version": "1.0.2.6",
    "project_urls": {
        "Homepage": "https://www.microchip.com"
    },
    "split_keywords": [
        "microchip"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a72f99bda9e25c2ab32d8d3ee1843ded123b89583bb29223a3195fad89fbf44",
                "md5": "a89201ab49f6ae48e7240b7b77d78aef",
                "sha256": "edbb8d1f198db8d436f9473950ee707e79195d5a0d6b037c0eba6cb781ed0b58"
            },
            "downloads": -1,
            "filename": "pymdfu-1.0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a89201ab49f6ae48e7240b7b77d78aef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 31813,
            "upload_time": "2023-12-15T11:47:10",
            "upload_time_iso_8601": "2023-12-15T11:47:10.143294Z",
            "url": "https://files.pythonhosted.org/packages/6a/72/f99bda9e25c2ab32d8d3ee1843ded123b89583bb29223a3195fad89fbf44/pymdfu-1.0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-15 11:47:10",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pymdfu"
}
        
Elapsed time: 0.16363s