src/eric7/MicroPython/Tools/__init__.py

Fri, 31 Mar 2023 13:39:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 31 Mar 2023 13:39:51 +0200
branch
eric7
changeset 9954
7c5fa3eef082
parent 9915
fd5ff16632cb
child 10439
21c28b0f9e41
permissions
-rw-r--r--

MicroPython
- Reworked the device detection logic of the UF2 flash dialog.

# -*- 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.
"""

eric ide

mercurial