daniel-sullivan / clion-embedded-esp32

OpenOCD + ESP32 support for CLion
Other
19 stars 7 forks source link

Does this plug-in support openocd? #3

Open longqingzhao opened 5 years ago

longqingzhao commented 5 years ago

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 know “program_esp32” when it ran the command, so it made a mistake.

How do I get rid of it in the configuration?

jnorgan commented 4 years ago

You need to be using the ESP32 fork of OpenOCD. https://github.com/espressif/openocd-esp32