From 6af05b8808ca1748b877cd747f01dfe28d72a525 Mon Sep 17 00:00:00 2001 From: Sergey Shchelkanov Date: Tue, 30 May 2023 16:07:10 +0300 Subject: [PATCH] revert to working state --- .piopm | 1 + config.py | 1 + connectopenocd-m-link.bat | 2 +- package.json | 15 +++++++++++++++ 4 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 .piopm create mode 100644 config.py create mode 100644 package.json diff --git a/.piopm b/.piopm new file mode 100644 index 0000000..3deea79 --- /dev/null +++ b/.piopm @@ -0,0 +1 @@ +{"type": "tool", "name": "tool-mik32-uploader", "version": "0.1.0", "spec": {"owner": "platformio", "id": 1235, "name": "tool-mik32-uploader", "requirements": null, "uri": null}} \ No newline at end of file diff --git a/config.py b/config.py new file mode 100644 index 0000000..031e011 --- /dev/null +++ b/config.py @@ -0,0 +1 @@ +is_verbose = False \ No newline at end of file diff --git a/connectopenocd-m-link.bat b/connectopenocd-m-link.bat index ed1e51d..4af93ab 100644 --- a/connectopenocd-m-link.bat +++ b/connectopenocd-m-link.bat @@ -1,3 +1,3 @@ @echo off -openocd\bin\openocd.exe -s openocd/share/openocd/scripts -f interface/ftdi/m-link.cfg -f target/mcu32.cfg +openocd\bin\openocd.exe -s openocd/share/openocd/scripts -f interface/ftdi/m-link.cfg -f target/mik32.cfg timeout /t 300 diff --git a/package.json b/package.json new file mode 100644 index 0000000..1760bd4 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "tool-mik32-uploader", + "version": "0.1.0", + "description": "mik32-uploader", + "keywords": [ + "tools", + "uploader", + "mik32" + ], + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/MikronMIK32/mik32-uploader" + } +}