mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 21:37:05 +03:00
revert to working state
This commit is contained in:
parent
583249b2c2
commit
6af05b8808
1
.piopm
Normal file
1
.piopm
Normal 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,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
|
||||
|
||||
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user