Revert "revert to working state"

This reverts commit 6af05b8808.
This commit is contained in:
Sergey Shchelkanov 2023-05-30 16:29:57 +03:00
parent ba38e7cea8
commit db39ad500e
4 changed files with 1 additions and 18 deletions

1
.piopm
View File

@ -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}}

View File

@ -1 +0,0 @@
is_verbose = False

View File

@ -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

View File

@ -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"
}
}