добавила поддержку отладки платы Start

This commit is contained in:
KLASSENTS 2025-03-10 14:39:14 +07:00
parent a003522de7
commit c0c8032ed4

View File

@ -69,7 +69,6 @@ recipe.size.regex.data= ^(?:\.data|\.bss|\.noinit)\s+([0-9]+).*
# EXPERIMENTAL feature: # EXPERIMENTAL feature:
# - this is alpha and may be subject to change without notice # - 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.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.0=set mem inaccessible-by-default off
debug_config.mik32.cortex-debug.custom.overrideLaunchCommands.1=mem 0x01000000 0x01002000 ro 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
debug.server.openocd.path={runtime.tools.openocd.path}/bin/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_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.0={debug.server.openocd.scripts_dir}/interface/{bootloader.interface}
debug.server.openocd.scripts.1={debug.server.openocd.scripts_dir}/{debug_script.mik32} debug.server.openocd.scripts.1={debug.server.openocd.scripts_dir}/target/mik32.cfg
debug.additional_config=debug_config.mik32 debug.additional_config=debug_config.mik32