Denys Almazov

Results 115 comments of Denys Almazov

Hi @JBHunterI, Thank you for reporting this. In version 2.7.0, coming soon, we will provide a basic target list based on existing toolchains, so you will not have to create...

Hi @JBHunterI > So, correct me if I'm wrong but if I understand correctly, the Launch Bar will not be necessary anymore, instead we'll be able to use the Debug,...

Hi @JBHunterI, > 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...

Hi @JBHunterI, Thanks for reporting this, we will fix it asap. For now, you can use this workaround: edit debug configuration -> in `Config options:` add `-c program_esp_bins flasher_args.json verify...

Hi @dizcza, sorry for the late reply. Looks like this issue in the eclipse itself https://bugs.eclipse.org/bugs/show_bug.cgi?id=445297#c8. The indexer does not recognize the `_Atomic` keyword, which subsequently leads to the mentioned...

Hi @dizcza, Regarding the definition of `SDMMC_SLOT_FLAG_INTERNAL_PULLU` from the file` driver / sdmmc_host.h`, can you check the indexer settings, please? Right click on the project -> Properties -> General C...

I can reproduce the problem with `SDMMC_SLOT_FLAG_INTERNAL_PULLUP` only when this option is turned on, so I was thinking it was your case. We will investigate further, than.

Hi @Maksons, Thank you for reporting this issue. Check if CMakeLists.txt under your project folder contains these lines: `get_filename_component(ProjectId ${CMAKE_CURRENT_LIST_DIR} NAME) string(REPLACE " " "_" ProjectId ${ProjectId}) project(${ProjectId})` with these...

Hi @ammaree, in this [build](https://github.com/espressif/idf-eclipse-plugin/suites/5328309873/artifacts/166118710) I changed the way we search for the bin file during the build. Now we get the binaries based on "app_bin" in project_description.json which is...

@ammaree if you want to install this build to take a look if this fixes a problem for your project, you need to follow steps mentioned [here](https://github.com/espressif/idf-eclipse-plugin#installing-idf-eclipse-plugin-from-local-archive). Other option is...