mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 21:37:05 +03:00
new console
This commit is contained in:
parent
01e24277f8
commit
ed1c19cc73
@ -205,10 +205,10 @@ def upload_file(
|
|||||||
f"{openocd_exec} -s {openocd_scripts} "
|
f"{openocd_exec} -s {openocd_scripts} "
|
||||||
f"-f {openocd_interface} -f {openocd_target}", posix=False
|
f"-f {openocd_interface} -f {openocd_target}", posix=False
|
||||||
)
|
)
|
||||||
# proc = subprocess.Popen(
|
|
||||||
# cmd, creationflags=subprocess.CREATE_NEW_CONSOLE | subprocess.SW_HIDE)
|
|
||||||
proc = subprocess.Popen(
|
proc = subprocess.Popen(
|
||||||
cmd, creationflags= subprocess.SW_HIDE)
|
cmd, creationflags=subprocess.CREATE_NEW_CONSOLE | subprocess.SW_HIDE)
|
||||||
|
# proc = subprocess.Popen(
|
||||||
|
# cmd, creationflags= subprocess.SW_HIDE)
|
||||||
|
|
||||||
with OpenOcdTclRpc(host, port) as openocd:
|
with OpenOcdTclRpc(host, port) as openocd:
|
||||||
pages_eeprom = segments_to_pages(list(filter(
|
pages_eeprom = segments_to_pages(list(filter(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user