src/eric7/MicroPython/Tools/__init__.py

Thu, 17 Apr 2025 18:15:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 17 Apr 2025 18:15:32 +0200
branch
eric7
changeset 11224
65b341cfab55
parent 11090
f5f5f5803935
permissions
-rw-r--r--

MicroPython Interface
- Changed the board information scripts to work with MPy on nrf52 boards.

# -*- coding: utf-8 -*-

# Copyright (c) 2023 - 2025 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