src/eric7/MicroPython/Tools/__init__.py@fd5ff16632cb
src/eric7/MicroPython/Tools/__init__.py
Fri, 17 Mar 2023 19:10:33 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Fri, 17 Mar 2023 19:10:33 +0100
- branch
- eric7
- changeset 9915
- fd5ff16632cb
- child 10439
-
21c28b0f9e41
- permissions
- -rw-r--r--
MicroPython
- Added a dialog to enter the parameters to convert a .hex or .bin firmware file to UF2.
# -*- coding: utf-8 -*-
# Copyright (c) 2023 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing some MicroPython related tools.
Note: There might be tools taken from third party sources.
"""