Search found 7 matches

by hbouchard
Thu Jul 23, 2020 8:19 am
Forum: ESP-IDF
Topic: sdkconfig is missing components
Replies: 4
Views: 4955

Re: sdkconfig is missing components

bt was the keywork to use not bluetooth...

set(COMPONENTS freertos bluetooth bt esptool_py (...) main)
by hbouchard
Wed Jul 22, 2020 2:16 pm
Forum: ESP-IDF
Topic: sdkconfig is missing components
Replies: 4
Views: 4955

Re: sdkconfig is missing components

Thanks for the quick reply! Actually I just found the solution: In the main file CMakeLists.txt of my project, I added the following line to speed up compilation time: set(COMPONENTS freertos bluetooth esptool_py (...) main) I have commented out this line and now I can see all the components in sdkc...
by hbouchard
Wed Jul 22, 2020 1:07 pm
Forum: ESP-IDF
Topic: sdkconfig is missing components
Replies: 4
Views: 4955

sdkconfig is missing components

Hi, When I run menuconfig, I'm missing components under the Component config sub-menu. I need to add the Bluetooth component but it isn't there and that not the only one missing. Is there a way to add them all in sdkconfig? Then I could enable/disable them according to my needs. For info, I'm on lat...
by hbouchard
Wed Jul 22, 2020 9:27 am
Forum: General Discussion
Topic: Debug ESP32 with J-Link Ultra and Eclipse
Replies: 7
Views: 7837

Re: Debug ESP32 with J-Link Ultra and Eclipse

Halfnium, No java SE 14 is not required. What is required is Java SE 11 or later so I installed the latest but it should work with the version you have. If you need help for JTAG-setup, feel free to ask but be aware that I don't have any Linux installed on my computer and sometimes setup might be a ...
by hbouchard
Tue Jul 21, 2020 8:22 am
Forum: General Discussion
Topic: Debug ESP32 with J-Link Ultra and Eclipse
Replies: 7
Views: 7837

Re: Debug ESP32 with J-Link Ultra and Eclipse

Hi Halfnium, I manage to successfully use Eclipse 2020-06. The problem I had was for installing the ESP32 IDF plugin. I only had java JRE 8 installed. the workaround described here ( https://github.com/espressif/idf-eclipse-plugin/releases ) which tells you to disable "Verify provisioning operation ...
by hbouchard
Fri Jul 17, 2020 12:52 pm
Forum: General Discussion
Topic: Debug ESP32 with J-Link Ultra and Eclipse
Replies: 7
Views: 7837

Re: Debug ESP32 with J-Link Ultra and Eclipse

Sorry for late answer, I have been working on another project. Thanks for your answer, I'm already on openocd version v0.10.0-esp32-20200420 and tools.json is pointing to this version as well. I agree, the problem seems to be coming from Eclipse integration. When I look at openocd console, I see tha...
by hbouchard
Tue Jul 07, 2020 9:12 am
Forum: General Discussion
Topic: Debug ESP32 with J-Link Ultra and Eclipse
Replies: 7
Views: 7837

Debug ESP32 with J-Link Ultra and Eclipse

Hello, I'm trying to debug ESP32 (ESP32-WROOM-32D) with my J-Link Ultra with Eclipse (2020-03). I actually can connect, flash and start debugging but when I want to step into a function, Eclipse hangs. I have no error message and I need to shutdown Eclipse and start over. I've tested with different ...