src/eric7/MicroPython/Devices/__init__.py

branch
eric7
changeset 9958
a78b83d1062a
parent 9922
6a8cc5957928
child 10060
b946699e9e79
--- a/src/eric7/MicroPython/Devices/__init__.py	Sun Apr 02 11:13:14 2023 +0200
+++ b/src/eric7/MicroPython/Devices/__init__.py	Sun Apr 02 15:55:20 2023 +0200
@@ -309,6 +309,15 @@
         "port_description": "",
         "module": ".RP2040Devices",
     },
+    "stlink": {
+        "ids": [
+            (0x0483, 0x374B),  # STM32 STLink,
+        ],
+        "description": "STM32 STLink",
+        "icon": "micropython48",
+        "port_description": "STM32 STLink",
+        "module": ".STLinkDevices",
+    },
     "teensy": {
         "ids": [
             (0xF055, 0x9802),  # Pyboard in CDC+MSC mode

eric ide

mercurial