You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.
You can write your own config file for your project and use that. The file is going to have only references to existing configs + optional tweaks. Here is an example, standard file for STM32F4-Discovery from OpenOCD distribution.
# This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
# http://www.st.com/internet/evalboard/product/252419.jsp
source [find interface/stlink.cfg]
transport select hla_swd
# increase working area to 64KB
set WORKAREASIZE 0x10000
source [find target/stm32f4x.cfg]
reset_config srst_only
Expected Behavior
Working with STM32F4 and STLink debug devices, I'm able to select more than one config file in Eclipse OpenOCD plugin:
Actual Behavior
Only one config file can be selected.
Specifications
The text was updated successfully, but these errors were encountered: