clion-embedded-esp32
clion-embedded-esp32 copied to clipboard
OpenOCD + ESP32 support for CLion
I am using Ubuntu 19.10 with CLion 2019.3 with an ESP32-WROOM DevKitCV4 attached to an FT232H USB via JTAG pins and the following configuration: ``` OpenOCD Download & Run: Board...
When I configure the tool chain to the openocd directory, I report an error. The error message is "invalid command name "program_esp32"". I think the mistake was that openocd didn't...
Most probably there is no cidr.runner xml dependency: ``` java.lang.NoClassDefFoundError: com/jetbrains/cidr/execution/testing/CidrLauncher at esp32.embedded.clion.openocd.OpenOcdConfigurationType.createRunConfiguration(OpenOcdConfigurationType.java:72) at esp32.embedded.clion.openocd.OpenOcdConfigurationType.createRunConfiguration(OpenOcdConfigurationType.java:18) at com.jetbrains.cidr.cpp.execution.CMakeRunConfigurationType$1.createTemplateConfiguration(CMakeRunConfigurationType.java:33) at com.intellij.execution.target.TargetEnvironmentsMasterDetails$Companion.collectListOfTargetAwareRunConfigurations(TargetEnvironmentsMasterDetails.kt:386) at com.intellij.execution.target.TargetEnvironmentsMasterDetails$Companion.generateProjectDefaultHelpHtml(TargetEnvironmentsMasterDetails.kt:373) at com.intellij.execution.target.TargetEnvironmentsMasterDetails$Companion.access$generateProjectDefaultHelpHtml(TargetEnvironmentsMasterDetails.kt:358) at com.intellij.execution.target.TargetEnvironmentsMasterDetails.bottomPanel$lambda$6$lambda$5(TargetEnvironmentsMasterDetails.kt:85) at com.intellij.ui.dsl.builder.impl.PanelImpl.row(PanelImpl.kt:59) at com.intellij.ui.dsl.builder.impl.PanelImpl.row(PanelImpl.kt:45) at...