JBHunterI
JBHunterI
@dhavalgujar, will that tagged release 202210.01-LTS you mentioned above (on December 3rd) with support for IDF v5.0 be available soon?
I've been told VSCode/PlatformIO isn't an option since Espressif seems to have chosen to only officially support Eclipse as the graphical IDE. I'm now trying to use only the ESP-IDF...
I guess this is also the cause for the "Errors running builder 'CDT Core Builder' on project 'hello_world'." error in [IDF Eclipse Plugin does not yet support Eclipse CDT 2022-12...
Glad to hear plugin v2.7.0 is coming soon. Looking forward to see the improvements you've made. So, correct me if I'm wrong but if I understand correctly, the Launch Bar...
OK, so the Target Config is not the problem (although I still to enter my COM port number for the console) but when I try to create a new Run...
Installed the Plugin v2.7.0 and can confirm that I can set the COM port when I create a new launch target (File -> New -> Other -> Launch Target (Next...
Other than by passing the "-B " option to idf.py, how else can this ESP-IDF Eclipse Plugin build the "Multiple Build Configurations Example" (build_system -> cmake -> multi_config)?
I hadn't noticed before, but even with the "-B " option passed to idf.py, there's still a "${project_loc}/build/ide/esp_idf_components" that's created in my hello_world example. Why isn't that saved with all...
Confirmed that this only occurs when building from within the Eclipse IDE, that is a "${project_loc}/build/ide/esp_idf_components" directory structure does not appear when running a clean "idf.py -B ${project_loc}\Release all" from...
Thank you for the prompt & accurate response, @sigmaaa. I had to modify my Run Launch Mode's Main tab OpenOCD Arguments to: `-c "program_esp_bins C:...[projectDir]/Debug flasher_args.json verify reset exit"` to...