From c0c8032ed401d99edcdfc5aa0be7f4838e1a43d7 Mon Sep 17 00:00:00 2001 From: KLASSENTS Date: Mon, 10 Mar 2025 14:39:14 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=BF=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D1=83?= =?UTF-8?q?=20=D0=BE=D1=82=D0=BB=D0=B0=D0=B4=D0=BA=D0=B8=20=D0=BF=D0=BB?= =?UTF-8?q?=D0=B0=D1=82=D1=8B=20Start?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platform.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platform.txt b/platform.txt index dbd8ec1..675e888 100644 --- a/platform.txt +++ b/platform.txt @@ -69,7 +69,6 @@ recipe.size.regex.data= ^(?:\.data|\.bss|\.noinit)\s+([0-9]+).* # EXPERIMENTAL feature: # - this is alpha and may be subject to change without notice -debug_script.mik32=target/mik32.cfg debug_config.mik32.cortex-debug.custom.name=Arduino on Mik32 debug_config.mik32.cortex-debug.custom.overrideLaunchCommands.0=set mem inaccessible-by-default off debug_config.mik32.cortex-debug.custom.overrideLaunchCommands.1=mem 0x01000000 0x01002000 ro @@ -97,8 +96,8 @@ debug.toolchain.prefix=riscv-none-elf- debug.server=openocd debug.server.openocd.path={runtime.tools.openocd.path}/bin/openocd debug.server.openocd.scripts_dir={runtime.tools.mik32_upload.path}/openocd-scripts/ -debug.server.openocd.scripts.0={debug.server.openocd.scripts_dir}/interface/ftdi/mikron-link.cfg -debug.server.openocd.scripts.1={debug.server.openocd.scripts_dir}/{debug_script.mik32} +debug.server.openocd.scripts.0={debug.server.openocd.scripts_dir}/interface/{bootloader.interface} +debug.server.openocd.scripts.1={debug.server.openocd.scripts_dir}/target/mik32.cfg debug.additional_config=debug_config.mik32