STM32CubeIDE v1.3.0 macos version hasn't support stm32mp1
Hi supporter, I installed the STM32CubeIDE v1.3.0 on my macos. After install success, I try to debug example project. The console window show "stm32mp1x.cfg can not found". Then I search that file in STM32CubeIDE path.
SC-MacBookPro:Contents $ find . -name "*.cfg"
./Eclipse/plugins/com.st.stm32cube.common.mx_5.6.0.202002181639/db/plugins/projectmanager/stm32tck.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/cmsis-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/jlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/stlink-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/stlink-tcp.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/stlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/interface/ulink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f2x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f3x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32f7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32g0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32g4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32h7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32h7x_dual_core.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l4plusx.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32l5x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug.openocd_1.3.0.202002181050/resources/openocd/st_scripts/target/stm32wbx.cfg
./MacOS/jre/Contents/Home/lib/jvm.cfgThe stm32mp1x.cfg file doesn't exist. Then I removed v1.3.0 and install the v1.1.0. I found that file is exist.
SC-MacBookPro:Contents $ find . -name "*.cfg"
./Eclipse/plugins/com.st.stm32cube.common.mx_5.4.0.201910091541/db/plugins/projectmanager/stm32tck.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/cmsis-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/jlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/stlink-dap.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/stlink-tcp.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/stlink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/interface/ulink.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f2x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f3x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32f7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32g0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32g4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32h7x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32h7x_dual_core.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l0x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l1x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l4plusx.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l4x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32l5x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32mp15x.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32mp15x_stpmic1.cfg
./Eclipse/plugins/com.st.stm32cube.ide.mcu.debug_1.1.0.201910101207/resources/openocd/st_scripts/target/stm32wbx.cfg
./MacOS/jre/Contents/Home/lib/jvm.cfgDoes the v1.3.0 removed to support stm32mp1 with openocd?
