revert to working state

This commit is contained in:
Sergey Shchelkanov 2023-05-30 16:07:10 +03:00
parent 583249b2c2
commit 6af05b8808
4 changed files with 18 additions and 1 deletions

1
.piopm Normal file
View File

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

1
config.py Normal file
View File

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

View File

@ -1,3 +1,3 @@
@echo off @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 timeout /t 300

15
package.json Normal file
View File

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