diff --git a/.piopm b/.piopm deleted file mode 100644 index 3deea79..0000000 --- a/.piopm +++ /dev/null @@ -1 +0,0 @@ -{"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 deleted file mode 100644 index 031e011..0000000 --- a/config.py +++ /dev/null @@ -1 +0,0 @@ -is_verbose = False \ No newline at end of file diff --git a/connectopenocd-m-link.bat b/connectopenocd-m-link.bat index 4af93ab..ed1e51d 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/mik32.cfg +openocd\bin\openocd.exe -s openocd/share/openocd/scripts -f interface/ftdi/m-link.cfg -f target/mcu32.cfg timeout /t 300 diff --git a/package.json b/package.json deleted file mode 100644 index 1760bd4..0000000 --- a/package.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "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" - } -}